Workflow Status

Type: object

AttributeTypeDescription
idstringThe unique id of the workflow status
namestringThe name of the workflow status
colorWorkflow Status Color-

Example

{
  "id": "5dbad85a76ea51c1f35b6f69",
  "name": "Done",
  "color": {
    "name": "yellow",
    "r": 254,
    "g": 207,
    "b": 51,
    "a": 1
  }
}