Orchestrate
.procfwk

Logo

A cross tenant metadata driven processing framework for Azure Data Factory and Azure Synapse Analytics achieved by coupling orchestration pipelines with a SQL database and a set of Azure Functions.


- Overview
- Contents


View the Project on GitHub mrpaulandrew/procfwk

Activities


« Contents / Orchestrators


The complete activity chain can be viewed via the Visio design file in the solution code repository in GitHub here. Otherwise this page offers a simple overview of the key activities in each level of the processing framework.

The processing framework chain of operations uses the Execute Pipeline activity to enter into the next lower level pipeline; grandparent > parent > child > infant. This is the only ocasion where the execution pipeline activity is used and can be considered a good marker to separate the generational levels of the framework activities.


Parent Pipeline:

Key activities at this level, reading from left to right in the image below:


Child Pipeline:

Key activities at this level, reading from left to right:

As the child pipeline is very small in terms of operations and purpose there aren’t any other noteworthy activities to call out.


Infant Pipeline:

At the infant level, every activity becomes important and used during the normal execution of a given worker pipeline. From left to right in the image below: