As a user, I would like to monitor & re-run failed steps during rule-evaluation via the Camaunda platform UI.
This will be tied to the workflow attached where some changes are needed in the existing for the rules-init bpmn to run CLI or JSON request flow with a visual on the Camunda Platform UI.
AS IS (See README.md for further info)
Initial Business Process Model and Notation (BPMN) to define rules-init process:
TO BE
Desired BPMN workflow to control execution of rules engine request:
As PNG:
For Reference
## Camunda Modeller/Platform Info
- Run the Camunda Platform UI locally without
conorheffron/rules-engine source code.
docker pull camunda/camunda-bpm-platform:run-latest
docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:run-latest
# Creds: demo / demo at login page on http://localhost:8080/
Create BPMNs with the Camunda Modeller
As a user, I would like to monitor & re-run failed steps during rule-evaluation via the Camaunda platform UI.
This will be tied to the workflow attached where some changes are needed in the existing for the
rules-initbpmnto run CLI or JSON request flow with a visual on the Camunda Platform UI.AS IS (See README.md for further info)
Initial Business Process Model and Notation (BPMN) to define
rules-initprocess:TO BE
Desired BPMN workflow to control execution of rules engine request:
As PNG:
For Reference
## Camunda Modeller/Platform Info
conorheffron/rules-enginesource code.docker pull camunda/camunda-bpm-platform:run-latest docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:run-latest # Creds: demo / demo at login page on http://localhost:8080/Create BPMNs with the
Camunda ModellerGates or Gatewaysin BPMN for splitting traffic/flow of logic per feature).