How to use SEQUENCE as the Target of a BRANCH?
Answers were Sorted based on User's Feedback
Answer / jayeshrnair
set evaluate label property of branch step to true.
Then set the label property of sequence with the value
on which it needs to be processed.
| Is This Answer Correct ? | 27 Yes | 0 No |
Answer / dinesh
In addition to the above answer, we can use the branch in
the context of switch case also, for that we have to set
the evaluate label property of the branch to false and the
set the value for the SWITCH property of the branch as the
variable based on which you want to switch and set the
label property of the branch as the posible value for the
variable you gave in switch.
| Is This Answer Correct ? | 19 Yes | 0 No |
Difference between Trigger disable and trigger suspend?trigger queue location ?
In which case we are not advised to use Transformers...?
When Should You Use Flow Diagram View?
what is the variable need to keep in the clearpipeline service
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????
When we use repeate flow steps?
How to Know Who Has an Element Locked?
How to Rename and Delete Elements?
If v want to run the server with some other port number , what v need to do ?? Developer:
Can we multi-select elements to lock or unlock in the Navigation Panel?
What is a scope of a variable that declared inside the main? Is tht accessible in try & catch block?
What Does an IS Schema Look Like?