Kronos-Integration / kronos-step

The abstract base for all steps
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

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

kronos-step

basic step implementation

API

Table of Contents

Step

Extends Service

Steps are building blocks for flows

startupOrder

Order in which the step should be started. Higher numbers result in earlier startup

Returns number delivered from the constructors startupOrder

log

Adds 'step-type' and 'step-name' to the log event

Parameters

Returns void

name

Returns string 'kronos-step'

startupOrder

Order in which the step should be started. Higher numbers result in earlier startup

Returns number 1.0

StepProviderMixin

Extends a class to fullfill step provider functionality

Parameters

Returns Class extended class

StepProviderMixin

Extends a class to fullfill step provider functionality Register and lookup step types

Parameters

Returns Class extended class

install

With npm do:

npm install kronos-step

license

BSD-2-Clause