workflow-resource

Execute a workflow synchronously

post/api/workflow/execute/{name}/{version}

Path parameters

namestring required
versioninteger required

Query parameters

requestIdstring
waitUntilTaskRefstring
waitForSecondsinteger
consistency'SYNCHRONOUS' | 'DURABLE' | 'REGION_DURABLE'
returnStrategy'TARGET_WORKFLOW' | 'BLOCKING_WORKFLOW' | 'BLOCKING_TASK' | 'BLOCKING_TASK_INPUT'

Request body

correlationIdstring
createdBystring
externalInputPayloadStoragePathstring
idempotencyKeystring
idempotencyStrategy'FAIL' | 'RETURN_EXISTING' | 'FAIL_ON_RUNNING'
inputobject
namestring required
priorityinteger
taskToDomainobject
versioninteger

Response

OK

correlationIdstring
inputobject
outputobject
requestIdstring
responseType'TARGET_WORKFLOW' | 'BLOCKING_WORKFLOW' | 'BLOCKING_TASK' | 'BLOCKING_TASK_INPUT'
signalTimeoutboolean
targetWorkflowIdstring
targetWorkflowStatusstring
workflowIdstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.