-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Is there a way for an if/unless step to modify the pipeline data?
I've found myself using pipelines similar to a with statement sometimes, and I would like some results to flow all the way to the end - even the conditional checks.
But I can't pass results of the conditional checks, as they only return a true/false, they don't mutate the pipeline.
An example might be to obtain the results for a pipeline that must complete successfully, it would never fully error out. I need to know that some steps were skipped, and the task/log result of why. I've seen instrumentation, but they are asynchronous. I need to feed the direct response and instantly reply with all conditional events skipped in the pipeline.
Any thoughts on this?
Metadata
Metadata
Assignees
Labels
No labels