public class ExecuteFlowNodeWork extends TenantAwareBonitaWork
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecuteFlowNodeWork.Type |
TENANT_ACCESSORtenantId| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getRecoveryProcedure() |
void |
handleFailure(Throwable e,
Map<String,Object> context) |
void |
setReadyHumanTask(boolean readyHumanTask) |
String |
toString() |
CompletableFuture<Void> |
work(Map<String,Object> context)
Execution code of the work
|
getTenantAccessorequals, getParent, getTenantId, getUuid, hashCode, setParent, setTenantIdpublic void setReadyHumanTask(boolean readyHumanTask)
public 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 © 2019 Bonitasoft S.A.. All rights reserved.