CommonWorkflowFunctionsGetProcessId Method (ActivityContext)

Scanjour Workflow4 Reference Manual
Retrieves the current process identifier from the activity context.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetProcessId(
	ActivityContext context
)

Parameters

context
Type: System.ActivitiesActivityContext
The activity context from which the process identfier is retrieved.

Return Value

Type: String
The process identifier.
See Also

Reference