OpusCapita / fsm-workflow

FSM workflow (for Node.js)
https://demo.core.dev.opuscapita.com/fsm-workflow/master
Apache License 2.0
28 stars 3 forks source link

Let application restrict states available in workflow editor #74

Closed estambakio-sc closed 6 years ago

estambakio-sc commented 6 years ago
Meta-Info Value
ExtProjectId JCPROC-01
Original Estimation 4h
Remaining Estimation 0h

https://github.com/OpusCapita/minsk-core-externals/issues/104

TODO

If stateConfig.availableNames is not supplied - preserve current behavior.

estambakio-sc commented 6 years ago

Demo link

nstoliar-sc commented 6 years ago

Tested. Stage is removed from list after adding this stage to buisiness-process. It is impossible to add more one same stage. If stateConfig.availableNames is not supplied, text input is available for inputting names of stages. Please, merge with master branch. Spent 1.5 hours.