Signals that have been sent
| Primary Key | Name | Type | Length | Precision | Can Be Null | Default | References | Action | Hints | Comment |
|---|---|---|---|---|---|---|---|---|---|---|
| true | SignalEventId | BIGINT | false | |||||||
| false | SecuritySystemId | BIGINT | false | IWA_SecuritySystem(SecuritySystemId) | Java | |||||
| false | ApplicationId | BIGINT | true | IWA_Application(ApplicationId) | ON DELETE CASCADE | Oracle | ||||
| false | SignalCode | VARCHAR | 200 | false | The signal code that was received | |||||
| false | SentTimestamp | DATETIME | false | |||||||
| false | SentById | VARCHAR | 210 | true | IWA_SecurityMember(SecurityMemberId) | |||||
| false | SentByTaskId | BIGINT | true | IWA_Task(TaskId) | ON DELETE SET NULL | MsSqlServer , MySql | ||||
| false | SentByProcessElementPid | VARCHAR | 200 | true | PID of process element that sent the signal |
| Name | Columns | Hints | Comment |
|---|---|---|---|
| IWA_SignalEvent_SecuritySystemId | SecuritySystemId | ||
| IWA_SignalEvent_ApplicationId | ApplicationId | ||
| IWA_SignalEvent_SignalCode | SignalCode | ||
| IWA_SignalEvent_SentTimestamp | SentTimestamp | ||
| IWA_SignalEvent_SentByTaskId | SentByTaskId | ||
| IWA_SignalEvent_SentById | SentById |
| Foreign Table | Column | Comment |
|---|---|---|
| IWA_SignaledTask | ReceivedSignalEventId | Signal that was received and matched this pattern |
| IWA_SignalEventData | SignalEventId | Identifies the signal event the entity belongs to |
| Object | AsParent | BusinessClass |
|---|---|---|
| IWA_SignalEvent | ch.ivyteam.ivy.workflow.signal.ISignalEvent | |
| SecuritySystemId | true |
| Object | Strategy |
|---|---|
| IWA_SignalEvent | ALL_REMOVE_UNUSED |
| Object | NoReferenceUseTrigger |
|---|---|
| ApplicationId | true |
| Object | NoReferenceUseTrigger |
|---|---|
| SentByTaskId | true |
| Object | NoReferenceUseTrigger |
|---|---|
| SentByTaskId | true |