public class ExecuteMessageCoupleWork extends TenantAwareBonitaWork
TENANT_ACCESSORtenantId| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getRecoveryProcedure() |
void |
handleFailure(Throwable e,
Map<String,Object> context) |
CompletableFuture<Void> |
work(Map<String,Object> context)
Execution code of the work
|
getTenantAccessorequals, getParent, getTenantId, getUuid, hashCode, setParent, setTenantIdpublic String getDescription()
getDescription in class BonitaWorkpublic String getRecoveryProcedure()
getRecoveryProcedure in class BonitaWorkpublic CompletableFuture<Void> work(Map<String,Object> context) throws Exception
BonitaWorkwork in class BonitaWorkcontext - a map of context that can be filled by a work to be given to a wrapped workExceptionpublic void handleFailure(Throwable e, Map<String,Object> context) throws Exception
handleFailure in class BonitaWorkExceptionCopyright © 2018 Bonitasoft S.A.. All rights reserved.