See here:
In some cases I use the workflow states to indicate when an entity is progressing from ‘draft’, through ‘in review’ to ‘approved’ state. In these cases, it’s actually preferable that the ‘draft’ and ‘in review’ states are greyed out, and only the ‘approved’ state is shown in white (i.e. the opposite of the current functionality).
Can we have the ability to customise the shading (or even the colours) of the workflow states.
Also, although it is nice that there are little icons to represent the …
Being able to customise the colours/shading/icons for workflow states would be useful.
It’s worth pointing out that you can create your own ‘workflow’ using a single-select, with your own choice of colours/icons.
What you lose with that method is the ability for the assignee to be notified of a status change, which the workflow extension automatically provides.
See also these discussions:
Workflow should consist of States and Transitions.
States have Transitions. Transitions have Guards (conditions and permissions) and target States.
Transitions can be triggered via a user action (e.g. button) if they have the required permission, or automatically if the condition formula is true.
A Role has Permissions on an entity based on the State of the entity.
Groups can have roles.
Users can have roles, and they can belong to groups (inheriting the roles of the group).
Hi guys,
I really like the fact that in this early phase of Fibery, we already have a concept of “Workflow”, thanks to the extension, that has some nice handling that you don’t see in other Nocode, where generally you have to use a single-select Property in a Field to get Workflow. In Fibery we have an element of Conditional Formatting already built in if you think about it with “done” items both “graying out” on boards, and showing as “strikethrough” when referenced - terrific work with those…
3 Likes