Class GetJobExceptionStacktraceCmd
- java.lang.Object
-
- org.flowable.job.service.impl.cmd.GetJobExceptionStacktraceCmd
-
- All Implemented Interfaces:
Serializable,Command<String>
public class GetJobExceptionStacktraceCmd extends Object implements Command<String>, Serializable
- Author:
- Frederik Heremans, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringjobIdprotected JobServiceConfigurationjobServiceConfigurationprotected JobTypejobType
-
Constructor Summary
Constructors Constructor Description GetJobExceptionStacktraceCmd(String jobId, JobType jobType, JobServiceConfiguration jobServiceConfiguration)
-
-
-
Field Detail
-
jobServiceConfiguration
protected JobServiceConfiguration jobServiceConfiguration
-
jobId
protected String jobId
-
jobType
protected JobType jobType
-
-
Constructor Detail
-
GetJobExceptionStacktraceCmd
public GetJobExceptionStacktraceCmd(String jobId, JobType jobType, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Detail
-
execute
public String execute(CommandContext commandContext)
-
-