Update docs about concurrent workflow runs
Description
Release Notes
None
relates to
Activity
Show:

John Jackson March 2, 2016 at 2:53 AM

Albert Shau December 15, 2015 at 7:19 PMEdited
oops pasted the wrong link, the one you mentioned is the correct one. Updated the description

John Jackson December 15, 2015 at 7:10 PM
I didn't see any reference to concurrent workflows on that page (the Purchase example). However, that is described on the Developers' Manual Building Block on Workflows:
By default, a workflow runs sequentially. Multiple instances of a workflow can be run concurrently. To enable concurrent runs for a workflow, set its runtime argument concurrent.runs.enabled to true.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created December 15, 2015 at 6:46 PM
Updated March 3, 2016 at 2:46 AM
Resolved March 3, 2016 at 2:46 AM
The docs for concurrent workflow runs at http://docs.cdap.io/cdap/current/en/developers-manual/building-blocks/workflows.html#concurrent-workflows are wrong. Concurrent runs are the default behavior, and have been for some time now. In 3.3, we will also be introducing a way to set a max on the number of concurrent runs.