Class ExecuteJobCmd
- java.lang.Object
-
- org.flowable.job.service.impl.cmd.ExecuteJobCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class ExecuteJobCmd extends Object implements Command<Object>, Serializable
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringjobIdprotected JobServiceConfigurationjobServiceConfiguration
-
Constructor Summary
Constructors Constructor Description ExecuteJobCmd(String jobId, JobServiceConfiguration jobServiceConfiguration)
-
-
-
Field Detail
-
jobId
protected String jobId
-
jobServiceConfiguration
protected JobServiceConfiguration jobServiceConfiguration
-
-
Constructor Detail
-
ExecuteJobCmd
public ExecuteJobCmd(String jobId, JobServiceConfiguration jobServiceConfiguration)
-
-