Can anyone suggest how to record the walking through sequenceflow?
Hi @yly
Try the rest-api : http://localhost:8091/query/historic-process-instances
Method: POST
Accept :JSON
Body : { "processInstanceId" : "2523", "includeProcessVariables":true }
Also, Ref: Issue in REST API history/historic-process-instances/17501
Hi yly,
History:
http://www.flowable.org/docs/userguide/index.html#history
Even better is event log:
http://www.flowable.org/docs/userguide/index.html#advanced.event.logging
(you can record “everything” what has happened)
Regards
Martin