Class TriggerJobCommand
- java.lang.Object
-
- org.kie.kogito.services.jobs.impl.TriggerJobCommand
-
public class TriggerJobCommand extends Object
-
-
Constructor Summary
Constructors Constructor Description TriggerJobCommand(String processInstanceId, String correlationId, String timerId, Integer limit, Process<?> process, UnitOfWorkManager uom)
-
-
-
Field Detail
-
SIGNAL
public static final String SIGNAL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TriggerJobCommand
public TriggerJobCommand(String processInstanceId, String correlationId, String timerId, Integer limit, Process<?> process, UnitOfWorkManager uom)
- Parameters:
processInstanceId- Identifier of the process instance to execute.correlationId- The correlation id of the job that is being executed.timerId- Identifier of the timer to execute.limit- The job execution limit, a value of 0 indicates the last execution.process- The Process to which the processInstanceId belongs.uom- The unit of work manager to produce the execution.
-
-