For more information, please refer to this announcement explaining best practices for getting answers to questions.
Changed attribute in SOAP request
Hi,
Below is the SOAP request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/hcm/processFlows/core/flowActionsService/types/" xmlns:flow="http://xmlns.oracle.com/apps/hcm/processFlows/core/flowControllerService/">
<soapenv:Header/>
<soapenv:Body>
<typ:submitFlow>
<typ:flowName>test_ag</typ:flowName>
<!--Zero or more repetitions:-->
<typ:parameterValues>
<!--Optional:-->
<flow:ParameterName>Effective Date</flow:ParameterName>
<flow:ParameterValue>2023-04-04</flow:ParameterValue>
<flow:ParameterName>Changed attributes</flow:ParameterName>
<flow:ParameterValue>Y</flow:ParameterValue>
</typ:parameterValues>
<!--Optional:-->
<typ:flowInstanceName>test_ag_f</typ:flowInstanceName>
<typ:recurringFlag>false</typ:recurringFlag>
</typ:submitFlow>