IQ Step
Specifies the different steps that an integration is made of. Each integration specifies what a step is, ie. a step can do different things in different integrations. If no suitable step is found among the steps that comes out-of-the-box, new steps can be added by extending this Enum.
Object Definition
Object Type | Enum |
Object ID | 70314077 |
Object Name | QWESR IQ Step |
Values
Number | Name | Description |
---|---|---|
0 | Specifies an undefined step and should not be used. | |
1 | Import | This step is reserved for the system and should not be used in integrations. |
2 | Parse | This step can be used for parsing data into tables. |
3 | Split | This step can be used for splitting one Integration Queue Entry into several, connected, Integration Queue Entries. |
4 | Export | This step can be used for exporting data. |
5 | Execute Linked | This step is used for processing Integration Queue Entries that are connected to the current entry. |
6 | Validate | This step can be used for validating data inside parsed tables. |
7 | Post | This step can be used for posting. |
8 | Execute | This step can be used to process something. |
9 | Throw Error | This step can be used for throwing an error. This can be useful to set as a last step while developing a new Integration Type, to prevent the IQ Entry from being completed. |
10 | Archive | This step is used for archiving the IQ Entry. |
11 | Process | This step can be used for processing data. |
12 | Invoke Function | This step can be used for calling a function. |
13 | Create New | This step can be used for creating a new IQ Entry. |
14 | Import to Journal | This step can be used to import entries to a journal. |
This documentation is generated from Spider v24.1.207985.0