prioux
1
Hi,
I have a Business Process defined in the modeler. How I can copy this Business Process to another model using the REST call or Java methods directly?
I have look at /models/{modelId}/editor/json GET and POST method but not quite sure if this is possible using those methods.
The use case is:
- I have a Business Process A (template)
- I am creating BPM B
- Want to perform a copy A into B
Hi prioux.
flowable-ui-modeler-rest module (and flowable-modeler app) has rest point to clone model.
That’s the one of the ways how to copy model.
Regards
Martin