Flowable Updates

Hi Everyone,
i created the bpmn file using the flowable modeler and when i start the application through springboot it autodeploys and theres a deployment id
and then i intiate the process using the runtime.startProcessByBusinessKey

Theres an update in the ACT_RE_PROCDEF and ACT_HI_PROINST but not update it in the ACT_RE_MODEL i want to retrieve the model-json file

also i want to work GET rest/admin calls through for the application but i keep getting the error no statis resource found

Hey @kartik,

The Flowable runtime does not use the ACT_RE_MODEL table. From the runtime you cannot get to the model json used by the Flowable Modeler.

Not sure what you mean by this. Flowable does not have rest/admin endpoints. That was used for the Flowable Admin UI, which is no longer supported from Flowable 7.

Cheers,
Filip

Hi
thankyou for the quick reply
then what calls can be used to retrieve the model-json?
Or theres no way we can get model-json using the process instance and process Definition id?

No there is no way to get the Modeler JSON file from the runtime. I don’t think that it was ever possible to do that.