Start a workflow based on data in the wzp_workflow_instance table
Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public Guid StartWorkflow( Uri oDataUri, string onBehalfOfUser, string rowId, SecurityContext securityContext = SecurityContext.User )
Parameters
- oDataUri
- Type: SystemUri
The Odata Uri. - onBehalfOfUser
- Type: SystemString
The user who is to start the workflow. - rowId
- Type: SystemString
The ID for the workflow instance to start - securityContext (Optional)
- Type: Scanjour.Workflow4.BaseSecurityContext
Security context with default user context.
Return Value
Type: GuidInstance identification for the created workflow
See Also