| SurveyObjectEventType Enumeration |
Namespace:
Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic enum SurveyObjectEventType
Members
| Member name | Value | Description |
---|
| ObjectRouted | 0 |
A survey object has been routed from one workflow step to another.
Routing events also occurs when a survey is being initialized and survey objects are "routed" to the initial step.
Likewise routing events occurs when a survey object has been processed in its final step.
These type of events are only sent to action handlers that are configured with RunAfterEveryStep=true.
|
| FinalStateReached | 1 |
A survey object has been completed in its final workflow step and is thus in its final state.
These type of events are only sent to action handlers that are configured with RunAfterEveryStep=false.
|
| SurveyCloses | 2 |
Survey has been (prematurely) closed.
|
See Also