12-28-2010 05:30 AM
12-29-2010 02:52 AM
taskService.setVariableLocal("123", "myVariable", "Variable value");
Or inside a TaskListener, using DelegateTask
public void notify(DelegateTask delegateTask) {
delegateTask.setVariableLocal("123", "myVariable", "Variable value");
}
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.