Excpption about workflow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2014 10:41 PM
Hello All
I custom a advanced workflow, but when I am ending the task,there is some error"
org.activiti.engine.ActivitiException: No outgoing sequence flow of the exclusive gateway 'reviewDecision1' could be selected for continuing the process" Any one can help me? what's the matter case the trouble,the code about reviewDecision1 are
exclusiveGateway id="reviewDecision1" name="Exclusive Gateway" exclusiveGateway and
sequenceFlow id="flow2" sourceRef="reviewTask1" targetRef="reviewDecision1" sequenceFlow
sequenceFlow id="flow3" sourceRef="reviewDecision1" targetRef="approveTask1" conditionExpression xsi:type="tFormalExpression" ${wf_reviewOutcome == 'Approve'} conditionExpression sequenceFlow
Thanks a lot!
I custom a advanced workflow, but when I am ending the task,there is some error"
org.activiti.engine.ActivitiException: No outgoing sequence flow of the exclusive gateway 'reviewDecision1' could be selected for continuing the process" Any one can help me? what's the matter case the trouble,the code about reviewDecision1 are
exclusiveGateway id="reviewDecision1" name="Exclusive Gateway" exclusiveGateway and
sequenceFlow id="flow2" sourceRef="reviewTask1" targetRef="reviewDecision1" sequenceFlow
sequenceFlow id="flow3" sourceRef="reviewDecision1" targetRef="approveTask1" conditionExpression xsi:type="tFormalExpression" ${wf_reviewOutcome == 'Approve'} conditionExpression sequenceFlow
Thanks a lot!
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2014 08:01 AM
Hi,
Its looks like there is no default flow from gateway, the problem coming from the gateway, the task is not able to proceed further may be it is not satisfying condition and there is no any other flow from the gateway.
To give you better solution can you attach your processDefinition file.
Its looks like there is no default flow from gateway, the problem coming from the gateway, the task is not able to proceed further may be it is not satisfying condition and there is no any other flow from the gateway.
To give you better solution can you attach your processDefinition file.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2014 03:54 AM
Hello lementree
Thanks for your reply,now I upload two file about my custom workflow,if you have a good idea,please tell me thank you very much!!
Thanks for your reply,now I upload two file about my custom workflow,if you have a good idea,please tell me thank you very much!!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2014 05:33 AM
after commenting these line the error would have gone, if still getting error remove these lines and in workflow context file make reload=true the restart server.
i.e
i.e
<prop key="redeploy">true</prop>
<!– <conditionExpression xsi:type="tFormalExpression"><![CDATA[${wf_reviewOutcome1 == 'Reject'}]]></conditionExpression> –>
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2014 10:52 PM
Hello
Thank you very much your answer,I will try it again,!
Thank you very much your answer,I will try it again,!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2014 01:57 AM
Hello lementree
Thanks your answer,I customized workflow can work now,thanks a lot!
Thanks your answer,I customized workflow can work now,thanks a lot!
