Interface StepConfigRegistry

  • All Known Implementing Classes:
    SFCDesignerHook

    public interface StepConfigRegistry
    This is where you register your StepConfigFactory in the designer if you're implementing a new type of step. You get an instance of the registry like this:

     StepConfigRegistry registry = (StepConfigRegistry) designerContext.getModule(SFCModule.MODULE_ID);
     
    • Method Detail

      • register

        void register​(java.lang.String stepFactoryId,
                      StepConfigFactory factory)