05-25-2017 02:03 PM
I looked at the Javadocs, and searched the forum, but did not find an answer.
Is there an API to get the process completion state (success, error, etc,) for processes that are completed and are in the history?
05-26-2017 05:33 PM
05-27-2017 03:37 AM
If you want to know the process completion state(the end activity id), you can use HistoricProcessInstance.getEndActivityId().
・HistoricProcessInstance
https://www.activiti.org/javadocs/org/activiti/engine/history/HistoricProcessInstance.html
If you want to get HistoricProcessInstance, you neet to use HistoricProcessInstanceQuery.
・HistoricProcessInstanceQuery
https://www.activiti.org/javadocs/org/activiti/engine/history/HistoricProcessInstanceQuery.html
05-30-2017 12:52 PM
05-30-2017 12:59 PM
Explore our Alfresco products with the links below. Use labels to filter content by product module.