Instead of using flowable-modeler to create a process definition, I want to use rest api.
I only see create deployment API which might be useful. Are there some suggestions how to use rest api to create process definitions?
Regards,
Ziwen
Instead of using flowable-modeler to create a process definition, I want to use rest api.
I only see create deployment API which might be useful. Are there some suggestions how to use rest api to create process definitions?
Regards,
Ziwen
Hi Ziwen,
From my knowledge you can not dirrectly generate a process model using the REST API.
However you can use the Java API (`org.flowable.bpmn.model` package) to generate the model. Then build your own @RestController to expose the functionality.
br,
Vlad