Hi All, i am doing a poc where i want to create a process which will contain a start node end node and a task . Through task we want to call an external Rest api. Can anybody share some references or code snippets that i can follow to achieve the same
Hi @uddeshya_pratik, welcome to the forums! You should use the REST Connector for this. If you need more information on using Connectors, I suggest reviewing the documentation, and also the Camunda Academy courses on Connectors.
I want to create a bpmn file dynamically including the details i have provided using java code.
Continuing the discussion from Create Rest connector Using java and Camunda :
@nathan.loding : The requirement is to generate the BPMN file with all the details i have provided above dynamically using java code
@uddeshya_pratik - there is a fluent Java API for building BPMN models that is part of the C7 package, but it’s not completely compatible with C8 and not compatible with C8 Connectors. I don’t think there’s a C8 compatible API yet, unfortunately.
Duplicate thread, closing.