nocode-js / sequential-workflow-editor

Powerful workflow editor builder for any workflow designer.
https://nocode-js.com/
MIT License
85 stars 8 forks source link

Dynamic step stypes #45

Open ggparente95 opened 3 weeks ago

ggparente95 commented 3 weeks ago

Hello!

With my team we are currently using the visual workflow designer, with an editor created by us using react & js. We were evaluating the possibility of migrating to integrate the sequential-workflow-designer, but we have a requirement that I believe does not allow us to do so. Our step types (or step-models in swd-editor) are defined dynamically in our backend, and today the backend is the one who sends the designer & editor what step types are going to be used. We couldn't see a way to use the sequential-workflow-designer-editor to achieve this behavior of creating dynamic step-models from the backend information. Do you have a similar use case perhaps? Or any recommendations to address this case.

Thank you very much in advance.

b4rtaz commented 3 weeks ago

Hello @ggparente95,

yes, you can create steps dynamically. Please check this article: https://nocode-js.com/docs/sequential-workflow-editor/dynamic-model.

Please let me know if this answers your question.