Class TriggerJobCommand


  • public class TriggerJobCommand
    extends Object
    • 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.
    • Method Detail

      • execute

        public boolean execute()