AOT-Technologies / forms-flow-ai

formsflow.ai is an open source forms-workflow-analytics solution framework.
https://formsflow.ai/
330 stars 187 forks source link

Is it possible to integrate flowable instead of Camunda with formsflow.ai #1975

Open nardneevar3 opened 4 months ago

nardneevar3 commented 4 months ago

Hi Formsflow.ai team,

I am wondering if we could integrate flowable instead of Camunda with formsflow.ai?

Regards Raveendran V.

sumesh-aot commented 3 months ago

Hi Formsflow.ai team,

I am wondering if we could integrate flowable instead of Camunda with formsflow.ai?

Regards Raveendran V.

It's not supported out of the box, however with some changes on the code it can be done. Formsflow.ai uses Rest API for all integrations, and just need to make sure the contract (Rest API response/request) matches with what formsflow is expecting. Will be happy to accept it as a PR if you end up making the changes.