Activity model

The activity model represents an activity in Falcon.

id
integer

The id of the activity.

hash
string

The unique hash of the activity.

position
integer

The position of the activity within the measure.

name
string

The name of the activity.

description
string

The description of the activity.

start_time_plan
string or null <date>

The start time plan of the activity.

start_time_actual
string or null <date>

The start time actual of the activity.

start_time_actual_started
string or null <date-time>

The start time actual started of the activity.

start_time_actual_overwritten
string or null <date-time>

The start time actual overwritten of the activity.

Marks the time if and when the start time actual value was overwritten for a started activity.

start_time_delta
integer or null

The start time delta of the activity.

start_time_score
integer or null

The start time score of the activity.

start_time_score_achievement
number or null <float>

The start time score achievement of the activity.

start_time_traffic_light
integer or null

The start time traffic light of the activity.

  • 1 - Green
  • 2 - Yellow
  • 3 - Red
Enum: 1 2 3
end_time_plan
string or null <date>

The end time plan of the activity.

end_time_actual
string or null <date>

The end time actual of the activity.

end_time_actual_finished
string or null <date-time>

The end time actual finished of the activity.

end_time_actual_overwritten
string or null <date-time>

The end time actual overwritten of the activity.

Marks the time if and when the end time actual value was overwritten for a finished activity.

end_time_delta
integer or null

The end time delta of the activity.

end_time_score
integer or null

The end time score of the activity.

end_time_score_achievement
number or null <float>

The end time score achievement of the activity.

end_time_traffic_light
integer or null

The end time traffic light of the activity.

  • 1 - Green
  • 2 - Yellow
  • 3 - Red
Enum: 1 2 3
paused
boolean

The paused flag of the activity.

locked
boolean

The locked flag of the activity.

created_time
string <date-time>

The created time of the activity.

modified_time
string <date-time>

The modified time of the activity.

modified_user_time
string <date-time>

The modified user time of the activity.

umask
integer

The permission for the authenticated user of the activity.

  • 1 - Read
  • 2 - Write
  • 3 - Admin
  • 4 - Owner
Enum: 1 2 3 4
status
integer

The schedule status of the activity.

  • 0 - Open
  • 1 - Running
  • 2 - Finished
Enum: 0 1 2
elapsed_plan
number <float> [ 0 .. 100 ]

The elapsed plan of the activity.

The elapsed plan shows how much of the plan time (in percent) has already passed.

elapsed_actual
number <float> [ 0 .. 100 ]

The elapsed actual of the activity.

The elapsed actual shows how much of the actual time (in percent) has already passed.

start_time_plan_past
boolean

The start time plan past flag of the activity.

start_time_actual_past
boolean

The start time actual past flag of the activity.

end_time_plan_past
boolean

The end time plan past flag of the activity.

end_time_actual_past
boolean

The end time actual past flag of the activity.

model
string

The activity model.

Value: "Activity"
object (Measure)

The measure of the activity.

object or null (User)

The responsible user of the activity.

object (User)

The created user of the activity.

object (User)

The modified user of the activity.

object or null (MeasureWorkflowPhase)

The measure workflow phase of the activity.

{
  • "id": 19,
  • "hash": "379e2f757792a4157967486ab6a3536c60ab8fc1",
  • "position": 3,
  • "name": "Renegotiation",
  • "description": "",
  • "start_time_plan": "2022-05-19",
  • "start_time_actual": "2022-05-24",
  • "start_time_actual_started": null,
  • "start_time_actual_overwritten": null,
  • "start_time_delta": 15,
  • "start_time_score": 0,
  • "start_time_score_achievement": 0,
  • "start_time_traffic_light": 3,
  • "end_time_plan": "2022-06-08",
  • "end_time_actual": "2022-06-10",
  • "end_time_actual_finished": null,
  • "end_time_actual_overwritten": null,
  • "end_time_delta": 2,
  • "end_time_score": 3,
  • "end_time_score_achievement": 100,
  • "end_time_traffic_light": 1,
  • "paused": false,
  • "locked": false,
  • "created_time": "2022-05-04T16:51:39.000000Z",
  • "modified_time": "2022-06-03T00:01:05.000000Z",
  • "modified_user_time": "2022-06-03T00:01:05.000000Z",
  • "umask": 4,
  • "status": 0,
  • "elapsed_plan": 75,
  • "elapsed_actual": 58.82353,
  • "start_time_plan_past": true,
  • "start_time_actual_past": true,
  • "end_time_plan_past": false,
  • "end_time_actual_past": false,
  • "model": "Activity",
  • "measure": {
    },
  • "responsible_user": {
    },
  • "created_user": {
    },
  • "modified_user": {
    },
  • "measure_workflow_phase": {
    }
}