3 Replies Latest reply on Jul 22, 2005 4:39 PM by mpurdy1973

    simple question on nodes (non-xml)

    mpurdy1973

      given the different types of nodes:
      state
      fork
      join
      decision
      tasknode

      when would you use the base node?

      i.e. what is the difference between the following (the xml tags are removed so it will post to the forum):

      node name="node1"
      transition name="tr1" to="end1" transition
      node

      state name="state1"
      transition name="tr1" to="end1" transition
      state