Versions Compared

Key

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

...

Note
titleAvailability

Note that this component is not yet available in the current smx release version. It is part of the actual trunk so maybe a developer snapshot will contain it.

Tip
titleOSWorkflow HowTo

If you have no experience with the OSWorkflow itself, then it would be a good idea to have a look at the website http://www.opensymphony.com/osworkflow/ and reading the documentation and tutorials there.

...

Code Block
mvn archetype:create \
    -DarchetypeGroupId=org.apache.servicemix.tooling \
    -DarchetypeArtifactId=servicemix-osworkflow-service-unit \
    -DgroupId=com.mycompany.myproduct \
    -DartifactId=mycomponent.artifact

You can also use the helper tool smx-arch in the bin folder of your servicemix installation. Look
at the help to see the needed parameters.

This will give you a simple workflow example to start with.

...