Skip to main content

Event Properties

An object defining properties for the Event class.

Id

The unique identifier of the event.

Type: int


DigitalSignatureRequired

Indicates whether a digital signature is required for the event.

Type: bool


ReasonTitle

A dictionary containing the title of the reason required for the event.

Type: Dictionary<string, string>


HistoryText

A dictionary containing history-related text for the event.

Type: Dictionary<string, string>


Confirm

Indicates whether confirmation is required before executing the event.

Type: bool


ConditionType

Specifies the condition type that applies to the event.

Type: FlowGroupEventConditionType
Accepted Values:

NameValue
All0
Count1
Percent2
Majority3

Form

The form associated with the event.

Type: IEventForm


Visible

Indicates whether the event is visible.

Type: bool


IsChanged

Indicates whether the event has been modified.

Type: bool


ConditionValue

Specifies the condition value associated with the event.

Type: string


Reason

Indicates whether a reason is required for the event.

Type: bool


Description

A dictionary containing descriptions of the event in multiple languages.

Type: Dictionary<string, string>


Icon

The icon representation of the event.

Type: string


Enable

Indicates whether the event is enabled.

Type: bool


Validate

Indicates whether validation is required for the event.

Type: bool


System

Indicates whether the event is a system event.

Type: bool


Default

Indicates whether the event is set as the default.

Type: bool


Color

The color representation of the event.

Type: string


FastApprovalEnabled

Indicates whether fast approval is enabled for the event.

Type: bool


ConfirmMessage

A dictionary containing confirmation messages in multiple languages.

Type: Dictionary<string, string>