Retrieve the service id for a workflow instance.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Parameters
- context
- Type: System.ActivitiesActivityContext
The execution context in which the activity executes. - instanceId
- Type: SystemString
The instance id.
Return Value
Type: StringReturns null if no service id is set for the instance.
See Also