Spring Boot Camunda 8 with Decision flow

Hi Team,

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?

Thanks & Regards,
Raja Gandharaw.

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.

Hello my dear @GRajaMca !

From what I understand of your need, I believe you can use the “Inclusive Gateway”.

Check if you can do it according to my flow below, and putting the condition you need in each of the flow arrows.

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.

Regards.
William Robert Alves

2 Likes

Hi @WilliamR.Alves , Yes you are right. i was looking for something similar to Inclusive gateway only.

Thanks for your support.

Regards,
Raja Gandharaw.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.