어떤 조건을 충족했을때 하나의 워크플로우는 실행, 또 다른 워크플로우는 종료. 해서 다음 워크플로우로 가도록 설정할 수 있나요?
플로우차트 기능에서는 무조건 하나로만 갈 수 있어서 종료시 되돌아오거나 하는 방식으로 구현할 수 없더라고요.
복잡하겠지만, 플로우차트 조건이 양쪽으로 뻗어나가게 끔은 불가능할까요?
When certain conditions are met, one workflow runs, another workflow exits. So can I set it up to go to the next workflow?
In the flowchart function, you can only go with one, so it can’t be implemented in a way that comes back at the end of the end.
It’s going to be complicated, but is it impossible for the flowchart conditions to extend to both sides?
Hi @sooyeon_Lim
The flowchart activity is designed to follow a linear path, allowing only one branch to be executed at a time. However, you can achieve the desired functionality by using decision activities and conditional statements within the flowchart.
By using decision activities and conditional statements, you can effectively control the execution flow of your workflows based on specific conditions. While it may require some additional logic and careful planning, it is possible to achieve the desired functionality within a flowchart.
Hope this helps,
Best Regards.