Versions Compared

Key

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

...

You can choose within your workflow.properties file of your overlay project which Workflow engine adapter should be used.

Syncope comes with a default ActivitiUserWorkflowAdapter implementation for Activiti BPM.

If you want to attach a different workflow engine to your Syncope project, you need to provide an implementation of UserWorkflowAdapter interface. This can usually be done best by overriding (abstract) methods in AbstractUserWorkflowAdapter.

If you don't want to use a (full featured) workflow engine at all, you can also choose NoOpUserWorkflowAdapter as your Workflow adapter.

...