Files
luos/workflow/engine/xmlform/setup/wsReassignCase.xml
2010-12-02 23:34:41 +00:00

35 lines
929 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm type="xmlform" name="webservices" width="500" mode="edit" border="0" enableTemplate="0" height="150px">
<SESSION_ID type="text" size="36" maxlength="32">
<en>Session Id</en>
</SESSION_ID>
<CASE_ID type="dropdown" sqlConnection="dbarray">
SELECT * from case
<en>Case ID</en>
</CASE_ID>
<DEL_INDEX type="dropdown" sqlConnection="dbarray">
SELECT * from taskCases
<en>Delindex<option name="">Default</option></en>
</DEL_INDEX>
<USERIDSOURCE type="dropdown" sqlConnection="dbarray">
SELECT * from user
<en>User Source</en>
</USERIDSOURCE>
<USERIDTARGET type="dropdown" sqlConnection="dbarray">
SELECT * from user
<en>User Target</en>
</USERIDTARGET>
<ACTION type="hidden">
</ACTION>
<ACTIONB type="button" onclick="submitThisForm(this.form);">
<en>ReassignCase</en>
</ACTIONB>
</dynaForm>