@@ -1,14 +1,15 @@
|
||||
/**
|
||||
* @schema AdminCreateWorkflowsRun
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* description: The details of the workflow to execute.
|
||||
* x-schemaName: AdminCreateWorkflowsRun
|
||||
* properties:
|
||||
* input: {}
|
||||
* input:
|
||||
* description: The input to pass to the workflow. Can be of any type.
|
||||
* transaction_id:
|
||||
* type: string
|
||||
* title: transaction_id
|
||||
* description: The workflows execution's transaction id.
|
||||
* description: The ID of the workflow execution's transaction.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user