latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

Workflow Runner

Read a workflow run.

get/workflow-runner/runs/{workflowRunId}

Path parameters

workflowRunIdstring required

Response

Ok

creationTimestampstring date-time
hasRecycledOperationboolean
lastProcessedstring date-time
projectIdstring
state'CREATED' | 'RUNNING' | 'PAUSED' | 'CANCELING' | 'SUCCEEDED' | 'FAILED' | 'CANCELED'

Workflow run state is a higher-level state describing overall progression.

workflowIdstring nullable

Workflow identifier. It is a string composed of the type identifier and a UUID: workflow:[UUID].

workflowRunIdstring

Workflow run identifier. It is a string composed of the type identifier and a UUID: workflow.run:[UUID].

workflowRunMode'DRY' | 'REAL'
workflowRunNamestring nullable
workflowTypeReferencestring

Reference to a component version.

Components are organized into a group hierarchy which serves as a qualification mechanism to avoid collisions and also to group components semantically.

Component versions follow the convention of semantic versioning.

The fully qualified reference of a component version follows the following syntax: [component_group]:[component]:[component_version].

workflowVersionIdstring nullable

Workflow version identifier. It is a string composed of the type identifier and a UUID: workflow.version:[UUID].

Example response

{
  "workflowId": "workflow:3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "workflowRunId": "workflow.run:3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "workflowTypeReference": "simscale.cad.data-types:cad-model",
  "workflowVersionId": "workflow.version:3fa85f64-5717-4562-b3fc-2c963f66afa6"
}