chore(docs): Generated DML JSON files (automated) (#10530)

* chore(docs): Generated DML JSON files (automated)

* fixes

---------

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2024-12-10 16:38:09 +02:00
committed by GitHub
co-authored by olivermrbl Shahed Nasser
parent 9e3cca4b18
commit 4b384eaf05
8 changed files with 248 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"WorkflowExecution": {
"filePath": "packages/modules/workflow-engine-inmemory/src/models/workflow-execution.ts",
"properties": {
"id": "The ID of the workflow execution.",
"workflow_id": "The workflow id of the workflow execution",
"transaction_id": "The transaction id of the workflow execution",
"execution": "The execution of the workflow execution",
"context": "The context of the workflow execution",
"state": "The state of the workflow execution"
}
}
}