Future activities

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2011 04:14 AM
Hi guys,
We are currently studying Activiti to see whether we can use it in a future product. The question to which we can't seem to find an answer is the following: is there any supported way we can iterate through future activities? So, if the current activity is X, we would like to see what other activities can be carried out throughout the lifetime of the workflow, until the end event occurs.
Thanks in advance.
We are currently studying Activiti to see whether we can use it in a future product. The question to which we can't seem to find an answer is the following: is there any supported way we can iterate through future activities? So, if the current activity is X, we would like to see what other activities can be carried out throughout the lifetime of the workflow, until the end event occurs.
Thanks in advance.
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2011 05:20 AM
Hi,
No, this is not supported.
Of course in the process engine this is done, so you could look at the internals there.
But better would be to get the BPMN 2.0 XML and parse it with the BpmnParse class and get all the activities.
Best regards,
No, this is not supported.
Of course in the process engine this is done, so you could look at the internals there.
But better would be to get the BPMN 2.0 XML and parse it with the BpmnParse class and get all the activities.
Best regards,
