The current implementation of the SavePipeline command assumes implements the happy path only.
This may lead to inconsistent states where in Nested Pipelines the child pipelines are updated without the parent being updated due to an error.
Plan and implement an Atomic save construct that rolls back the Nested Pipelines save operation in case of an error.
The current implementation of the
SavePipelinecommand assumes implements the happy path only.This may lead to inconsistent states where in
Nested Pipelinesthe child pipelines are updated without the parent being updated due to an error.Plan and implement an Atomic save construct that rolls back the
Nested Pipelinessave operation in case of an error.