View Single Post
  #2  
Old 09-04-2013, 07:04 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
Put the conditional rule on a parent Group step, and add a child Subroutine Call step for each subroutine to call. Or if the same (or no) parameters will be passed to all subroutines, use a Loop step that specifies a list of subroutine names to call, and a child Subroutine Call step to call each one. Or create a master subroutine that you pass the names of the subroutines to call, and call each named subroutine from the master subroutine.
Reply With Quote