14 lines
306 B
TypeScript
14 lines
306 B
TypeScript
/**
|
|
* @schema AdminWorkflowExecutionResponse
|
|
* type: object
|
|
* description: The workflow execution's details.
|
|
* x-schemaName: AdminWorkflowExecutionResponse
|
|
* required:
|
|
* - workflow_execution
|
|
* properties:
|
|
* workflow_execution:
|
|
* $ref: "#/components/schemas/AdminWorkflowExecution"
|
|
*
|
|
*/
|
|
|