workflow-resource

Test workflow execution using mock data, blocking until the workflow completes or reaches the specified task

post/api/workflow/test/sync

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
maxLoopsinteger
mockTtlSecondsinteger
namestring required
priorityinteger
subWorkflowTestRequestobject
taskRefToMockOutputobject
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.