From da270cd3e25b3067005bc2260a42a298f76436b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 11:31:15 +0000 Subject: [PATCH] chore(docs): Generated DML JSON files (automated) (#12458) This PR holds all generated DML JSON files for the upcoming release. Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com> --- www/utils/generated/dml-output/workflow-engine-inmemory.json | 3 ++- www/utils/generated/dml-output/workflow-engine-redis.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/www/utils/generated/dml-output/workflow-engine-inmemory.json b/www/utils/generated/dml-output/workflow-engine-inmemory.json index 646fcf8713..2eec6d554e 100644 --- a/www/utils/generated/dml-output/workflow-engine-inmemory.json +++ b/www/utils/generated/dml-output/workflow-engine-inmemory.json @@ -8,7 +8,8 @@ "execution": "The execution of the workflow execution", "context": "The context of the workflow execution", "state": "The state of the workflow execution", - "retention_time": "The retention time of the workflow execution" + "retention_time": "The number of seconds to store the workflow execution.", + "run_id": "The ID of the workflow execution run." } } } \ No newline at end of file diff --git a/www/utils/generated/dml-output/workflow-engine-redis.json b/www/utils/generated/dml-output/workflow-engine-redis.json index 9613afd9aa..7cf68e7443 100644 --- a/www/utils/generated/dml-output/workflow-engine-redis.json +++ b/www/utils/generated/dml-output/workflow-engine-redis.json @@ -8,7 +8,8 @@ "execution": "The execution of the workflow execution", "context": "The context of the workflow execution", "state": "The state of the workflow execution", - "retention_time": "The retention time of the workflow execution" + "retention_time": "The number of seconds to store the workflow execution.", + "run_id": "The ID of the workflow execution run." } } } \ No newline at end of file