09-13-2011 08:24 AM
<scriptTask id="scripttask1" name="Setter" scriptFormat="javascript">
<script><![CDATA[
object1.setValue(1);
]]></script>
</scriptTask>
Map<String, Object> variables = new HashMap<String, Object>();
variables.put("object1", new MyObject());
ProcessInstance processInstance = runtimeService.startProcessInstanceByKey(name,businessKey,variables);
<scriptTask id="scripttask1" name="Setter" scriptFormat="javascript">
<script><![CDATA[
object1 = object1.setValue(1);
]]></script>
</scriptTask>
09-13-2011 09:32 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.