Modifying Bonita Process Instance after Started

106 Views Asked by At

Is it possible to change the processinstance create/start date time after once it has been instantiated?

1

There are 1 best solutions below

0
Ali Shirini On BEST ANSWER

Process Instance create/start date time automatically generated by system, and also all bpm transaction (flow node, case, process, task,...) .

All engine APIs or apiAccess only have read access from the database.

But you can modify directly from database ;)