Informatica ActiveVOS
- Informatica ActiveVOS 9.2.5
- All Products
Assertion parameter
| Description
| Default
|
---|---|---|
Interval
| Amount of time in seconds to wait between retries
| None. You must add a value. Ignored if a service name is specified.
|
Attempts
| Number of times to retry the service
| None. You must add a value. Ignored if a service name is specified.
|
Service
| Name of a service implemented by the process. The service is a BPEL process based on a required WSDL operation.
| If you specify a service, the attempts and interval values are ignored.
|
faultList
| Faults to include for retries
| All faults are retried
|
faultExclusionList
| Faults to exclude for retries
| |
On Failure
| The state for an invoke activity when the retries are exhausted: Faulted (the default) or Suspended.
| Fault
|
<abp:retryPolicy attempts="xsd:int"? interval="xsd:int"? service="NCName"? faultList="QNameList"? faultExclusionList="QNameList"? onFailure="fault"/>
<wsa:EndpointReference xmlns:s="http://www.activebpel.org/services/retrytests"> <wsa:ServiceName PortName="retrytesterServicePort"> s:retryTesterService</wsa:ServiceName> <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:abp="http://schemas.active-endpoints.com/ws /2005/12/policy"> <abp:retry service="retryCheckerService"> faultList="{http://xml.apache.org/axis/}* {http://www.active-endpoints.com/2004/06/bpel /extensions/}* {http://www.activebpel.org/services /retrytests}*"/> </wsp:Policy> </wsa:EndpointReference>
<wsa:EndpointReference xmlns:s="http://www.activebpel.org/services/retrytests"> <wsa:ServiceName PortName="retrytesterServicePort"> s:retryTesterService</wsa:ServiceName> <wsa:Metadata> <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:abp="http://schemas.active-endpoints.com/ws/ 2005/12/policy"> <abp:retry interval="1" attempts="3"> faultExclusionList="{http://xml.apache.org/axis/}*"/> </wsp:Policy> </wsa:Metadata> </wsa:EndpointReference>