Interface StepPlugin


  • public interface StepPlugin
    The plugin interface for a Workflow Step Plugin.
    • Method Detail

      • executeStep

        void executeStep​(PluginStepContext context,
                         java.util.Map<java.lang.String,​java.lang.Object> configuration)
                  throws StepException
        Execute the step.
        Parameters:
        context - the plugin step context
        configuration - Any configuration property values not otherwise applied to the plugin
        Throws:
        StepException - if an error occurs, the failureReason should indicate the reason