Tema anterior: getPendingInteractionRequestFormTema siguiente: getProcessLogs


getPendingUserInteractions

Utilice este método para ver las interacciones de usuario pendientes. El número de interacciones pendientes que se devuelven se basa en el rol del usuario:

Devolución de todas las interacciones pendientes en el orquestador (solo para administradores)

Texto en línea
<tns:getPendingUserInteractions xmlns:tns="http://www.ca.com/itpam" getRootUUID="false">
<tns:auth>
<!--xsd:Choice Type-->
<tns:token>token__</tns:token>
<tns:user>Joe</tns:user>
<tns:password>thisismypassword</tns:password>
<tns:auth>
<tns:rootUUID></tns:rootUUID>
<tns:processID></tns:processID>
</tns:getPendingUserInteractions>
Solicitud
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<tns:getPendingUserInteractions xmlns:tns="http://www.ca.com/itpam" getRootUUID="false">
<tns:auth>
<tns:user>Joe</tns:user>
<tns:password>thisismypassword</tns:password>
<tns:auth>
<tns:rootUUID></tns:rootUUID>
<tns:processID></tns:processID>
</tns:getPendingUserInteractions>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Respuesta
<getPendingUserInteractionsResponse xmlns="http://www.ca.com/itpam">
<userInteractions>
<userInteraction id="116" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="117" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="118" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="119" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="120" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="121" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>

Devuelva todas las interacciones pendientes que se hayan invocado desde un formulario de solicitud de inicio

Texto en línea

Proporcionar el rootUUID del proceso al que el formulario de solicitud de inicio está llamando:

<tns:getPendingUserInteractions xmlns:tns="http://www.ca.com/itpam" getRootUUID="false">
<tns:auth>
<tns:user>Joe</tns:user>
<tns:password>thisismypassword</tns:password>
<tns:auth>
<tns:rootUUID>076be822-7514-4f04-a333-3e8b73693a2b</tns:rootUUID>
<tns:processID></tns:processID>
</tns:getPendingUserInteractions>
Solicitud
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<tns:getPendingUserInteractions xmlns:tns="http://www.ca.com/itpam" getRootUUID="false">
<tns:auth>
<tns:user>Joe</tns:user>
<tns:password>thisismypassword</tns:password>
<tns:auth>
<tns:rootUUID>6e8faae6-77a4-4461-8feb-9e5ca4d572d5</tns:rootUUID>
<tns:processID></tns:processID>
</tns:getPendingUserInteractions>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Respuesta
<getPendingUserInteractionsResponse xmlns="http://www.ca.com/itpam">
<userInteractions>
<userInteraction id="207" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="208" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="209" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="210" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="211" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="212" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="213" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="214" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="215" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="216" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
</userInteractions>
</getPendingUserInteractionsResponse>

Proceso padre que llama a un proceso hijo adjunto

Texto en línea

Proporcionar el rootUUID del proceso padre del conjunto de datos:

<tns:getPendingUserInteractions xmlns:tns="http://www.ca.com/itpam" getRootUUID="false">
<tns:auth>
<tns:user>Joe</tns:user>
<tns:password>thisismypassword</tns:password>
<tns:auth>
<tns:rootUUID>6e8faae6-77a4-4461-8feb-9e5ca4d572d5</tns:rootUUID>
<tns:processID></tns:processID>
</tns:getPendingUserInteractions>
Solicitud
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<tns:getPendingUserInteractions xmlns:tns="http://www.ca.com/itpam" getRootUUID="false">
<tns:auth>
<tns:user>Joe</tns:user>
<tns:password>thisismypassword</tns:password>
<tns:auth>
<tns:rootUUID>6e8faae6-77a4-4461-8feb-9e5ca4d572d5</tns:rootUUID>
<tns:processID></tns:processID>
</tns:getPendingUserInteractions>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Respuesta
<getPendingUserInteractionsResponse xmlns="http://www.ca.com/itpam">
<userInteractions>
<userInteraction id="176" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="177" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="178" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="179" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="180" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="181" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="182" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="183" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="184" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
<userInteraction id="185" title="Tarea realizada por B">
<description>Tarea realizada por B</description>
</userInteraction>
</userInteractions>
</getPendingUserInteractionsResponse>

<userInteractions> especifica el ID y el título de todas las interacciones de usuario pendientes.