15 lines
288 B
TypeScript
15 lines
288 B
TypeScript
/**
|
|
* @schema AdminWorkflowExecutionExecution
|
|
* type: object
|
|
* description: The workflow execution's execution.
|
|
* x-schemaName: AdminWorkflowExecutionExecution
|
|
* required:
|
|
* - steps
|
|
* properties:
|
|
* steps:
|
|
* type: object
|
|
* description: The execution's steps.
|
|
*
|
|
*/
|
|
|