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