Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Kronos-Integration/kronos-flow-control-step

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

styled with prettier Build Status codecov.io Coverage Status Known Vulnerabilities Commitizen friendly npm Greenkeeper semantic-release License minified size downloads GitHub Issues

kronos-flow-control-step

Step to perform flow controlling actions like load delete stop start

Command endpoint

A Request can either be a stream o json data or a an object with data property.

start a flow

{
  "action" : "start",
  "flow" : "my-flow"
}

stop a flow

{
  "action" : "stop",
  "flow" : "my-flow"
}

delete a flow

{
  "action" : "delete",
  "flow" : "my-flow"
}

API

Table of Contents

install

With npm do:

npm install kronos-flow-control-step

license

BSD-2-Clause

About

Step to perform flow controlling actions like load delete stop start

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •