Use the SOAP Header to direct Cora SeQuence to the workflow or activity that you want to resume.
Header Parameters
| Name | Type | Required | Description |
|---|---|---|---|
WorkflowSpaceId | guid | optional | Space GUID of the workflow that you want to initiate. |
WorkflowSpaceName | string | required | Space name of the workflow that you want to initiate. |
WorkflowId | guid | optional | Workflow GUID of the workflow that you want to initiate. |
WorkflowName | string | optional | Workflow name of the workflow that you want to initiate. |
WorkflowInstanceId | long | optional | Instance ID of a specific workflow that you want to resume. |
ActivityId | guid | optional | Activity GUID of an activity within a workflow that you want to resume. |
ActivityName | string | optional | Activity name of an activity within a workflow that you want to resume. |
ActivityInstanceId | long | optional | Instance ID of a specific activity that you wan to resume. |
CallerId | integer | optional | User ID that is listed as the workflow creator. |
MasterWorkflowInstanceId | long | required for GetStatus requests | Correlates the workflow that was initiated to a master workflow. |