Building block action levels

The following audit actions can be logged for the Review, Commenting, and Approval building block:

  • STAGE_START: Indicates the start of a stage for a review.

  • STAGE_COMPLETE: Indicates the completion of a stage in a review.

  • REVIEW_COMPLETE: Indicates that a review has completed.

  • REVOKE_REVIEW: Indicates that a review has been revoked.

  • REVISE_REVIEW: Indicates that a new version of the review has been started.

  • REVIEWER_TASK_ASSIGN: Indicates that a reviewer has been assigned a task. The task is to complete the review.

  • APPROVER_TASK_ASSIGN: Indicates that an approver has been assigned a task. The approver can deny or approve the task.

  • REVIEWER_TASK_COMPLETE: Indicates that a reviewer completed the assigned task.

  • APPROVER_TASK_COMPLETE: Indicates that the approver denied or approved the task.

  • ADD_REVIEWER: Indicates that a new reviewer as been added to the review.

  • ADD_APPROVER: Indicates a new approver has been added to the review.

  • REMOVE_APPROVER: Indicates that an approver was removed from the review.

  • REMOVE_REVIEWER: Indicates that a reviewer has been removed from the review.

  • UPDATE_DURATION: Indicates that the duration for a stage has been updated.

  • PURGE_REVIEW: Indicates that the review data has been purged.

// Ethnio survey code removed