Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This class will join on the completion of all of the child workflows. You can use a timeout to fail the activity if the join does not complete in a specified time.

For example

Wiki Markup
{snippet:id=example|lang=java|url=http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-beanflow/src/test/java/org/apache/servicemix/beanflow/JoinAllTest.java}

JoinQuorum

This class will join on the completion of a quorum of the child workflows (i.e. a majority of them complete successfully). You can use a timeout to fail the activity if the join does not complete in a specified time.

...