commsor / titanoboa

Titanoboa makes complex workflows easy. It is a low-code workflow orchestration platform for JVM - distributed, highly scalable and fault tolerant.

Home Page:https://titanoboa.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support strings (with spaces) as step type names

mikub opened this issue · comments

Currently step types' names are derived from their folder's or file's name and should not contain strings.
To make UX nicer it is desirable to have step type with more humanly readable names.

This could be e.g. solved with adding a :name key-value pair into the step type's map and subsequently showing that in UI.