Get the workflow instance information in the wzp_workflow_instance register for the workflow instance.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax
public WorkflowData GetWorkflowDataInRegister( string instanceId, bool forceUpdate, SecurityContext user )
Parameters
- instanceId
- Type: SystemString
The workflow instance. - forceUpdate
- Type: SystemBoolean
Force update of cache. - user
- Type: Scanjour.Workflow4.BaseSecurityContext
The user to impersonate to get the correct localized data.
Return Value
Type: WorkflowDataThe workflow instance information.
See Also