DispatcherFunctionsGetWorkflowInstanceFileKey Method

Gets the file key from the case that started the process, from Activity 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 GetWorkflowInstanceFileKey(
	ActivityContext context
)

Parameters

context  ActivityContext
Activity context.

Return Value

String
The file key.

See Also