Skip to main content
POST
cURL

Body

workflowId
string<uuid>
entityId
string | null
entityData
object | null
triggeredBy
string | null
correlationId
string | null

Response

OK

id
string<uuid>
workflowId
string<uuid>
workflowName
string | null
entityId
string | null
entityType
string | null
businessId
integer<int64>
userId
integer<int64> | null
status
string | null
currentStepId
string<uuid> | null
currentStepName
string | null
startedAt
string<date-time>
completedAt
string<date-time> | null
lastActivityAt
string<date-time> | null
steps
object[] | null
errorMessage
string | null
totalExecutionTimeMs
integer<int32>
context
object | null
triggeredBy
string | null
correlationId
string | null
retryCount
integer<int32>
totalSteps
integer<int32>
completedSteps
integer<int32>
failedSteps
integer<int32>
progressPercentage
number<double>
events
object[] | null