tasks

Get Execution Transition

get/executions/{execution_id}/transitions/{transition_id}

Path parameters

execution_idstring uuid required
transition_idstring uuid required

Response

Successful Response

type'init' | 'init_branch' | 'finish' | 'finish_branch' | 'wait' | 'resume' | 'error' | 'step' | 'cancelled' required
{"stackTrail":"components:schemas:Transition:properties:output","oasType":"schema","type":"unknown","title":"Output"}
created_atstring date-time required
updated_atstring date-time required
execution_idstring uuid required
step_labelstring nullable
idstring uuid required
metadataobject nullable

Changes

Changed in 2 of the 44 revisions of this API.3

    • added the required property current/scope_id to the response with the 200 status

      response-required-property-added

    • added the required property next/anyOf[subschema #1: TransitionTarget]/scope_id to the response with the 200 status

      response-required-property-added

    • added the optional property step_label to the response with the 200 status

      response-optional-property-added