public class MoveDeadLetterJobToExecutableJobCmd extends Object implements Command<JobEntity>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
jobId |
protected int |
retries |
| Constructor and Description |
|---|
MoveDeadLetterJobToExecutableJobCmd(String jobId,
int retries) |
| Modifier and Type | Method and Description |
|---|---|
JobEntity |
execute(CommandContext commandContext) |
String |
getJobId() |
Copyright © 2020 Flowable. All rights reserved.