Update workflow instance with instance id.
Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static void UpdateWorkflowInstance( Uri oDataUri, string Id, Guid instanceId, string server )
Parameters
- oDataUri
- Type: SystemUri
The OData Uri. - Id
- Type: SystemString
The ID of the instance. - instanceId
- Type: SystemGuid
The instance id. - server
- Type: SystemString
The host name.
See Also