Enum ProzessstepTrigger
Defines the trigger conditions that can initiate process step execution.
Namespace: OEMS.Core.Domain.Enums
Assembly: OEMS.Core.dll
Syntax
public enum ProzessstepTrigger
Fields
Name | Description |
---|---|
AbsoluteTime | The process step is triggered at a specific absolute date and time. |
EventCreated | The process step is triggered when an event is created. |
EventDateChanged | The process step is triggered when the event date is changed. |
EventDocumentUploaded | The process step is triggered when a document is uploaded to the event. |
EventLocationChanged | The process step is triggered when the event location is changed. |
EventStatusChanged | The process step is triggered when the event status changes. |
Manual | The process step is triggered manually by a user. |
ParticipantCountNotReachedByDate | The process step is triggered when the participant count has not reached a threshold by a specific date. |
ParticipantCountReached | The process step is triggered when the participant count reaches a specified threshold. |
ParticipantRegistered | The process step is triggered when a participant registers for the event. |
ParticipantUnregistered | The process step is triggered when a participant unregisters from the event. |
RegistrationClosed | The process step is triggered when event registration is closed. |
RegistrationOpened | The process step is triggered when event registration is opened. |
RelativeToEvent | The process step is triggered at a time relative to the event (e.g., 2 days before event start). |