Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Issue with ExclusiveChoice node #6

@bretrzaun

Description

@bretrzaun

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions