524be62312
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
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.
|
|
*
|
|
*/
|
|
|