How to get Text Annotation put in .bpmn file by using activiti engine?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2018 11:41 PM
I put a Text Annotation in process file(bpmn file).I want to get the Text Annotation while using activiti engine to run the process?Please tell me how to do it.Thanks.
Labels:
- Labels:
-
Alfresco Process Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2018 11:18 AM
Once the process is deployed you can get the BpmnModel object using RepositoryService (Activiti - Engine 5.22.0 API) from that object you can get the Text Annotations.
