Activiti Support for Pool and Lane
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2013 11:10 PM
In Activiti 5.12 user guide, support for pools and lanes is mentioned and illustrated. However, I can not find the notations in Activiti modeler.
They are available in Eclipse plugin. But when I try to deploy the diagram by using Java api, following warnings are issued:
31 May 2013 12:57:01,530 [main] WARN org.activiti.engine.impl.bpmn.parser.BpmnParse:485 - Invalid reference in diagram interchange definition: could not find pool1
31 May 2013 12:57:01,530 [main] WARN org.activiti.engine.impl.bpmn.parser.BpmnParse:485 - Invalid reference in diagram interchange definition: could not find lane1
When I upload XML by using Activiti Explore and then deploy, I can create process instance without problem. But attempting to convert it to editable mode will issue an error: "Import Failed: Make sure the file contains valid BPMN".
So what is the status of support for pools and lanes in 5.12?
There was a topic posted last year which dosen't seem to be answered:
http://forums.activiti.org/content/problem-running-pools-and-lane-activiti-explore
Thank you.
They are available in Eclipse plugin. But when I try to deploy the diagram by using Java api, following warnings are issued:
31 May 2013 12:57:01,530 [main] WARN org.activiti.engine.impl.bpmn.parser.BpmnParse:485 - Invalid reference in diagram interchange definition: could not find pool1
31 May 2013 12:57:01,530 [main] WARN org.activiti.engine.impl.bpmn.parser.BpmnParse:485 - Invalid reference in diagram interchange definition: could not find lane1
When I upload XML by using Activiti Explore and then deploy, I can create process instance without problem. But attempting to convert it to editable mode will issue an error: "Import Failed: Make sure the file contains valid BPMN".
So what is the status of support for pools and lanes in 5.12?
There was a topic posted last year which dosen't seem to be answered:
http://forums.activiti.org/content/problem-running-pools-and-lane-activiti-explore
Thank you.
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2013 08:24 AM
Pools and lanes are currently not supported in the Modeler, but they are supported in the Designer. I hope we can provide support for this in one of the next releases of Activiti.
Best regards,
Best regards,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2013 05:55 AM
Related to this question, we created our Activiti workflow using the Designer and we are also getting these warnings during deployment:
11:46:20,903 WARN [BpmnParse] Invalid reference in diagram interchange definition: could not find lane1
11:46:20,904 WARN [BpmnParse] Invalid reference in diagram interchange definition: could not find ApprovalWorkflowContainer
How can avoid these warnings being logged? Since the workflow seems to be working like it should.
11:46:20,903 WARN [BpmnParse] Invalid reference in diagram interchange definition: could not find lane1
11:46:20,904 WARN [BpmnParse] Invalid reference in diagram interchange definition: could not find ApprovalWorkflowContainer
How can avoid these warnings being logged? Since the workflow seems to be working like it should.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2013 10:19 AM
The warnings that you're getting means that the pool/lane is present in the BPMN-DI but not un the actual definition xml (anymore).