Enum ProcessStepType
Defines the types of process steps that can be executed within event workflows.
Namespace: OEMS.Core.Domain.Enums
Assembly: OEMS.Core.dll
Syntax
public enum ProcessStepType
Fields
Name | Description |
---|---|
CloseRegistration | Close registration for the event, preventing new participant sign-ups. |
OpenRegistration | Open registration for the event, allowing participant sign-ups. |
ReleaseDocument | Release or publish a document related to the event. |
SendEmail | Send an email communication to participants or stakeholders. |
UpdateEventStatus | Update the status of the event to reflect its current state. |