18 lines
668 B
JSON
18 lines
668 B
JSON
{
|
|
"WorkflowExecution": {
|
|
"filePath": "packages/modules/workflow-engine-inmemory/src/models/workflow-execution.ts",
|
|
"properties": {
|
|
"id": "The ID of the workflow execution.",
|
|
"workflow_id": "The workflow id of the workflow execution",
|
|
"transaction_id": "The transaction id of the workflow execution",
|
|
"execution": "The execution of the workflow execution",
|
|
"context": "The context of the workflow execution",
|
|
"state": "The state of the workflow execution",
|
|
"retention_time": "The number of seconds to store the workflow execution.",
|
|
"run_id": "The ID of the workflow execution run."
|
|
},
|
|
"deprecated": {
|
|
"is_deprecated": false
|
|
}
|
|
}
|
|
} |