Hi
My project is on coldfusion and its not a maven project .
Can you please suggest me how to integrate this with camunda?
Thanks
Hi
My project is on coldfusion and its not a maven project .
Can you please suggest me how to integrate this with camunda?
Thanks
Hey @surbhi_garg ,
I have to admit I never used coldfusion. Do you want to use camunda’s Java API or would it also work for you to use the REST API? If you are fine with using the REST API you can use Camunda in a standalone architecture. You can use Camundarun and connect your service tasks via the external task pattern.
If you want to access the JavaAPI I think it would be good to find out how you normally add Java dependencies in coldfusion.
I hope this helps Cheers
Nele