01-31-2013 07:23 AM
<serviceTask id="servicetask4" name="UpdateState"
activiti:class="some.package.UpdateState">
</serviceTask>
public class UpdateState implements JavaDelegate {
public void execute(DelegateExecution execution) throws Exception {
…
//update process vars
execution.setVariable("approved", approved);
execution.setVariable("sent", pa.isSent());
getSomeJpa().edit(pa);
….
}
01-31-2013 07:55 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.