Current limitation
The flow execution response structure is confusing due to the use of two different flow IDs: one for the flow definition and one for the runtime flow execution instance.
Suggested improvement
- Rename the runtime flow identifier to
instanceId/ executionId or a more suitable name to clearly distinguish it from the flow definition ID.
- Review and update usages of
flowId across the codebase and API responses to ensure consistency and clarity.
Version
v0.30.0
Current limitation
The flow execution response structure is confusing due to the use of two different flow IDs: one for the flow definition and one for the runtime flow execution instance.
Suggested improvement
instanceId/executionIdor a more suitable name to clearly distinguish it from the flow definition ID.flowIdacross the codebase and API responses to ensure consistency and clarity.Version
v0.30.0