Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to Continue on error from target

How can I continue on error to execute the target PostFlow response? If target fails it doesn't execute the target response flow..

I have some logging in Target postflow response.

<PostFlow name="PostFlow"> 
  <Request/> 
  <Response> 
    <Step> 
      <FaultRules/> 
      <Name>JS_LogTargetResponse</Name> 
    </Step> 
    <Step> 
      <FaultRules/> 
      <Name>JS_LogMessage</Name> 
    </Step> 
    <Step> 
      <FaultRules/> 
      <Name>MessageLogging</Name> 
    </Step> 
  </Response> 
</PostFlow>

-Vinay

3 5 2,472
5 REPLIES 5
Top Solution Authors