Skip to content

Open subworkflows through the task_identifier instead of node_id

Loic Huder requested to merge fix-subworkflow-open into main

The workflowId is stored in the task_identifier. It happened by chance that the task_identifier matched the node_id in the subworkflow used for the test:

image

When we drop a new subworkflow as a node in a graph, generally, the node_id doesn't match the task_identifier:

image

Merge request reports