Activity Statuses
Activities in OFSC can have the following statuses:
Pending
when activity is created in the resource's route it gets a 'pending' status
Started
activity that has been started and is being processed
only one activity can be 'started' within one route at the same time
Suspended
activity that got postponed for some reason
when activity is postponed in OFSC, its 'end_time' is set as the time of suspension, and it gets a 'suspended' status
along with activity suspension, a new activity of 'pending' status copying the suspended one is created
the 'suspended' activity is ignored by the Inbound API, and its 'pending' copy is updated instead
Complete
activity that has been successfully completed
Cancelled
activity that has not been started and will not be performed
Not done
activity that has been started but has not been completed
Deleted
activity that has been deleted from the system
deleted activities do not appear anywhere in the system and cannot be viewed