Versions Compared

Key

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

...

Once that happens you re-awaken the workflow and commence execution at some step. To implement this just call the goTo() method to cause the workflow to resume at the given step

Simple Example

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

Complete Example

The following example is a fairly large one, but it shows a variety of different concepts

...