Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BPM Abstraction #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions rfcs/bpm_abstraction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# BPM Abstraction

| Status | (Proposed / Accepted / Implemented / Obsolete) |
:-------------- |:---------------------------------------------------- |
| **RFC PR #** | [NNN](https://github.com/AOT-Technologies/forms-flow-ai/pull/NNN) (update when you have PR #)|
| **Author(s)** | Sumesh Kariyil ([email protected]) |


## Objective

Build an abstraction layer between BPM engine and other components

## Motivation

formsflow.ai currently relies on non-BPM features provided by BPM engine to fulfill some requirements.

## Design Proposal

- Come up with an API spec for the BPM ReST layer. [Ref](./bpm_abstraction/bpm_api_spec.yaml)
- Build an abstraction REST layer on the BPM engine to transform default requests and responses to match with API spec above.
- Change all components on formsflow.ai to work with a known API spec for BPM engine.
- Move non BPM features used from BPM engine to formsflow API.

![BPM Integration](./bpm_abstraction/before_after.png "BPM Integration")



### Alternatives Considered

### Performance Implications
- Some of the API calls to BPM may need to call Web API

### Dependencies



### Compatibility (Existing implementation Impact)
- Need to create migration scripts to move existing metadata in BPM layer to Web API.

## Detailed Design

TBD

## Thanks

Thanks to tensforflow, react RFC templates.
Binary file added rfcs/bpm_abstraction/before_after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading