Interface JobHandler


public interface JobHandler
Author:
Tom Baeyens
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
     
     
  • Method Details

    • getType

      String getType()
    • execute

      void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)