Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

OneDevops-OnBots allows to have approval flow for the action commands that are performed by The Workflow app is an application that will make this feature work with your bots. It is a very small and lightweight node application that will handle the approval flow of actions between the bots and chat applications.

Panel
borderColor#82E0AA
titleConfiguration

The configuration variables are included in the .env file which directly located inside the WorkflowApp. Please refer the below table for setting the values of the variables:

Variable NamePurpose










Panel
borderColor#82E0AA
titleGetting started

1. Clone WorkflowApp from repository
2. Install the dependencies by running the following command inside the workflow Workflow app folder:

  • npm install
Info

npm install will install the dependencies that are listed in package.json

3.  Run the app with the following command:

  • nodejs app.js
Note

The application has to be reachable from internet beacuse web hosted chat applications like Slack and Hipchat will post data to this application for approval flow.