public class TriggerSignalWork extends TenantAwareBonitaWork
TENANT_ACCESSORtenantId| Constructor and Description |
|---|
TriggerSignalWork(long signalId,
String signalName) |
| 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 TriggerSignalWork(long signalId,
String signalName)
public String getDescription()
getDescription 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 BonitaWorkExceptionpublic String getRecoveryProcedure()
getRecoveryProcedure in class BonitaWorkCopyright © 2018 Bonitasoft S.A.. All rights reserved.