Chapter 8. FAQ

How to deploy a workflow?
Deploy a workflow inside a .war file
Deploy a workflow inside a .jar file

The addPlugin() function of WorkflowServiceContainer service will be used to register when a workflow is implemented. Thus, if you want to use a workflow, you are required to configure to invoke the addPlugin() function by adding the external-component-plugins element to the configuration file.

You have to set values for the name and location of the workflow which you want to use. There are TWO ways to configure the location of the workflow.