Fork / Decision / Join, cannot join on forks correctly
See original GitHub issueWe are working on a POC that tests some of the fork/join/decision capabilities of conductor, but I’m running into an issue where the final join before the acknowledgeMailings task can’t see any other tasks after the 2 fork branches (email1 and letter1), as shown below:

I tried adding test (t1) as a simple http task and then joining on [“test”, “lt1”] but it doesn’t seem to work, additionally, test (t1) does not even run after the decision.
This flow is working correctly, but it only is joining on [“et1”, “lt1”] but I essentially need
("et1" OR "et2") AND ("lt1" OR "lt2")

I’m sure there must be something that I am missing. any help would be greatly appreciated.
Thanks.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Activity Diagram - confusion regarding fork/join and decision ...
I have used fork/join, is it correct or I should be using decision/merge instead 2ndly, is the procedure of logging out or performing...
Read more >Fork/Join | Enterprise Architect User Guide - Sparx Systems
Forks are used to split an incoming transition into concurrent multiple transitions leading to different target states. Joins are used to merge concurrent ......
Read more >Why are fork and join nodes necessary in UML
Fork and join simplify the diagram by keeping the logical states of each part visible.
Read more >Project forking workflow - GitLab Docs
This way you can make changes in your own fork and submit them through a merge request to the repository you don't have...
Read more >Activity Final Node - an overview | ScienceDirect Topics
FIGURE 9.12. Control flow in activities. Note that in this case there is a combined merge and decision symbol that accepts two input...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@kishorebanala sorry, never even replied. Thank you, this worked.
Fixed as part of #1449