10-07-2014 02:59 AM
//do something with variable: var
//find the current execution-id ???
ActivitiUtil.getRuntimeService().deleteVariable(executionId,var);
10-07-2014 06:26 AM
We can access the DelegateExecution by execution keyword, so:
executionId = execution.getId();
10-07-2014 06:26 AM
We can access the DelegateExecution by execution keyword, so:
executionId = execution.getId();
10-17-2014 06:27 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.