10-13-2014 05:22 AM
<scriptTask id="parseFile" name="Execute script" scriptFormat="groovy" >
<script><![CDATA[
execution.setVariable("json", "result);
]]></script>
</scriptTask>
Map <String, Object> var = processInstance.getProcessVariables();
String res = var.get("json");
10-13-2014 05:28 AM
10-14-2014 01:16 AM
10-14-2014 02:33 AM
org.activiti.examples.bpmn.scripttask.ScriptTaskTest#testSetScriptResultToProcessVariable
10-14-2014 03:08 AM
10-14-2014 08:20 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.