15 lines
292 B
TypeScript
15 lines
292 B
TypeScript
/**
|
|
* @schema AdminPostWorkflowsRunReq
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminPostWorkflowsRunReq
|
|
* properties:
|
|
* input: {}
|
|
* transaction_id:
|
|
* type: string
|
|
* title: transaction_id
|
|
* description: The workflows execution's transaction id.
|
|
*
|
|
*/
|
|
|