I am a newbe and i am investgating how to interface Camunda.
Question arised:
- Can I make all with rest api without using External Cliente Engine?
- what are the use cases fro rest-api and External Client Engine?
Thanks
Olindo
I am a newbe and i am investgating how to interface Camunda.
Question arised:
Thanks
Olindo
The rest api is available for all communication to the engine including but not limited to
The External Task Client uses a sub-set of the rest api specifically for the purpose of getting work to do based on a Service Task. It also knows how to completing that work and then telling the engine that it’s finished.