A completion log is an append-only list of all "completion" events that occured for a given Tulip
App. Each completion contains base fields ( Start Time, End Time, Duration, Logged in User, Station
Name, Comments, Step Time, Version) as well fields that change from App to App depending on the
steps, variables, and records defined for that App.
Each completion log contains the following fields:
Name | Description |
---|
Start Time | The time the App began running. |
End Time | The time when the "Complete" event occured. |
Duration | The total time between the start and end time. |
Logged in User | The user that was logged in at the station as the App was running. |
Station Name | The name of the station where the completion occured at the time it occured. |
Station ID | The unique ID of the station where the completion occured |
Comments | Any comments added to the completion. |
Step Time | How long was spent on each individual step. |
Step List | A list of all steps and step groups in the app at the time of completion |
Version | The version of the App for which the completion occured. |
Variables | The value, at the time of the completion, for each variable in the App. Each value results in a distinct entry in the completion log. |
Records | The value, at the time of the completion, for each record in the App. Each record results in a distinct entry in the completion log. |
Application Name | The name of the application at the time that the app was completed |
Application ID | The unique of the ID of the application where the completion was registered |
Execution ID | The unique ID of the completion |
Canceled | Indicates whether the app was "canceled" in other words, halted before completion after being started. If a run of the app is cancesled, it is not considered in Analyses. |