Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant