Sunday, June 12, 2011

What are the types of grouping or group actions in TIBCO BW?

Grouping Activities - Type of Group Actions in tibco bw.
  • None: Used for grouping without looping
  • Transaction Groups: Used to group activities that participate in a transaction. Eg. JDBC group activities
  • Iterate Loop: Used to iterate a group once for every item in a list
  • Repeat Until True Loop: Used to iterate a group until the specified condition is true
  • Repeat On Error Until True Loop: Used to iterate a group when an error occurs
  • If Groups: To conditionally execute business logic
  • While True Groups: Repeats the series of grouped activities as long as the given condition evaluates as true.
  • Critical Section: Used to synchronize process instances so that only one process instance executes the grouped activities at any given time.
  • Pick First: Allow process execution to wait for one or more events

0 comments:

Popular Posts

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP