refactor(api/core/workflow/enums): Rename WORKFLOW_RUN_ID to WORKFLOW_EXECUTION_ID (#20459)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
@@ -73,7 +73,7 @@ def real_workflow_system_variables():
|
||||
SystemVariableKey.USER_ID: "test-user-id",
|
||||
SystemVariableKey.APP_ID: "test-app-id",
|
||||
SystemVariableKey.WORKFLOW_ID: "test-workflow-id",
|
||||
SystemVariableKey.WORKFLOW_RUN_ID: "test-workflow-run-id",
|
||||
SystemVariableKey.WORKFLOW_EXECUTION_ID: "test-workflow-run-id",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user