public class TxBonitaWork extends WrappingBonitaWork
TENANT_ACCESSOR
tenantId
Constructor and Description |
---|
TxBonitaWork(BonitaWork wrappedWork) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
work(java.util.Map<java.lang.String,java.lang.Object> context)
Execution code of the work
|
getDescription, getRecoveryProcedure, getTenantId, getWrappedWork, handleFailure, setTenantId, toString
getTenantAccessor
equals, getParent, getRootWork, getUuid, hashCode, setParent
public TxBonitaWork(BonitaWork wrappedWork)
public java.util.concurrent.CompletableFuture<java.lang.Void> work(java.util.Map<java.lang.String,java.lang.Object> context) throws java.lang.Exception
BonitaWork
work
in class BonitaWork
context
- a map of context that can be filled by a work to be given to a wrapped workjava.lang.Exception