public interface ExecutableStepFactoryManager
ExecutableStepFactory
s to create ExecutableStep
s.
Search for the eligible factory which can create step with given criteria and use that factory
to create the executable step.Modifier and Type | Method and Description |
---|---|
Optional<ExecutableStep> |
getStep(String pipelineId,
String stepId)
Create the 'Executable Step' by the given pipeline id and step id using step factory.
|
Optional<ExecutableStep> getStep(String pipelineId, String stepId) throws com.sdl.delivery.configuration.ConfigurationException
pipelineId
- The given pipeline id.stepId
- The given step id.com.sdl.delivery.configuration.ConfigurationException
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries