Workflow Status Color

Type: object

AttributeTypeDescription
namestringThe name of the color
rintegerred component of the color
gintegergreen component of the color
bintegerblue component of the color
anumberalpha component of the color

Example

{
  "name": "yellow",
  "r": 254,
  "g": 207,
  "b": 51,
  "a": 1
}