Workflow

Get a specific workflow from the given ensemble

Returns the requested workflow belonging to the given ensemble.

get/ensembles/{em-name}/workflows/{wf-name}

Response

Success

idinteger required
namestring required
createdstring date-time required
updatedstring date-time required
state'READY' | 'PLANNING' | 'PLAN_FAILED' | 'QUEUED' | 'RUN_FAILED' | 'RUNNING' | 'FAILED' | 'SUCCESSFUL' | 'ABORTED' required
priorityinteger required
wf_uuidstring required

Changes

Changed in 3 of the 4 revisions of this API.5

    • api tag Ensemble removed

      api-tag-removed

    • api tag Ensemble added

      api-tag-added

    • api tag Workflow added

      api-tag-added

    • added the new optional query request parameter pretty-print to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • api tag Workflow removed

      api-tag-removed