nocode-js/sequential-workflow-designer

dynamically add or remove available ( predefined ) steps in toolbox.

Closed this issue · 1 comments

I have recently started exploring the sequential workflow designer, and I want to add it to my React application. In my app, any one step can only be added once, so I want to make that once a step is selected/dropped in the workspace it should be hidden in the toolbox and when I remove it, it should again reappear in the toolbox.

Does anyone know how to do like this,?

The built-in toolbox doesn't support that feature. But you may easly implement an own toolbox with this feature. Basically the toolbox should be reloaded after any change in the definition.