Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The parameter Default Title and Default Color specified in the parameters define the initial state of the Viable States Macro selection, i.e. a default state and its color if none of the selection options have been set yet. A keyword is not yet set.

It (lightbulb) It is therefore advisable to precede the character string in the Status parameter with a "Not defined status", so that a status that does not correspond to any of the selection options can be marked during operation.

Example

Code Block
languagejava
titleExamplecollapsetrue
Not defined,grey,status-notdefined;Draft,yellow,status-draft;In Progress,blue,status-inprogress;Approved,green,status-approved;Rejected,red,status-rejected;

...