I'm facing an issue in deploying a workflow model that's desinged using the workflow modeler in vs code using the api call POST /runtime/models (N.B : The hole app has been deployed with success to default tenant)
The model content is in json format, how to export it in xml or BPMN2.0 from workflow modeler ?
How to validate the workflow model or chech the validation errors from the workflow modeler ?
Because validation the process model using POST /models/validation , it seems that the process has validation errors. !
Also the version of the workflow modeler in the docs seems to be changed , the buttons in the screenShot are no longer available !!
Thank you .