public class ExecuteMessageCoupleWork extends TenantAwareBonitaWork
TENANT_ACCESSORtenantId| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getRecoveryProcedure() |
void |
handleFailure(java.lang.Throwable e,
java.util.Map<java.lang.String,java.lang.Object> context) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
work(java.util.Map<java.lang.String,java.lang.Object> context)
Execution code of the work
|
getTenantAccessorequals, getParent, getRootWork, getTenantId, getUuid, hashCode, setParent, setTenantIdpublic java.lang.String getDescription()
getDescription in class BonitaWorkpublic java.lang.String getRecoveryProcedure()
getRecoveryProcedure in class BonitaWorkpublic java.util.concurrent.CompletableFuture<java.lang.Void> work(java.util.Map<java.lang.String,java.lang.Object> context)
throws java.lang.Exception
BonitaWorkwork in class BonitaWorkcontext - a map of context that can be filled by a work to be given to a wrapped workjava.lang.Exceptionpublic void handleFailure(java.lang.Throwable e,
java.util.Map<java.lang.String,java.lang.Object> context)
throws java.lang.Exception
handleFailure in class BonitaWorkjava.lang.Exception