Skip to main content

Flow Events

Guide for adding, editing, and configuring events in the IDE Flow Events panel.

Overview

The Events panel in IDE Flow allows you to manage event-based actions for flow components, such as Approve, Reject, Send, or Cancel.
Events represent user-triggered actions that define the next steps in the workflow.

Existing Events

  • The Events tab displays the list of existing events for a component.
  • Each event includes:
    • Name → Display name of the event (e.g., Approve, Reject)
    • Icon → Represents the visual identifier of the event button
    • Identity → Unique ID automatically assigned by the system

Adding a New Event

To create a new event:

  1. Open the flow design and select the desired component.
  2. Go to the Events tab in the Properties panel.
  3. Click the Add button .
  4. Choose the Event Type:
    • Send → Initiates sending data or progressing the workflow.
    • Cancel → Cancels or terminates the current step.
  5. Fill in the event properties (see below).
  6. Click Save to finalize the new event.

Event Properties

General Information

PropertyDescription
IdentityA unique, system-generated ID for the event. Cannot be changed manually.
DescriptionThe label displayed on the button in the UI (e.g., Approve, Reject).
History TextThe text recorded in the workflow history log when the event is executed.
IconDefines the visual icon of the event button. For example, event-cancel.

Visibility & Behavior

PropertyDescription
EnableEnables or disables the event button. If unchecked, the button is hidden from interaction.
VisibleShows or hides the event button in the form interface.
ValidateWhen enabled, performs form data validation before triggering the event.
ConfirmationRequests confirmation from the user before executing the event.
Confirmation MessageCustom confirmation message shown in a popup when the event is triggered.

Advanced Options

PropertyDescription
ReasonWhen enabled, users must provide a reason before the event can be executed.
Reason TitleCustom title shown in the reason input dialog.
Fast ApprovalSkips additional steps and immediately approves the task if conditions are met.
Digital Signature RequiredRequires a valid digital signature to execute the event.
FormOptionally links the event to a specific form for collecting additional information.