Class ProcessAutoAckErrorCommand

  • All Implemented Interfaces:
    org.kie.api.executor.Command, org.kie.api.executor.Reoccurring

    public class ProcessAutoAckErrorCommand
    extends AutoAckErrorCommand
    Command that will auto acknowledge process instance errors based on the last initial node instance when the error happened. Following parameters are supported by this command:
    • EmfName - name of entity manager factory to be used for queries (valid persistence unit name)
    • SingleRun - indicates if execution should be single run only (true|false)
    • NextRun - provides next execution time (valid time expression e.g. 1d, 5h, etc)
    • Constructor Detail

      • ProcessAutoAckErrorCommand

        public ProcessAutoAckErrorCommand()