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

Pipeline Run Request


« Contents / Functions / Helpers


Inherits

Role

To extend the base class Pipeline Request by including and validating additional values required for interaction with the worker pipelines where other specific properties are used.

Namespace: mrpaulandrew.azure.procfwk.Helpers.

Properties

Property Name Type
RunId string

Fields

Name Type
RecursivePipelineCancel string
ActivityQueryStart DateTime
ActivityQueryEnd DateTime

Methods

Validate

Role: To validate all request values provided.