8000 Issue with ExclusiveChoice node · Issue #6 · zetacomponents/Workflow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Issue with ExclusiveChoice node #6

Open
bretrzaun opened this issue Feb 25, 2014 · 0 comments
Open

Issue with ExclusiveChoice node #6

bretrzaun opened this issue Feb 25, 2014 · 0 comments

Comments

@bretrzaun
Copy link

I have a workflow defined in XML. After upgrading the Workflow component from 1.3 to 1.4 I get an ezcWorkflowInvalidWorkflowException exception when trying to load the XML definition.

Message: Node of type "ExclusiveChoice" has less outgoing nodes than required.

  <node id="55" type="ExclusiveChoice">
    <condition type="Variable" name="choice">
      <condition type="IsString"/>
      <outNode id="80"/>
    </condition>
    <condition type="Not">
      <condition type="Variable" name="choice">
        <condition type="IsString"/>
        <outNode id="60"/>
      </condition>
    </condition>
  </node>

What is wrong with this definition ? Who do I have to change to make it work again ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0