chore(docs): Generated API Reference (v2) (#8890)
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
This commit is contained in:
co-authored by
kodiakhq
parent
891037081d
commit
524be62312
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @schema WorkflowExecutionContext
|
||||
* type: object
|
||||
* description: The workflow execution's context.
|
||||
* x-schemaName: WorkflowExecutionContext
|
||||
* required:
|
||||
* - compensate
|
||||
* - errors
|
||||
* properties:
|
||||
* data:
|
||||
* type: object
|
||||
* description: The context's data.
|
||||
* compensate:
|
||||
* type: object
|
||||
* description: The context's compensate.
|
||||
* errors:
|
||||
* type: array
|
||||
* description: The context's errors.
|
||||
* items:
|
||||
* type: object
|
||||
* description: The error's errors.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user