There are currently four types of server events:
-
Object events
-
Custom workflow process step events
-
Relationship object events
-
Change action events
Object events
Event |
Triggered when an object is . . . |
---|---|
OnCreated |
Created |
OnUpdated |
Updated |
OnTerminated |
Terminated |
OnDeleted |
Deleted |
OnCopied |
Copied |
Custom workflow process step events
Event |
Triggered by the workflow . . . |
---|---|
Execute |
When executing a custom workflow process step |
Relationship object events
Event |
Triggered when a Relationship is . . . |
---|---|
OnRelCreated |
Created |
OnRelUpdated |
Updated |
OnRelTerminated |
Terminated |
OnRelDeleted |
Deleted |
OnRelCopied |
Copied |
Change action events
Event |
Triggered when . . . |
---|---|
OnChangeActionAllocated |
A Change Action is related to a tool signature. |
OnChangeActionUpdated |
A status related to the change action changed. |
OnChangeActionScopeChange |
The scope of the objects of the change action was extended or reduced. |