pgaval / controller

Controller app uses embedded activiti workflow to dispatch the workorders and process wo process results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Controller

Introduction

Controller is an activiti based workflow engine responsible for distributing orders and action orders. The controller listens for events to process deployments or Action Orders.

Usage

Controller is used internally to trigger deployments and action orders by posting workorders and action orders to corresponding queues.

Documentation

Coming soon

Contributing

Refer Contributing.

Help

Check out the oneops tags on Stack Overflow or slack-dev

Requirements

Maven and JDK 8 or later

Be sure that your JAVA_HOME environment variable points to the jdk1.8.0 folder extracted from the JDK download.

The project is dependent on oo-commons and cms-dal .

Building the Source

This will build the war deployable on standard java servlet container like tomcat.

Configuration

Controller war would require environment variables to be passed refer tomcat environment variables

Installation

For quick setup refer setup

License

The project is released under version 2.0 of the Apache License.

About

Controller app uses embedded activiti workflow to dispatch the workorders and process wo process results


Languages

Language:Java 99.8%Language:HTML 0.2%