public abstract class BaseExtensionActivity<T extends ProcessContext> extends BaseActivity<T>
automaticallyRegisterRollbackHandler, beanName, errorHandler, order, rollbackHandler, rollbackRegion, stateConfiguration| Constructor and Description |
|---|
BaseExtensionActivity() |
| Modifier and Type | Method and Description |
|---|---|
T |
execute(T context)
Called by the encompassing processor to activate
the execution of the Activity
|
getAutomaticallyRegisterRollbackHandler, getBeanName, getErrorHandler, getOrder, getRollbackHandler, getRollbackRegion, getStateConfiguration, setAutomaticallyRegisterRollbackHandler, setBeanName, setErrorHandler, setOrder, setRollbackHandler, setRollbackRegion, setStateConfiguration, shouldExecutepublic T execute(T context) throws java.lang.Exception
Activitycontext - - process context for this workflowjava.lang.ExceptionCopyright © 2018. All Rights Reserved.