EvaldoMaciel

Mover atividade via serviço no Fluig

Feb 13th, 2020 (edited)
687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.84 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.workflow.ecm.technology.totvs.com/">
  2.    <soapenv:Header/>
  3.    <soapenv:Body>
  4.       <ws:saveAndSendTask>
  5.          <username>USUÁRIO</username>
  6.          <password>SENHA</password>
  7.          <companyId>1</companyId>
  8.          <processInstanceId>59907</processInstanceId>
  9.          <choosedState>27</choosedState>
  10.          <colleagueIds></colleagueIds>
  11.          <comments>Atividade movida via serviço</comments>
  12.          <userId>USUÁRIO</userId>
  13.          <completeTask>true</completeTask>
  14.          <managerMode>true</managerMode>
  15.          <threadSequence></threadSequence>
  16.          <attachments></attachments>
  17.           <cardData></cardData>
  18.          <appointment></appointment>
  19.       </ws:saveAndSendTask>
  20.    </soapenv:Body>
  21. </soapenv:Envelope>
Add Comment
Please, Sign In to add comment