When BW "invoke request response service" activity receives error message from the adapter, why the error transition is not taken?

When BW "invoke request response service" activity receives error message from the adapter, why the error transition is not taken?

book

Article ID: KB0090063

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
The adapter may send back something other than an expected message, such as ‘connection is lost’. This message has the same root element as normal messages.
However, in this case BW activity would not understand what is inside the message and proceed on as SUCCESS. This is expected behavior.

What you can do is to use a success with condition transition instead of an error transition. If the condition is met (for example, the message does not contain certain element), then treat this as an error and do something.


KEYWORDS: TRANSITION, REQUEST, RESPONSE, ADAPTER

Issue/Introduction

When BW "invoke request response service" activity receives error message from the adapter, why the error transition is not taken?

Attachments

When BW "invoke request response service" activity receives error message from the adapter, why the error transition is not taken? get_app