Class RunTableAutomationsProcessStep

java.lang.Object
com.kingsrook.qqq.backend.core.processes.implementations.automation.RunTableAutomationsProcessStep
All Implemented Interfaces:
BackendStep, MetaDataProducerInterface<QProcessMetaData>

public class RunTableAutomationsProcessStep extends Object implements BackendStep, MetaDataProducerInterface<QProcessMetaData>
Process to manually run table automations, for a table. Useful, maybe, for an e2e test. Or, if you don't want jobs to be running, but want to run automations by-hand, for some reason. In the future, this class could take a param to only do inserts or updates. Also, right now, only records that are Pending automations will be run - again, that could be changed, presumably (take a list of records, always run, etc...)
  • Field Details

  • Constructor Details

    • RunTableAutomationsProcessStep

      public RunTableAutomationsProcessStep()
  • Method Details