elsa-workflows / elsa-workflows/elsa-core
Fork not run after outcome
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
I am using Elsa 3 with the new Flowchart. In this part, when the outcome is "True", everything works fine. But when the outcome is "False", the workflow gets stuck at "checkNeedCashActivity", and the Fork does not start.
Where is the problem?
When I delete new Connection(new Endpoint(financeUnitPayCash), new Endpoint(fork)), it works.
new (new Endpoint(checkNeedCashActivity, "True"), new Endpoint(financeUnitPayCash)),
new (new Endpoint(checkNeedCashActivity, "False"), new Endpoint(fork)),
new (new Endpoint(financeUnitPayCash), new Endpoint(fork)),
new (new Endpoint(fork, "report"), new Endpoint(employeeMissionReportActivity)),
new (new Endpoint(fork, "cost"), new Endpoint(employeeMissionCostActivity)),
Contributor guide
Assessment
This issue has not been assessed yet.