Click or drag to resize

ServiceFunctionsGetServiceId Method

Retrieve the service id for a workflow instance.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string GetServiceId(
	ActivityContext context,
	string instanceId
)

Parameters

context  ActivityContext
The execution context in which the activity executes.
instanceId  String
The instance id.

Return Value

String
Returns null if no service id is set for the instance.
See Also