Hi Niall,
In your youtube tutorials, you showed an example (WinMatch.bpmn). In that process model, it has a conditional block. If that conditional block is satisfied, you had set a true block as “Watch match with friends”.
In my case, what I am expecting is , when the conditional true block is satisfied , it should go hit a REST API call and it should return the output. The output should get captured.
(Through Camunda, i should get an output for a REST API call)
Do you have any tutorials for it or any suggestions.