Is there a way to have the bpmndi element while generating the bpmn using the fluent builder APIs?
I've found that the activiti engine provides auto layout option to generate bpmndi element, do we have anything similar to that in camunda?
Couldn't find any document related to same either.
Thanks,
Abbhishek.
Thanks Sebastian for the info. Would need some suggestion to have a workaround of this. Could you share your thoughts on this.
All I require for time being is to generate bpmn programmatically and have the di element also. Possible ways to select:
1. Create bpmn file using activiti model and then use the bpmn and execute in Camunda engine. Not sure how the engine will react?
2. Dirty fix by merging the di element generated in activiti model to the bpmn generated by Camunda model APIs.
Please suggest a better solution if any.
Thanks again!
Hi Daniel,
To be more or less well layouted. The use case is simple,
1. Have the visualization of the process in Camunda GUI(web app).
Able to modify in modeller is secondary and not in scope of the use case :)
--Abbhishek.
Sorry but i couldn't understand the first part. The requirement is to have the model created and designed dynamically using configurations provided externally.
So yes, the layout needs to be taken care at the same time. And can't be modeled later.
As of today, we don't have a provision to generate DI element and have a layout either?
Please correct me if my understanding is wrong. And suggest possible way forward
Thanks for the help!