Wrap a stage id as an optional dependency. Optional upstream outcomes never propagate as skips: the depending stage runs even when the upstream skipped or failed, but ctx.get returns undefined for that id.
ctx.get
undefined
Wrap a stage id as an optional dependency. Optional upstream outcomes never propagate as skips: the depending stage runs even when the upstream skipped or failed, but
ctx.getreturnsundefinedfor that id.