Comment Workflow Operation

ID: comment

Description

The comment operation can be used to create, resolve or delete comments for events within workflows.

Parameter Table

Configuration Key Example Description
action create Action to be performed: create, resolve or delete. Default value is create.
reason EVENTS.EVENTS.DETAILS.
COMMENTS.REASONS.CUTTING
The comment reason's i18n id. You can find the id in etc/listproviders/
event.comment.reasons.properties
description Recording has not been cut yet. The description text to add to the comment.

Notes:

Operation Example

Create a comment:

  - id: comment
    description: Mark the recording for cutting
    configurations:
      - action: create
      - reason: EVENTS.EVENTS.DETAILS.COMMENTS.REASONS.CUTTING
      - description: Recording has not been cut yet.

Resolve a comment:

  - id: comment
    description: Resolve the cutting flag
    configurations:
      - action: resolve
      - reason: EVENTS.EVENTS.DETAILS.COMMENTS.REASONS.CUTTING