Camunda 8 has recently been investigated for all of our company requirements.
During the proof of concept, we had a situation in which my workflow should do some phases dependent on the circumstance.
For example, if my work has the value A, it should do the A step; if it contains the value B, it should conduct the B step.
However, there is no user interaction in the workflow. During the initial stage, the input value will be provided.
A few steps are repeated during workflow execution. Following completion of the common steps, it should process based on the input value provided during the job creation procedure.
Could someone please advise me on how to handle this situation?
Hi @GRajaMca - this isn’t quite enough information to make any real recommendations. Have you tried modeling the workflow already? I think trying to model it would be the best way to start, then come back here with more specific questions. You are also able to test your workflow using Play without needing to build any services, because you can mock the responses manually.
The “Inclusive Gateway” checks exactly what you need, as it can be ONE or MORE conditions met, and then divides the instance according to the conditions stipulated in the arrows of the flow.
I hope I helped… if this is not what you need, please give us more information so we can help.