This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| nebolintegration_flags [2020/03/05 12:59] – external edit 127.0.0.1 | nebolintegration_flags [2021/09/27 01:29] (current) – nebol | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <code csharp> | ||
| Possible values for the flags in the Integration table: | Possible values for the flags in the Integration table: | ||
| + | <code csharp> | ||
| /// < | /// < | ||
| /// The Status field of the Integration table. NOT the same as the Status field in the IntegrationQueue table. | /// The Status field of the Integration table. NOT the same as the Status field in the IntegrationQueue table. | ||
| Line 54: | Line 53: | ||
| /// This is an Incoming integration meaning it will accept calls from another service | /// This is an Incoming integration meaning it will accept calls from another service | ||
| /// </ | /// </ | ||
| - | Incoming | + | Incoming, |
| + | /// < | ||
| + | /// Not outgoing nor incoming, perhaps just a local task | ||
| + | /// </ | ||
| + | None | ||
| } | } | ||
| Line 72: | Line 75: | ||
| Up | Up | ||
| }; | }; | ||
| + | </ | ||
| Possible values for the flags in the IntegrationQueue table: | Possible values for the flags in the IntegrationQueue table: | ||
| + | <code csharp> | ||
| /// < | /// < | ||
| /// The Status field for the IntegrationQueue, | /// The Status field for the IntegrationQueue, | ||