Class FlowableServiceTask

    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
    • Constructor Detail

      • FlowableServiceTask

        public FlowableServiceTask()
    • Method Detail

      • execute

        @Transactional(rollbackFor=java.lang.Throwable.class)
        public void execute​(org.flowable.engine.delegate.DelegateExecution execution)
        Specified by:
        execute in interface org.flowable.engine.delegate.JavaDelegate
      • doExecute

        protected abstract void doExecute​(org.flowable.engine.delegate.DelegateExecution execution)