Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-364

Process specification contains a mistake in the parallel section

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 0.4
    • 0.5
    • docs
    • None

    Description

      In the process specification doc (http://falcon.incubator.apache.org/docs/EntitySpecification.html#Process_Specification), the code snippet in the Parallel section contains:

      <process name="[process name]">
      ...
         <concurrency>[concurrency]</concurrency>
      ...
      </process>
      

      whereas it should be:

      <process name="[process name]">
      ...
         <parallel>[parallel]</parallel>
      ...
      </process>
      

      The description also mixes parallel and concurrency wording.

      Attachments

        1. FALCON-364.patch
          1 kB
          Jean-Baptiste Onofré
        2. FALCON-364-ext.patch
          11 kB
          Jean-Baptiste Onofré

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            jbonofre Jean-Baptiste Onofré
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: