Interface AfterAutomationLogicExecutor

All Known Implementing Classes:
DateNowAfterAutomationLogicExecutor, LookupRelationAfterAutomationLogicExecutor

public interface AfterAutomationLogicExecutor
This interface should be implemented per After_automation_logic to run the specific code needed
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    run(Entity afterAutomationLogic, Entity entity)
     
  • Method Details