Adding Custom Identity Link Types
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2015 09:17 PM
Hi
I am looking into extending Activiti's IdentityLinkTypes based on the documentation here:
http://www.activiti.org/userguide/#bpmnUserTaskUserCustomIdentityLinkAssignmentExtension
The documentation seems incomplete since it does mention that I need to extend the IdentityLinkType class but doesn't mention how I plug this into the ProcessEngine. How do I make activiti aware of my custom identity link types?
Thanks
I am looking into extending Activiti's IdentityLinkTypes based on the documentation here:
http://www.activiti.org/userguide/#bpmnUserTaskUserCustomIdentityLinkAssignmentExtension
The documentation seems incomplete since it does mention that I need to extend the IdentityLinkType class but doesn't mention how I plug this into the ProcessEngine. How do I make activiti aware of my custom identity link types?
Thanks
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2015 02:42 PM
Anyone?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2015 08:45 AM
You can use custom identity link types directly in your process definitions xml. Here is a bpmn xml example with a unit test using a custom identity links:
https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/test/resources/org/acti...
https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/test/java/org/activiti/...
https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/test/resources/org/acti...
https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/test/java/org/activiti/...
