Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.2
-
None
Description
Parallel flows can only run in parallel when the delegates are remote, but we should handle any colocated ones by running them sequentially in arbitrary order as synchronous UIMA does. The spec says that the framework is not obliged to run them in parallel. The alternative of rejecting the flow is undesirable as it can only be detected at run time since the flow controller may be user code.