Class | Description |
---|---|
AutoAckErrorCommand | |
JobAutoAckErrorCommand |
Command that will auto acknowledge async jobs errors based on their status:
- if job that previously failed is completed it will be eligible for auto ack
- if job that previously failed is cancelled it will be eligible for auto ack
- if job that previously failed is rescheduled it will be eligible for auto ack
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)
|
ProcessAutoAckErrorCommand |
Command that will auto acknowledge process instance errors
based on the last initial node instance when the error happened.
|
TaskAutoAckErrorCommand |
Command that will auto acknowledge task errors based on their status -
completed, failed, exited, obsolete, error - will be considered as eligible for ack
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)
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.