Execute Method (IStep)
- Last UpdatedApr 08, 2026
- 1 minute read
The entry routine to execute a given pipeline step.
IStepContext Execute(
IStepContext stepContext,
ICachedSettings cachedSettings
)
Parameters
- stepContext
- The step context for the pipeline.
- cachedSettings
- The cached configuration settings for the pipeline.
Return Value
The resultant IStepContext after the step has been executed.