Click or drag to resize

CommonWorkflowFunctionsGetProcessId(ActivityContext) Method

Retrieves the current process identifier from the activity context.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string GetProcessId(
	ActivityContext context
)

Parameters

context  ActivityContext
The activity context from which the process identfier is retrieved.

Return Value

String
The process identifier.
See Also