choerodon / state-machine-service

The service is responsible for controlling the flow of the state, and is driven by the state machine to set the condition, verification, and post-action of the state transition, and is implemented in conjunction with the state machine client.

Home Page:https://choerodon.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State Machine Service

State Machine Service is the core service of Choerodon.

The service is responsible for controlling the flow of the state, and is driven by the state machine to set the condition, verification, and post-action of the state transition, and is implemented in conjunction with the state machine client.

Features

  • Status Management
  • State Machine Management

Requirements

Installation and Getting Started

  1. init database

    CREATE USER 'choerodon'@'%' IDENTIFIED BY "choerodon";
    CREATE DATABASE state_machine_service DEFAULT CHARACTER SET utf8;
    GRANT ALL PRIVILEGES ON state_machine_service.* TO choerodon@'%';
    FLUSH PRIVILEGES;
  2. run command sh init-local-database.sh

  3. run command as follow or run StateMachineServiceApplication in IntelliJ IDEA

    mvn clean spring-boot:run

Dependencies

  • go-register-server: Register server
  • iam-service:iam service
  • mysql: agile_service database
  • api-gateway: api gateway server
  • gateway-helper: gateway helper server
  • oauth-server: oauth server
  • manager-service: manager service
  • asgard-service: asgard service
  • issue-service: issue service
  • agile-service: agile service

Reporting Issues

If you find any shortcomings or bugs, please describe them in the issue.

How to Contribute

Pull requests are welcome! Follow to know for more information on how to contribute.

About

The service is responsible for controlling the flow of the state, and is driven by the state machine to set the condition, verification, and post-action of the state transition, and is implemented in conjunction with the state machine client.

https://choerodon.io


Languages

Language:Java 72.2%Language:Groovy 27.5%Language:Smarty 0.2%Language:Dockerfile 0.0%