Class DeleteExternalWorkerJobCmd
- java.lang.Object
-
- org.flowable.job.service.impl.cmd.DeleteExternalWorkerJobCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected StringjobIdprotected JobServiceConfigurationjobServiceConfiguration
-
Constructor Summary
Constructors Constructor Description DeleteExternalWorkerJobCmd(String jobId, JobServiceConfiguration jobServiceConfiguration)
-
-
-
Field Detail
-
jobId
protected String jobId
-
jobServiceConfiguration
protected JobServiceConfiguration jobServiceConfiguration
-
-
Constructor Detail
-
DeleteExternalWorkerJobCmd
public DeleteExternalWorkerJobCmd(String jobId, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-