I have deployed the flowable-admin , flowable-modeler, flowable-task , flowable-idm and flowable-rest on my machine.
I have created few test processed using modeler. I can start the process using flowable-task. I see apis in flowable-rest, which also can start the flowable process.
I am assuming flowable engine is required to run any process.
- Is engine part of both application task and rest?
- Or one application calls another internally? I
- would have to make few changes for engine(i.e. multi tenancy support) where should I make change?
Although there is lot of documentation on flowable site , but I am not clear on above points.
Thanks.