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