Class TriggerSignalWork
java.lang.Object
org.bonitasoft.engine.work.BonitaWork
org.bonitasoft.engine.execution.work.TenantAwareBonitaWork
org.bonitasoft.engine.execution.work.failurewrapping.TriggerSignalWork
- Author:
- Baptiste Mesta
-
Field Summary
Fields inherited from class org.bonitasoft.engine.execution.work.TenantAwareBonitaWork
SERVICE_ACCESSORFields inherited from class org.bonitasoft.engine.work.BonitaWork
tenantId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleFailure(Throwable e, Map<String, Object> context) Execution code of the workMethods inherited from class org.bonitasoft.engine.execution.work.TenantAwareBonitaWork
getServiceAccessorMethods inherited from class org.bonitasoft.engine.work.BonitaWork
canBeRecoveredByTheRecoveryMechanism, equals, getParent, getRootWork, getUuid, hashCode, setParent
-
Constructor Details
-
TriggerSignalWork
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin classBonitaWork
-
work
Description copied from class:BonitaWorkExecution code of the work- Specified by:
workin classBonitaWork- Parameters:
context- a map of context that can be filled by a work to be given to a wrapped work- Throws:
Exception
-
handleFailure
- Specified by:
handleFailurein classBonitaWork- Throws:
Exception
-
getRecoveryProcedure
- Overrides:
getRecoveryProcedurein classBonitaWork- Returns:
- how to restart the work if it fails
-