Situation of the activity
Activity status is the state of its execution, that is, it defines whether the activity has already started, has already been completed, or has been canceled. These are the 4 possible statuses of an activity:

An activity is always created with the status “Not started”. It is possible to create activities in an automated way so that they are executed only at a future time, and this is the default status of every activity when it is created.
Whenever there is interaction with an activity that has not started, the platform will automatically ask whether the user wants to set the activity to in progress. Once started, the activity automatically receives a start date and time.
In this way, the activity has 4 different dates/times, one for each status, as follows:
Date/time the activity was created;
Date/time the activity started (when it is set to in progress);
Date/time of completion or cancellation;
Date/time of the last activity update;

