Qus:    Define Flow Steps in webMethods ?
Jan 21, 2012 00:45 1 Answers Views: 4600 Administrator
Prev Next
Answers (1)
Administrator Jan 21, 2012 00:45
Answer:  

 


FLOW STEPS IN WEBMETHODS:


1)  INVOKE :- Invokes a service such as flow service, java service, C service (or) webservice.


2) BRANCH :- Conditionally execute one step from a set of specified alternatives.


Two types of Branches: 1) Branch on Switch value : Use a variable  to determine which child step executes.


2) Branch on escpression : Use an escpression which child step executes. use evaluate labels to true.


3) REPEAT :- Repeat a set of flow steps upto a specified number of times  or until a step in the set fails or succeeds as specified.


4) SSEQUENCE :- Group a set of flow steps and control the way in which failure of member of the set is processed.


5) LOOP :- Repeat a set of flow steps over the elements of a specified array.


6) EXIT :- Exit the entire flow (or) exit a single flow step.


7) MAP :- Link, add, edit and delete pipe line variables or invoke several services that operate on the same set of pipe line variables.


8) PIPELINE :- Is a general term used to refer data structure in which input and output values are maintained for a flow service. It allows services in flow to share data.


Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect