ServiceFunctionsGetServiceId Method

Scanjour Workflow4 Reference Manual
Retrieve the service id for a workflow instance.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetServiceId(
	ActivityContext context,
	string instanceId
)

Parameters

context
Type: System.ActivitiesActivityContext
The execution context in which the activity executes.
instanceId
Type: SystemString
The instance id.

Return Value

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

Reference