elsa-workflows / elsa-workflows/elsa-core

Fork not run after outcome

Open
#6,701 1 comment 0 reactions 0 assignees View on GitHub
triaged
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.