ActivityFunctionsGetCurrentWorkflowTitle Method
Get the title of the current workflow in the context
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public static string GetCurrentWorkflowTitle(
ActivityContext context
)
Public Shared Function GetCurrentWorkflowTitle (
context As ActivityContext
) As String
public:
static String^ GetCurrentWorkflowTitle(
ActivityContext^ context
)
static member GetCurrentWorkflowTitle :
context : ActivityContext -> string
- context ActivityContext
- The activity context.
StringThe title of the workflow.