Refactor Child & Infant Pipelines to Make Worker Execute Simpler and Isolated
mrpaulandrew opened this issue · 0 comments
mrpaulandrew commented
Move worker pipeline execute activities into infant pipeline along side run handling, making the call to run a worker pipeline an isolated operation.
The child level pipeline can then be made simpler and used just for the purpose of scaling out executions.
Once done. Refactor infant to use local variables replacing hard coded activity output expressions where possible.