| Modifier and Type | Field and Description |
|---|---|
protected String |
externalJobId |
protected JobServiceConfiguration |
jobServiceConfiguration |
protected String |
workerId |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractExternalWorkerJobCmd(String externalJobId,
String workerId,
JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(CommandContext commandContext) |
protected ExternalWorkerJobEntity |
resolveJob() |
protected abstract void |
runJobLogic(ExternalWorkerJobEntity externalWorkerJob,
CommandContext commandContext) |
protected final String externalJobId
protected final String workerId
protected final JobServiceConfiguration jobServiceConfiguration
protected AbstractExternalWorkerJobCmd(String externalJobId, String workerId, JobServiceConfiguration jobServiceConfiguration)
public Void execute(CommandContext commandContext)
protected abstract void runJobLogic(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext)
protected ExternalWorkerJobEntity resolveJob()
Copyright © 2021 Flowable. All rights reserved.