@Component public abstract class FlowableServiceTask extends Object implements org.flowable.engine.delegate.JavaDelegate
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
FlowableServiceTask() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doExecute(org.flowable.engine.delegate.DelegateExecution execution) |
void |
execute(org.flowable.engine.delegate.DelegateExecution execution) |
@Transactional(rollbackFor=java.lang.Throwable.class) public void execute(org.flowable.engine.delegate.DelegateExecution execution)
execute
in interface org.flowable.engine.delegate.JavaDelegate
protected abstract void doExecute(org.flowable.engine.delegate.DelegateExecution execution)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.