question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fork / Decision / Join, cannot join on forks correctly

See original GitHub issue

We 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:

wf_fork_join

JSON for the above here

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")

wf_join

JSON for the above here

I’m sure there must be something that I am missing. any help would be greatly appreciated.

Thanks.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
james-deeecommented, Oct 17, 2019

@kishorebanala sorry, never even replied. Thank you, this worked.

0reactions
apanicker-nflxcommented, Dec 24, 2019

Fixed as part of #1449

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found