Join types in Trigger?Explain?
Answers were Sorted based on User's Feedback
Answer / dipak mundhe
There are three types of join in trigger.
1)ALL(AND),
2)Any (OR),
3)Only one(XOR)
1) All (AND) -> Trigger invoke service when all document are present in IS (Integration Server).
2)Any (OR) -> When any one document is present integration server invoke the service.
3 Only One (XOR) -> When specify document is available integration server invoke service.
| Is This Answer Correct ? | 17 Yes | 4 No |
Answer / av raviteja
1)ALL(AND),
2)Any (OR),
3)Only one(XOR)
1) All (AND) -> Triggers when all documents are available
2)Any (OR) -> Triggers when any of the specified documents are available
3 Only One (XOR) -> Triggers when only one document is available
| Is This Answer Correct ? | 0 Yes | 0 No |
By how many ways can we invoke a service?
How to find dependents of a selected element on the server?
What Is Data Validation?
What Is a Third-Party Source Control Application?
i have partner A,and partner B, then i want to send a document to partner B, what are requirements i will provide to partners ?
n what folder is the webMethods documentation for the Broker Admin package located?
When we use exit flow steps?
Which value have to set for EnableAudit log while package replication?
what is indices in MAP flow step?
How we can catch exception error on run time mode using Flow language in WebMethods??? and how we can send error description as an output parameter????
if i dont want to repeat then what i need to do?
If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?