Download Latest Version 0.30.0 source code.zip (801.0 kB)
Email in envelope

Get an email when there's a new version of Sequential Workflow Designer

Home / v0.12.0
Name Modified Size InfoDownloads / Week
Parent folder
0.12.0 source code.tar.gz 2023-05-16 510.9 kB
0.12.0 source code.zip 2023-05-16 641.4 kB
README.md 2023-05-16 852 Bytes
Totals: 3 Items   1.2 MB 0

The designer has allowed only the validation of the steps so far. The root of the definition could be edited by the global editor, but the validation was not possible. This version adds a new type of the validator: the root validator. The new validator affects on the result of the definition validation (designer.isValid()).

Breaking Changes

  • The validator property in the steps group of the configuration is deleted. Use the step property in the validator group instead.
  • The step validator has a new parameter: definition.
  • Added the root validator.

    :::js const configuration = { steps: { validator: / DEPRECIATED /, }, validator: { step: (step, parentSequence, definition) => { / ... / }, root: (definition) => { / ... / } }, // ... };

Source: README.md, updated 2023-05-16