public interface StepPlugin
| Modifier and Type | Method and Description |
|---|---|
void |
executeStep(PluginStepContext context,
java.util.Map<java.lang.String,java.lang.Object> configuration)
Execute the step.
|
void executeStep(PluginStepContext context, java.util.Map<java.lang.String,java.lang.Object> configuration) throws StepException
context - the plugin step contextconfiguration - Any configuration property values not otherwise applied to the pluginStepException - if an error occurs, the failureReason should indicate the reason