ActionResultBuilder |
ActionResultBuilder.setExpiryTime(Date expiryTime) |
Set the step action expiry time after which the job action should be cancelled.
|
ActionResultBuilder |
ActionResultBuilder.setMaxRetryAttempts(Integer maxRetryAttempts) |
Set the maximum number of time to attempt performing the step action.
|
ActionResultBuilder |
ActionResultBuilder.setMessage(String message) |
Set the job action result message for process auditing purposes.
|
ActionResultBuilder |
ActionResultBuilder.setNextRetryAttempt(Date nextRetryAttempt) |
Set the time to next retry performing step action.
|
ActionResultBuilder |
ActionResultBuilder.setNextRetryAttemptMins(int minutes) |
The next time in minutes to retry performing the action.
|
ActionResultBuilder |
ActionResultBuilder.setRoute(String route) |
Set the job action result route step.
|
ActionResultBuilder |
ActionResultBuilder.setStatus(String status) |
Set the job action result status.
|