raas-proxy

1.0.10 • Public • Published

Rule as a Service proxy.

Integrate business rules & workflow into your application under 1 minute

Advantages:

  • Quick Integration
  • Workflow & rule boilerplate
  • Add / modify rules and workflows from browser
  • Parallel rule execution
  • More than 18 rule shapes including approvals, web-hook, API object listening, schedules, decisions, delay, lookup, notify and many more..
  • Autoscaling to handle any amount of rule executions

Nodejs Installation

install raas-proxy --save

Nodejs Example

const raasProxy = require('raas-proxy');
app.use(raasProxy('[subscription token]', '[customer api bearer token]'));

RaasProxy parameters

  • subscription token (Required) : This string token be acquired after a free registration from http://processrule.com
  • customer api bearer token (Optional) : This is the bearer token for the API calls if the rule wants to invoke.
  • learning mode (Optional): This is a boolean value which by default is false. if true then all the API calls will be send to rule engine to learn the modals.

Screen shots of rule editor

Rule Editor


Rule Shapes

Rule Shapes

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i raas-proxy

    Weekly Downloads

    14

    Version

    1.0.10

    License

    ISC

    Unpacked Size

    6.04 kB

    Total Files

    5

    Last publish

    Collaborators

    • bobtxt