Find WorkflowExecution
GET/projects/:projectId/workflowexecutions/:wflExecId
This operation allows to a WorkflowExecution
Request
Path Parameters
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
project Id
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
workflow execution Id
Responses
- 200
- 400
- 401
- 403
- 404
- 500
ok
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
workflow execution id
workflow name
workflow revision
workflow description
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
current step execution id
start time of the worklow execution
creation time of the worklow execution
end time of the worklow execution
last update time of the worklow execution
Possible values: [CREATED
, IN_PROGRESS
, SUCCEEDED
, FAILED
, CLEARED
]
workflow execution status
workflow execution context
workflow execution exit message
workflow execution exit code
stepExecutions
object[]
list of step executions associated to the workflow execution
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
step execution id
step execution name
step execution description
Possible values: [NOMINAL
, COMPENSATION
]
step execution type (nominal or compensated)
start time of the step execution
creation time of the step execution
end time of the step execution
last update time of the step execution
Possible values: [CREATED
, IN_PROGRESS
, SUCCEEDED
, FAILED
]
step execution status
step execution context
step execution exit message
step execution exit code
workflowExecutionParameters
object[]
list of input parameters associated to the workflow execution
workflow execution parameter name
workflow execution type name
workflow execution value name
{
"workflowExecutionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"workflowName": "string",
"workflowRevision": "string",
"workflowDescription": "string",
"currentStepExecution": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"startDateTime": "2022-03-10T12:15:50",
"creationDateTime": "2022-03-10T12:15:50",
"endDateTime": "2022-03-10T12:15:50",
"updateDateTime": "2022-03-10T12:15:50",
"status": "CREATED",
"context": "string",
"exitMessage": "string",
"exitCode": "string",
"stepExecutions": [
{
"stepExecutionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"stepName": "string",
"stepDescription": "string",
"stepType": "NOMINAL",
"startDateTime": "2022-03-10T12:15:50",
"creationDateTime": "2022-03-10T12:15:50",
"endDateTime": "2022-03-10T12:15:50",
"updateDateTime": "2022-03-10T12:15:50",
"status": "CREATED",
"context": "string",
"exitMessage": "string",
"exitCode": "string"
}
],
"workflowExecutionParameters": [
{
"name": "string",
"type": "string",
"value": "string"
}
]
}
bad request
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
bad request code
bad request message
bad request description
violations
object[]
bad request violations
field
message
{
"code": 0,
"message": "string",
"description": "string",
"violations": [
{
"field": "string",
"message": "string"
}
]
}
unauthorized access
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
forbidden access
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
not found
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}