{ "version": "3.15", "name": "TC09: Multi Entry Nodes Start in Parallel", "registry": { "vars": ["$a(STRING)", "$b(STRING)"] }, "steps": [ { "id": "Set_a", "target": "$a", "value": "chain_A", "next": "Stop_endA" }, { "id": "Set_b", "target": "$b", "value": "chain_B", "next": "Stop_endB" }, { "id": "Stop_endA" }, { "id": "Stop_endB" } ] }