API Reference toolbox v5.1.0
modules
Modules
Module extends Toolbox.Workflow and abstracts how regular incident behaves.
Module provides functions to generate incident id.
Functions for working with deterministic (pseudo)randomness in scenarios.
Behaviour module for notification reports.
Report state
A set of utility functions for Enums.
A set of utility functions for Maps.
Module provides API to define state machine based workflow. Workflow is represented by struct containing all configuration needed to handle state of individual instances of given workflow.
Workflow instance is simple struct which keeps state if individual workflow instances. Workflow updates its status/state via defined callbacks during workflow transitions.
Transitions forms workflow configuration. Struct is used internally - workflow client should not know internal details about transition struct.