This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
JoinTask a forkTask internal decisionTask #3500
Unanswered
ghkdwlgns612
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a question about the decision node join inside the fork node. Below is an example of accessing the Join node through Exclusive Join. It works well.
But I want the workflow to work without ExclusiveJoin. The example below eliminates ExclusiveJoin and add taskReferenceName to the joinOn list.
The result is that the join node is still waiting. Another way was to add Decision taskReferenceName to joinOnList. The results are as follows. The result of the last node does not come out. Is there any way to get the results without ExcludeJoin?
Beta Was this translation helpful? Give feedback.
All reactions