Flag events that end before a specific time

Flag events that end before a specific time

In this article, you will find the rules document for flagging events that end before a specific time.

Before you begin

To learn how to access the rules page, refer to this article.

Flag events that end before a specific time

Notes
Note: This is a complete rules document. In the rules page, copy this JSON into the editor.

Info
[
  {
    "name": "json1",
    "operator": "any",
    "rules": [
      {
        "conditions": {
          "all": [
            {
              "fact": "endTime",
              "operator": "lessThan",
              "value": 30
            }
          ]
        },
        "event": {
          "type": "flagged",
          "params": {
            "reason": "Event ends within the first 30 seconds"
          }
        }
      }
    ]
  }
]

    • Related Articles

    • Flag events within a specific time window

      In this article, you will find the rules document for flagging events within a specific time window. Before you begin To learn how to access the rules page, refer to this article. Flag events within a specific time window Note: This is a complete ...
    • Flag events that start after a specific time

      In this article, you will find the rules document for flagging events that start after a specific time. Before you begin To learn how to access the rules page, refer to this article. Flag events that start after a specific time Note: This is a ...
    • Flag events that end after a late timestamp

      In this article, you will find the rules document for flagging events that end after a late timestamp. Before you begin To learn how to access the rules page, refer to this article. Flag events that end after a late timestamp Note: This is a complete ...
    • Flag events that contain a specific label

      In this article, you will find the rules document for flagging events that contain a specific label. Before you begin To learn how to access the rules page, refer to this article. Flag events that contain a specific label Note: This is a complete ...
    • Flag events with a specific primary category

      In this article, you will find the rules document for flagging events with a specific primary category. Before you begin To learn how to access the rules page, refer to this article. Flag events with a specific primary category Note: This is a ...