Workflow model

The workflow model represents a workflow in Falcon.

id
integer

The id of the workflow.

hash
string

The unique hash of the workflow.

name
string

The name of the workflow.

start_time_tolerance_yellow
integer [ 0 .. 365 ]

The start time tolerance for a yellow traffic light of the workflow.

start_time_tolerance_red
integer [ 0 .. 365 ]

The start time tolerance for a red traffic light of the workflow.

start_time_tolerance_started
integer or null [ 0 .. 365 ]

The start time tolerance for a started traffic light of the workflow.

created_time
string <date-time>

The created time of the workflow.

modified_time
string <date-time>

The modified time of the workflow.

modified_user_time
string <date-time>

The modified user time of the workflow.

programs_count
integer >= 0

The number of programs that use this workflow.

Only workflows without assigned programs can be deleted.

model
string

The workflow model.

Value: "Workflow"
object (User)

The created user of the workflow.

object (User)

The modified user of the workflow.

{
  • "id": 1,
  • "hash": "36324e5b988caef7338b14f841f922956d433c17",
  • "name": "Airborne (Default)",
  • "start_time_tolerance_yellow": 3,
  • "start_time_tolerance_red": 7,
  • "start_time_tolerance_started": 7,
  • "created_time": "2022-06-27T09:48:06.000000Z",
  • "modified_time": "2022-06-27T09:48:06.000000Z",
  • "modified_user_time": "2022-06-27T09:48:06.000000Z",
  • "programs_count": 1,
  • "model": "Workflow",
  • "created_user": {
    },
  • "modified_user": {
    }
}