@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @schema AdminCreateWorkflowsAsyncResponse
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* description: The details of changing a workflow execution's step status.
|
||||
* x-schemaName: AdminCreateWorkflowsAsyncResponse
|
||||
* required:
|
||||
* - transaction_id
|
||||
@@ -10,16 +10,18 @@
|
||||
* transaction_id:
|
||||
* type: string
|
||||
* title: transaction_id
|
||||
* description: The workflows execution's transaction id.
|
||||
* description: The workflows execution's transaction ID.
|
||||
* step_id:
|
||||
* type: string
|
||||
* title: step_id
|
||||
* description: The workflows execution's step id.
|
||||
* response: {}
|
||||
* compensate_input: {}
|
||||
* description: The ID of the step whose status was changed.
|
||||
* response:
|
||||
* description: Sets the step's response. It accepts any type.
|
||||
* compensate_input:
|
||||
* description: Sets the compensation function's input. It accepts any response.
|
||||
* action:
|
||||
* type: string
|
||||
* description: The workflows execution's action.
|
||||
* description: Whether to invoke or compensate the step.
|
||||
* enum:
|
||||
* - invoke
|
||||
* - compensate
|
||||
|
||||
Reference in New Issue
Block a user