Objects/Tables/Table 469 Workflow Webhook Subscription
Table 469 Workflow Webhook Subscription in 17
Jonas Paprotka, Base Application 17.5.22499.32099, checked
- App
- Base Application
Fields, 10Keys, 2Procedures, 10Events, 1
Versions171819202122232425262728latest
Source29
Fields, 10
| Id | Name | Type | Obsolete |
|---|
| 1 | Id | Guid | - |
| 2 | WF Definition Id | Code[20] | - |
| 3 | Conditions | Blob | - |
| 4 | Notification Url | Blob | - |
| 5 | Enabled | Boolean | - |
| 6 | User Id | Code[50] | - |
| 7 | Client Id | Guid | - |
| 8 | Client Type | Text[50] | - |
| 9 | Event Code | Code[128] | - |
| 10 | Created Date | DateTime | - |
Keys, 2
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Id | - |
| Key2 | WF Definition Id, Enabled | - |
Procedures, 10
| Name | Parameters | Returns | Access | Obsolete |
|---|
| SetConditions | (Text) | | public | - |
| SetNotificationUrl | (Text) | | public | - |
| GetConditions | () | Text | public | - |
| GetNotificationUrl | () | Text | public | - |
| CreateEventConditions | (Text, Code[128]) | Text | public | - |
| GetPageName | (Integer) | Text | public | - |
| GetUnableToParseEncodingErr | () | Text | public | - |
| GetUnableToParseInvalidJsonErr | () | Text | public | - |
| GetNoControlOnPageErr | () | Text | public | - |
| GetUnableToParseJsonArrayErr | () | Text | public | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnFindTaskSchedulerAllowed | (var Boolean) | - |