Building Camunda as a Web Service API

I’ve been digging the forums and found some similar projects…

Similar projects:

The difference though is that, the implementation I am trying to achieve is one without using Java, this would mean that all of my service tasks would be External.

The question I have now are.

  1. How do you return JSON messages as results from the entire workflow processes.
  • From what I am seeing, JSON messages are handled by the use of Connectors + Input/Ouput mapping via scripting.

  • Or an alternative approach would be to persist the actual JSON response and assign it as a process variable, you would then have to call another API call to get process instance variables ( this I haven’t tried)