Skip to content

Extendable workflow engine for the Moqui Framework

License

Notifications You must be signed in to change notification settings

netvariant/moqui-workflow

Repository files navigation

Moqui Workflow Component

Extendable workflow engine built using the Moqui Framework.

Table of Contents

Installation

You will be carrying out these steps to install the workflow engine.

  • Download the Moqui Framework (optional)
  • Download the myaddons.xml file
  • Download the workflow component

Download the Moqui Framework

In case you don't have the Moqui Framework then you can can download it using this command:

$ git clone https://github.com/moqui/moqui-framework.git

Download the myaddons.xml file

Download using wget:

$ cd moqui-framework
$ wget https://raw.githubusercontent.com/netvariant/moqui-workflow/master/myaddons.xml

Download using curl:

$ cd moqui-framework
$ curl -O https://raw.githubusercontent.com/netvariant/moqui-workflow/master/myaddons.xml

If neither command is available then download myaddons.xml file manually and copy it to the Moqui Framework root directory.

Download the workflow component

You're all set to download the workflow component, just run this command and you're done!

$ ./gradlew getComponent -Pcomponent=moqui-workflow

Configuration

To be completed.

Features

To be completed.

Authors

This project was developed by the good fellows at Netvariant.

License

license

This project is licensed under the CC0 License - see the LICENSE.md file for details.

Releases

No releases published

Packages

No packages published

Languages