basic step implementation
Extends Service
Steps are building blocks for flows
Order in which the step should be started. Higher numbers result in earlier startup
Returns number delivered from the constructors startupOrder
Adds 'step-type' and 'step-name' to the log event
Parameters
level
arg
Returns void
Returns string 'kronos-step'
Order in which the step should be started. Higher numbers result in earlier startup
Returns number 1.0
Extends a class to fullfill step provider functionality
Parameters
superclass
Class class to extendReturns Class extended class
Extends a class to fullfill step provider functionality Register and lookup step types
Parameters
superclass
Class class to extendReturns Class extended class
With npm do:
npm install kronos-step
BSD-2-Clause