workflow-resource

Start a new workflow with StartWorkflowRequest, which allows task to be executed in a domain

post/api/workflow

Query parameters

consistency'SYNCHRONOUS' | 'DURABLE' | 'REGION_DURABLE'

Request body

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

Response

OK

Changes