16 lines
400 B
TypeScript
16 lines
400 B
TypeScript
/**
|
|
* @schema AdminCreateWorkflowsRun
|
|
* type: object
|
|
* description: The details of the workflow to execute.
|
|
* x-schemaName: AdminCreateWorkflowsRun
|
|
* properties:
|
|
* input:
|
|
* description: The input to pass to the workflow. Can be of any type.
|
|
* transaction_id:
|
|
* type: string
|
|
* title: transaction_id
|
|
* description: The ID of the workflow execution's transaction.
|
|
*
|
|
*/
|
|
|