ActivityFunctionsGetCurrentWorkflowTitle Method

Get the title of the current workflow in the context

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: 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)
C#
public static string GetCurrentWorkflowTitle(
	ActivityContext context
)

Parameters

context  ActivityContext
The activity context.

Return Value

String
The title of the workflow.

See Also