-
Building on community feedback in the following issues:
https://github.com/mrpaulandrew/procfwk/issues/61
https://github.com/mrpaulandrew/procfwk/issues/62
Allow the framework to support multip…
-
Hi, currently the framework can only handle one collection of pipelines (procfwk.Pipelines) and one execution (CurrentExecution) to be managed at any single time. It would be ideal if a higher level g…
-
**Use Case:**
If the metadata of some pipelines, for some reason, isn't updated, when a new execution is triggered and the **Clean Up Previous Run** activity runs, the status of all pipelines not …
-
I'm trying to setup the procfwk. Untill this moment everything works fine, but now I receive this message while executing DeployProcFwkComponents.ps1.
`Update-PropertiesFromFile : Could not find ob…
-
**Describe the bug**
When the OverideRestart property is set to 1 and there's a current execution where some pipelines have a status 'Success', the creation of a new execution will fail. This happen…
-
If a parameter exists in the metadata, but the procfwk.PipelineParameters.ParameterValue column is NULL, then no parameters will be sent to that pipeline.
This affects the execution of worker pipel…
-
1. Add new table [PipelineDependencies] allowing 1:many relationships for Pipelines.
| PipelineId | DependantPipelineId |
2. Add a new Property called 'FailureHandling'. This property could have…
-
Then you can deploy the whole ADF code nicely with one line of code.
-
Currently, if a worker pipeline fails it blocks all other pipeline executions, failing the entire execution. A feature has been put on the backlog to allow this failure to be ignored and allow all ot…