Interface JobHandler


  • public interface JobHandler
    Author:
    Tom Baeyens
    • Method Detail

      • execute

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