Interface AssignmentAction


  • public interface AssignmentAction
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void execute​(org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.process.ProcessContext context)  
    • Method Detail

      • execute

        void execute​(org.kie.api.runtime.process.NodeInstance nodeInstance,
                     org.kie.api.runtime.process.ProcessContext context)
              throws Exception
        Throws:
        Exception