Genpact Cora Knowledge Center

Support

SOAP API Header

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
optionalSpace GUID of the workflow that you want to initiate.
WorkflowSpaceName
string
requiredSpace name of the workflow that you want to initiate.
WorkflowId
guid
optionalWorkflow GUID of the workflow that you want to initiate.
WorkflowName
string
optionalWorkflow name of the workflow that you want to initiate.
WorkflowInstanceId
long
optionalInstance ID of a specific workflow that you want to resume.
ActivityId
guid
optionalActivity GUID of an activity within a workflow that you want to resume.
ActivityName
string
optionalActivity name of an activity within a workflow that you want to resume.
ActivityInstanceId
long
optionalInstance ID of a specific activity that you wan to resume.
CallerId
integer
optionalUser ID that is listed as the workflow creator.
MasterWorkflowInstanceId
long
required for GetStatus requestsCorrelates the workflow that was initiated to a master workflow.