Programs should not be nested inside Workflow
Description
Release Notes
None
Activity
Show:

Sagar Kapare January 22, 2015 at 1:22 AM
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created November 5, 2014 at 10:34 PM
Updated December 9, 2020 at 8:59 PM
Resolved January 22, 2015 at 1:21 AM
Currently a workflow can only run map/reduce jobs that are defined inside the workflow specification. It would be better if the workflow could run any program that is included in the application.
That allows reuse of a program in multiple workflows (with different runtime arguments).
Unclutters the UI when looking at the programs of an app. (currently shows <workflow name>_<mapreduce name>
That will also remove the need for specifying map/reduce programs nested inside a workflow. We should deprecate and eventually remove support for that.