laurentleseigneur / connector-bdm-generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bonita BDM generation connector

This connector reads a PostgreSQL database metadata and produces a bdm.zip file

Connector definition

Connector Inputs

The inputs of this connector are defined in the definition.

  • jdbcUrl

  • userName

  • password

  • driver

Connector Outputs

Output is an org.bonitasoft.engine.bpm.document.DocumentValue that can be assigned to a Document in Bonita

Build a connector project

The connector project is built using Maven.

./mvnw clean verify -D--illegal-access=warn (1)
  1. -D—​illegal-access=warn is required by current Groovy version to run container-based tests

About


Languages

Language:PLpgSQL 70.5%Language:Groovy 28.8%Language:Dockerfile 0.4%Language:Shell 0.3%