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