Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

Version: 8.0.0

How to build Workflow Server from GitHub

In this quick guide, we will give you instructions on how to build Workflow Server from our public GitHub repository.

  1. Clone the repository and change the directory to the cloned repository:
    git clone git@github.com:optimajet/WorkflowServer.git
    cd WorkflowServer
  2. Build Workflow Server solution:
    dotnet build WorkflowServer.sln
  3. You can edit Workflow Server configuration in the config.json file in the root directory of the repository.
  4. Launch your database. You can find more information about running Workflow Server with a custom database here.
  5. Run Workflow Server:
    cd WorkflowServer
    dotnet run

Your Workflow Server is now up and running. That's it!