SOAP API - setDeadlineExpiration

The table summarizes the SOAP API - setDeadlineExpiration.

Request Uses the setDeadlineExpirationInput element (from the ProcessManagement schema)
Parameter notes
Response Returns a success element (from the ProcessManagement schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">

   <soapenv:Header/>

   <soapenv:Body>

      <proc:setDeadlineExpirationInput>

         <proc:activityID>pvm:001ic0</proc:activityID>

         <proc:expirationTime>2011-07-14T16:30:00.000-07:00</proc:expirationTime>

      </proc:setDeadlineExpirationInput>

   </soapenv:Body>

</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">

   <SOAP-ENV:Header/>

   <SOAP-ENV:Body>

      <proc:success xmlns:proc="http://www.tibco.com/bx/2009/management/processManagerType">OK</proc:success>

   </SOAP-ENV:Body>

</SOAP-ENV:Envelope>