Class MoveDeadLetterJobToExecutableJobCmd

java.lang.Object
org.flowable.job.service.impl.cmd.MoveDeadLetterJobToExecutableJobCmd
All Implemented Interfaces:
Serializable, Command<Job>

public class MoveDeadLetterJobToExecutableJobCmd extends Object implements Command<Job>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • jobServiceConfiguration

      protected JobServiceConfiguration jobServiceConfiguration
    • jobId

      protected String jobId
    • retries

      protected int retries
  • Constructor Details

    • MoveDeadLetterJobToExecutableJobCmd

      public MoveDeadLetterJobToExecutableJobCmd(String jobId, int retries, JobServiceConfiguration jobServiceConfiguration)
  • Method Details