07-21-2015 08:15 AM
<process id="connectionRequestProcess" name="Connection Request Process" isExecutable="true">
<startEvent id="startevent1" name="Request received"></startEvent>
<scriptTask id="scripttask1" name="Script Task" activiti:async="true" scriptFormat="groovy" activiti:autoStoreVariables="false">
<script>sleep(20000);</script>
</scriptTask>
<sequenceFlow id="flow1" sourceRef="startevent1" targetRef="scripttask1"></sequenceFlow>
<endEvent id="endevent1" name="Request processed"></endEvent>
<scriptTask id="scripttask2" name="Script Task" scriptFormat="groovy" activiti:autoStoreVariables="false">
<script>sleep(20000);</script>
</scriptTask>
<scriptTask id="scripttask3" name="Script Task" scriptFormat="groovy" activiti:autoStoreVariables="false">
<script>sleep(20000);</script>
</scriptTask>
<sequenceFlow id="flow3" sourceRef="scripttask2" targetRef="scripttask3"></sequenceFlow>
<sequenceFlow id="flow4" sourceRef="scripttask3" targetRef="endevent1"></sequenceFlow>
<sequenceFlow id="flow5" sourceRef="scripttask1" targetRef="scripttask2"></sequenceFlow>
</process>
07-22-2015 01:57 AM
07-22-2015 03:35 AM
07-23-2015 02:25 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.