Jean-Baptiste Onofré created FALCON-364:
-------------------------------------------

             Summary: Process specification contains a mistake in the parallel 
section
                 Key: FALCON-364
                 URL: https://issues.apache.org/jira/browse/FALCON-364
             Project: Falcon
          Issue Type: Bug
          Components: docs
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré


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

{code}
<process name="[process name]">
...
   <concurrency>[concurrency]</concurrency>
...
</process>
{code}

whereas it should be:

{code}
<process name="[process name]">
...
   <parallel>[parallel]</parallel>
...
</process>
{code}

The description also mixes parallel and concurrency wording.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to