Get the current pipeline stage configuration during synthesis.
Returns the stage config when called inside a pipeline context (i.e., during
stageFactory execution). Returns undefined when not running inside a pipeline,
allowing application code to work in both standalone and pipeline modes.
Type Parameters
T = Record<string,unknown>
Shape of the user-defined config field in stage configuration.
Get the current pipeline stage configuration during synthesis.
Returns the stage config when called inside a pipeline context (i.e., during
stageFactoryexecution). Returnsundefinedwhen not running inside a pipeline, allowing application code to work in both standalone and pipeline modes.