The objectid of the project that owns the process.
Requires a Non-Null Value | Yes |
The objectid of the account that owns the process.
Requires a Non-Null Value | Yes |
Short text that briefly explains what the process is doing. The description is generated automatically.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The logical branch that will execute the action.
Requires a Non-Null Value | Yes | ||||||||
Allowed Values |
| ||||||||
Default Value | IF |
The type of process that will execute in the data flow.
Requires a Non-Null Value | Yes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Allowed Values |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Default Value |
DEPRECATED. Will remove from documentation.
Requires a Non-Null Value | Yes |
Allowed Values | , DATA_CONDITION, PRINT |
Default Value |
DEPRECATED. A materialized index of the data flow.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
DEPRECATED.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The process that preceeds the current process in the data flow.
Requires a Non-Null Value | No |
A flag that instructs the service to either execute or ignore the process within the data flow.
Requires a Non-Null Value | Yes | ||||||||
Allowed Values |
| ||||||||
Default Value | ON |
A numeric value generated by the application that determines the order in which operations are executed. Generally, IF runs first, then THEN operators, then ELSE operators and lastly FINALLY operators.
Requires a Non-Null Value | Yes |
Default Value | 0 |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | Yes |
Converts to Lowercase | No |
Converts to Uppercase | No |
Random guid generated by the system used to help identify requests in system logs
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
GUID Pattern | xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The http request method for which the listening endpoint will accept requests.
Requires a Non-Null Value | Yes | ||||||||||||||||||||||||||||||
Allowed Values |
| ||||||||||||||||||||||||||||||
Default Value | GET |
The reference to the authentication protocol used to restrict access to the listener to only those who provide the required credentials. Add authorization records to your project. Please see Project Authorizations for more info.
Requires a Non-Null Value | No |
The url path where your endpoint is listening on your Instalink account.
Requires a Non-Null Value | No |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
An index that ensures that every path is unique on your account. Automatically set.
Requires a Non-Null Value | No |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
When enabled, the endpoint will accept file uploads.
Requires a Non-Null Value | Yes |
Default Value | No |
A searchable index of your incoming requests to the endpoint. This is important to set to make it easier to read your service logs. Accepts the templating syntax.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
When enabled, all data sent to the listener will be assigned to the key as defined in listen_namespace. By default the data is added to the root process data and is accessible by whatever keys may be provided in the request body. You should enable this if the request body is not expected to be an object with keys.
Requires a Non-Null Value | Yes |
Default Value | No |
The key that will contain the data of the inbound request body.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "*" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "*" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "*" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "*" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | No |
When to run the scheduled process.
Requires a Non-Null Value | Yes | ||||
Allowed Values |
| ||||
Default Value | FROM_NOW |
The specific time and date to run the subsequent actions.
Requires a Non-Null Value | Yes |
Default Value | __auto__ |
The amount of time to wait to run the subsequent actions. Factored by the delay units.
Requires a Non-Null Value | Yes |
Default Value | 0 |
The time units by which the delay quantity is factored.
Requires a Non-Null Value | Yes | ||||||||
Allowed Values |
| ||||||||
Default Value | s |
When enabled, any scheduled previously scheduled action that has been previously scheduled may be cancelled by a Cancel Scheduled Action process that has a matching cancellation key.
Requires a Non-Null Value | Yes |
Default Value | No |
The key used to identify previously scheduled processes so that they may be cancelled. Accepts template syntax.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Template used to help identify the scheduled process in the event logs. Please set this to make your logs easier to interpret.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Will cancel all pending scheduled actions that have a matching cancellation key. Accepts template syntax.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Response code used when successfully responding to inbound requests
Requires a Non-Null Value | Yes |
Default Value | "200" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Message sent to clients when responding that the action was successful. Also used as the identifier when recording the success log. Accepts template syntax. Success logs are searchable by this value. Please set this to make your success logs easier to interpret.
Requires a Non-Null Value | Yes |
Default Value | "Transaction Success" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The syntax used to format your response body.
Requires a Non-Null Value | Yes | ||||||||||
Allowed Values |
| ||||||||||
Default Value | application/json |
Response code used when an error was encountered while processing an inbound requests
Requires a Non-Null Value | Yes |
Default Value | "400" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Message sent to clients when responding that an error was encountered. Also used as the identifier when recording the error log. Accepts template syntax. Error logs are searchable by this value. Please set this to make your error logs easier to interpret.
Requires a Non-Null Value | Yes |
Default Value | "Transaction Failed" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Allowed Values | application/json, text/plain, text/xml, text/html, text/csv |
Default Value | application/json |
Sets priority to error logs. Useful for categorizing and triaging error logs. Does not affect the response to the client.
Requires a Non-Null Value | Yes | ||||||||
Allowed Values |
| ||||||||
Default Value | ERROR |
Enable to record the error log so that it may be reviewed in the admin panel.
Requires a Non-Null Value | Yes |
Default Value | Yes |
Enable to record the success log so that it may be reviewed in the admin panel.
Requires a Non-Null Value | Yes |
Default Value | Yes |
Enable to send an email message to an administrator when the error is encountered. It is recommended that this feature be used only for ERROR or CRITICAL level error messages to ensure that your inbox is not inundated with unnecessary messages.
Requires a Non-Null Value | Yes |
Default Value | No |
The email address that will receive the error log notification.
Requires a Non-Null Value | No |
Default Value | |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | Yes |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "200" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "Entry" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes | ||||||||||
Allowed Values |
| ||||||||||
Default Value | application/json |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The template used as the response body data. Accepts template syntax.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | Yes |
Converts to Lowercase | No |
Converts to Uppercase | No |
Enable to use the template as the response data instead of the default preformatted field data.
Requires a Non-Null Value | Yes |
Default Value | No |
Token used to renew offline access to Google services
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Token used to provision offline access to Google services.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The printer that this print job will be sent to. Supply the identification guid of a printer that has been registered on your Google Cloud Print account.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
How Google Cloud Print will format the data that is sent to the printer. Generally use "url" to print a webpage directly from the internet, "application/pdf" to print a document, and "image/jpeg" or "image/png" to print an image. Generally "application/pdf" is appropriate for most use cases including line printers such as Zebras. Please see https://developers.google.com/cloud-print/docs/appInterfaces#parameters for more information.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The number of copies of the document that will be printed
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
An optional setting that may be useful in certain situations. For example set this property to "base64" to print base64 encoded images or documents.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The URL that the outbound request will be sent to.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The HTTP header method used in the outbound request
Requires a Non-Null Value | Yes | ||||||||||||||
Allowed Values |
| ||||||||||||||
Default Value | GET |
The outbound request record's content type which is to inform the remote service what type of data is being sent.
Requires a Non-Null Value | Yes | ||||||||||||||
Allowed Values |
| ||||||||||||||
Default Value |
Specifies to the remote service how their response is formatted.
Requires a Non-Null Value | Yes | ||||||||||||
Allowed Values |
| ||||||||||||
Default Value | application/json |
The authentication protocol used to access the remote service.
Requires a Non-Null Value | Yes | ||||||||||
Allowed Values |
| ||||||||||
Default Value |
The username that is used for basic authentication
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The password that is used for basic authentication
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The consumer key that the remote service has provided to use when accessing their service.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The consumer secret that the remote service has provided to use when accessing their service.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The token key that the remote service has provided to use when accessing their service.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The token secret that the remote service has provided to use when accessing their service.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The hashing algorithm to use to package the authentication request. Consult your remote service provider for information about which signature method(s) they accept.
Requires a Non-Null Value | Yes |
Allowed Values | HMAC-SHA1, HMAC-SHA256, PLAINTEXT |
Default Value | HMAC-SHA1 |
Requires a Non-Null Value | Yes |
Default Value | "1.0" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Optional field. The value of this property may differ depending on how your remote service provider implements Oauth 1.0. Some remote services require this property to be set. Please consult your remote service provider for more information about this property.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The Instalink provisioned token that has been provisioned access to the remote resource.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The template used to format the data that is to be sent to the remote resource. Accepts template syntax.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | Yes |
Converts to Lowercase | No |
Converts to Uppercase | No |
When enabled the outbound request data will use the provided template instead of preformatted field values.
Requires a Non-Null Value | Yes |
Default Value | No |
Label that helps to identify outbound call records in the admin panel. Please set this to make your logs easier to navigate and search. Accepts template syntax.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
When enabled, all data recieved from the outbound request will be assigned to the key as defined in sendurl_namespace. By default the data is added to the root process data and is accessible by whatever keys may be provided in the request response. You should enable this if the request response is not expected to be an object with keys.
Requires a Non-Null Value | Yes |
Default Value | No |
The key that will contain the data of the outbound request response.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Force the provided data to be sent in the body instead of the query string in a GET or HEAD HTTP request.
Requires a Non-Null Value | Yes |
Default Value | No |
URL to redirect an inbound request to. The client will recieve a response from this URL.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
A reference to the list object in the process data for which subsequent actions will be executed for each record in the list.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The process data property that will contain the individual record in subsequent actions.
For example, if you had iterate_key pointed to a list named "labels" where the value is ["a", "b", "c"] and the iterate_setKey set to "letter". This would result in the first iteration containing the property letter="a", the second iteration would contain the property letter="b", and the third letter="c".
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Amount of time in seconds to wait after the previous iteration has completed before beginning the next iteration.
Requires a Non-Null Value | Yes |
Default Value | 0 |
When enabled the iterator will break the input list object into smaller list of objects of equal length which may be accessed in subsequent actions.
Requires a Non-Null Value | Yes |
Default Value | No |
How many records will be included in each iteration action.
Requires a Non-Null Value | Yes |
Default Value | 1 |
The property that will contain all logged success records that occurred during the iteration. This property is accessible in the subsequent FINALLY branch.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The property that will contain all logged error records that occurred during the iteration. This property is accessible in the subsequent FINALLY branch.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Preselected cron intervals that are available for convenience.
Requires a Non-Null Value | Yes | ||||||||||
Allowed Values |
| ||||||||||
Default Value | 0 * * * * * |
Enter a unix cron time pattern here. Set the Cron Schedule to custom to use this pattern.
Requires a Non-Null Value | Yes |
Default Value | "0 * * * * *" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Allowed Values | Africa/Abidjan, Africa/Accra, Africa/Addis_Ababa, Africa/Algiers, Africa/Asmara, Africa/Asmera, Africa/Bamako, Africa/Bangui, Africa/Banjul, Africa/Bissau, Africa/Blantyre, Africa/Brazzaville, Africa/Bujumbura, Africa/Cairo, Africa/Casablanca, Africa/Ceuta, Africa/Conakry, Africa/Dakar, Africa/Dar_es_Salaam, Africa/Djibouti, Africa/Douala, Africa/El_Aaiun, Africa/Freetown, Africa/Gaborone, Africa/Harare, Africa/Johannesburg, Africa/Juba, Africa/Kampala, Africa/Khartoum, Africa/Kigali, Africa/Kinshasa, Africa/Lagos, Africa/Libreville, Africa/Lome, Africa/Luanda, Africa/Lubumbashi, Africa/Lusaka, Africa/Malabo, Africa/Maputo, Africa/Maseru, Africa/Mbabane, Africa/Mogadishu, Africa/Monrovia, Africa/Nairobi, Africa/Ndjamena, Africa/Niamey, Africa/Nouakchott, Africa/Ouagadougou, Africa/Porto-Novo, Africa/Sao_Tome, Africa/Timbuktu, Africa/Tripoli, Africa/Tunis, Africa/Windhoek, America/Adak, America/Anchorage, America/Anguilla, America/Antigua, America/Araguaina, America/Argentina/Buenos_Aires, America/Argentina/Catamarca, America/Argentina/ComodRivadavia, America/Argentina/Cordoba, America/Argentina/Jujuy, America/Argentina/La_Rioja, America/Argentina/Mendoza, America/Argentina/Rio_Gallegos, America/Argentina/Salta, America/Argentina/San_Juan, America/Argentina/San_Luis, America/Argentina/Tucuman, America/Argentina/Ushuaia, America/Aruba, America/Asuncion, America/Atikokan, America/Atka, America/Bahia, America/Bahia_Banderas, America/Barbados, America/Belem, America/Belize, America/Blanc-Sablon, America/Boa_Vista, America/Bogota, America/Boise, America/Buenos_Aires, America/Cambridge_Bay, America/Campo_Grande, America/Cancun, America/Caracas, America/Catamarca, America/Cayenne, America/Cayman, America/Chicago, America/Chihuahua, America/Coral_Harbour, America/Cordoba, America/Costa_Rica, America/Creston, America/Cuiaba, America/Curacao, America/Danmarkshavn, America/Dawson, America/Dawson_Creek, America/Denver, America/Detroit, America/Dominica, America/Edmonton, America/Eirunepe, America/El_Salvador, America/Ensenada, America/Fort_Nelson, America/Fort_Wayne, America/Fortaleza, America/Glace_Bay, America/Godthab, America/Goose_Bay, America/Grand_Turk, America/Grenada, America/Guadeloupe, America/Guatemala, America/Guayaquil, America/Guyana, America/Halifax, America/Havana, America/Hermosillo, America/Indiana/Indianapolis, America/Indiana/Knox, America/Indiana/Marengo, America/Indiana/Petersburg, America/Indiana/Tell_City, America/Indiana/Vevay, America/Indiana/Vincennes, America/Indiana/Winamac, America/Indianapolis, America/Inuvik, America/Iqaluit, America/Jamaica, America/Jujuy, America/Juneau, America/Kentucky/Louisville, America/Kentucky/Monticello, America/Knox_IN, America/Kralendijk, America/La_Paz, America/Lima, America/Los_Angeles, America/Louisville, America/Lower_Princes, America/Maceio, America/Managua, America/Manaus, America/Marigot, America/Martinique, America/Matamoros, America/Mazatlan, America/Mendoza, America/Menominee, America/Merida, America/Metlakatla, America/Mexico_City, America/Miquelon, America/Moncton, America/Monterrey, America/Montevideo, America/Montreal, America/Montserrat, America/Nassau, America/New_York, America/Nipigon, America/Nome, America/Noronha, America/North_Dakota/Beulah, America/North_Dakota/Center, America/North_Dakota/New_Salem, America/Ojinaga, America/Panama, America/Pangnirtung, America/Paramaribo, America/Phoenix, America/Port-au-Prince, America/Port_of_Spain, America/Porto_Acre, America/Porto_Velho, America/Puerto_Rico, America/Punta_Arenas, America/Rainy_River, America/Rankin_Inlet, America/Recife, America/Regina, America/Resolute, America/Rio_Branco, America/Rosario, America/Santa_Isabel, America/Santarem, America/Santiago, America/Santo_Domingo, America/Sao_Paulo, America/Scoresbysund, America/Shiprock, America/Sitka, America/St_Barthelemy, America/St_Johns, America/St_Kitts, America/St_Lucia, America/St_Thomas, America/St_Vincent, America/Swift_Current, America/Tegucigalpa, America/Thule, America/Thunder_Bay, America/Tijuana, America/Toronto, America/Tortola, America/Vancouver, America/Virgin, America/Whitehorse, America/Winnipeg, America/Yakutat, America/Yellowknife, Antarctica/Casey, Antarctica/Davis, Antarctica/DumontDUrville, Antarctica/Macquarie, Antarctica/Mawson, Antarctica/McMurdo, Antarctica/Palmer, Antarctica/Rothera, Antarctica/South_Pole, Antarctica/Syowa, Antarctica/Troll, Antarctica/Vostok, Arctic/Longyearbyen, Asia/Aden, Asia/Almaty, Asia/Amman, Asia/Anadyr, Asia/Aqtau, Asia/Aqtobe, Asia/Ashgabat, Asia/Ashkhabad, Asia/Atyrau, Asia/Baghdad, Asia/Bahrain, Asia/Baku, Asia/Bangkok, Asia/Barnaul, Asia/Beirut, Asia/Bishkek, Asia/Brunei, Asia/Calcutta, Asia/Chita, Asia/Choibalsan, Asia/Chongqing, Asia/Chungking, Asia/Colombo, Asia/Dacca, Asia/Damascus, Asia/Dhaka, Asia/Dili, Asia/Dubai, Asia/Dushanbe, Asia/Famagusta, Asia/Gaza, Asia/Harbin, Asia/Hebron, Asia/Ho_Chi_Minh, Asia/Hong_Kong, Asia/Hovd, Asia/Irkutsk, Asia/Istanbul, Asia/Jakarta, Asia/Jayapura, Asia/Jerusalem, Asia/Kabul, Asia/Kamchatka, Asia/Karachi, Asia/Kashgar, Asia/Kathmandu, Asia/Katmandu, Asia/Khandyga, Asia/Kolkata, Asia/Krasnoyarsk, Asia/Kuala_Lumpur, Asia/Kuching, Asia/Kuwait, Asia/Macao, Asia/Macau, Asia/Magadan, Asia/Makassar, Asia/Manila, Asia/Muscat, Asia/Nicosia, Asia/Novokuznetsk, Asia/Novosibirsk, Asia/Omsk, Asia/Oral, Asia/Phnom_Penh, Asia/Pontianak, Asia/Pyongyang, Asia/Qatar, Asia/Qostanay, Asia/Qyzylorda, Asia/Rangoon, Asia/Riyadh, Asia/Saigon, Asia/Sakhalin, Asia/Samarkand, Asia/Seoul, Asia/Shanghai, Asia/Singapore, Asia/Srednekolymsk, Asia/Taipei, Asia/Tashkent, Asia/Tbilisi, Asia/Tehran, Asia/Tel_Aviv, Asia/Thimbu, Asia/Thimphu, Asia/Tokyo, Asia/Tomsk, Asia/Ujung_Pandang, Asia/Ulaanbaatar, Asia/Ulan_Bator, Asia/Urumqi, Asia/Ust-Nera, Asia/Vientiane, Asia/Vladivostok, Asia/Yakutsk, Asia/Yangon, Asia/Yekaterinburg, Asia/Yerevan, Atlantic/Azores, Atlantic/Bermuda, Atlantic/Canary, Atlantic/Cape_Verde, Atlantic/Faeroe, Atlantic/Faroe, Atlantic/Jan_Mayen, Atlantic/Madeira, Atlantic/Reykjavik, Atlantic/South_Georgia, Atlantic/St_Helena, Atlantic/Stanley, Australia/ACT, Australia/Adelaide, Australia/Brisbane, Australia/Broken_Hill, Australia/Canberra, Australia/Currie, Australia/Darwin, Australia/Eucla, Australia/Hobart, Australia/LHI, Australia/Lindeman, Australia/Lord_Howe, Australia/Melbourne, Australia/NSW, Australia/North, Australia/Perth, Australia/Queensland, Australia/South, Australia/Sydney, Australia/Tasmania, Australia/Victoria, Australia/West, Australia/Yancowinna, Brazil/Acre, Brazil/DeNoronha, Brazil/East, Brazil/West, CET, CST6CDT, Canada/Atlantic, Canada/Central, Canada/Eastern, Canada/Mountain, Canada/Newfoundland, Canada/Pacific, Canada/Saskatchewan, Canada/Yukon, Chile/Continental, Chile/EasterIsland, Cuba, EET, EST, EST5EDT, Egypt, Eire, Etc/GMT, Etc/GMT+0, Etc/GMT+1, Etc/GMT+10, Etc/GMT+11, Etc/GMT+12, Etc/GMT+2, Etc/GMT+3, Etc/GMT+4, Etc/GMT+5, Etc/GMT+6, Etc/GMT+7, Etc/GMT+8, Etc/GMT+9, Etc/GMT-0, Etc/GMT-1, Etc/GMT-10, Etc/GMT-11, Etc/GMT-12, Etc/GMT-13, Etc/GMT-14, Etc/GMT-2, Etc/GMT-3, Etc/GMT-4, Etc/GMT-5, Etc/GMT-6, Etc/GMT-7, Etc/GMT-8, Etc/GMT-9, Etc/GMT0, Etc/Greenwich, Etc/UCT, Etc/UTC, Etc/Universal, Etc/Zulu, Europe/Amsterdam, Europe/Andorra, Europe/Astrakhan, Europe/Athens, Europe/Belfast, Europe/Belgrade, Europe/Berlin, Europe/Bratislava, Europe/Brussels, Europe/Bucharest, Europe/Budapest, Europe/Busingen, Europe/Chisinau, Europe/Copenhagen, Europe/Dublin, Europe/Gibraltar, Europe/Guernsey, Europe/Helsinki, Europe/Isle_of_Man, Europe/Istanbul, Europe/Jersey, Europe/Kaliningrad, Europe/Kiev, Europe/Kirov, Europe/Lisbon, Europe/Ljubljana, Europe/London, Europe/Luxembourg, Europe/Madrid, Europe/Malta, Europe/Mariehamn, Europe/Minsk, Europe/Monaco, Europe/Moscow, Europe/Nicosia, Europe/Oslo, Europe/Paris, Europe/Podgorica, Europe/Prague, Europe/Riga, Europe/Rome, Europe/Samara, Europe/San_Marino, Europe/Sarajevo, Europe/Saratov, Europe/Simferopol, Europe/Skopje, Europe/Sofia, Europe/Stockholm, Europe/Tallinn, Europe/Tirane, Europe/Tiraspol, Europe/Ulyanovsk, Europe/Uzhgorod, Europe/Vaduz, Europe/Vatican, Europe/Vienna, Europe/Vilnius, Europe/Volgograd, Europe/Warsaw, Europe/Zagreb, Europe/Zaporozhye, Europe/Zurich, GB, GB-Eire, GMT, GMT+0, GMT-0, GMT0, Greenwich, HST, Hongkong, Iceland, Indian/Antananarivo, Indian/Chagos, Indian/Christmas, Indian/Cocos, Indian/Comoro, Indian/Kerguelen, Indian/Mahe, Indian/Maldives, Indian/Mauritius, Indian/Mayotte, Indian/Reunion, Iran, Israel, Jamaica, Japan, Kwajalein, Libya, MET, MST, MST7MDT, Mexico/BajaNorte, Mexico/BajaSur, Mexico/General, NZ, NZ-CHAT, Navajo, PRC, PST8PDT, Pacific/Apia, Pacific/Auckland, Pacific/Bougainville, Pacific/Chatham, Pacific/Chuuk, Pacific/Easter, Pacific/Efate, Pacific/Enderbury, Pacific/Fakaofo, Pacific/Fiji, Pacific/Funafuti, Pacific/Galapagos, Pacific/Gambier, Pacific/Guadalcanal, Pacific/Guam, Pacific/Honolulu, Pacific/Johnston, Pacific/Kiritimati, Pacific/Kosrae, Pacific/Kwajalein, Pacific/Majuro, Pacific/Marquesas, Pacific/Midway, Pacific/Nauru, Pacific/Niue, Pacific/Norfolk, Pacific/Noumea, Pacific/Pago_Pago, Pacific/Palau, Pacific/Pitcairn, Pacific/Pohnpei, Pacific/Ponape, Pacific/Port_Moresby, Pacific/Rarotonga, Pacific/Saipan, Pacific/Samoa, Pacific/Tahiti, Pacific/Tarawa, Pacific/Tongatapu, Pacific/Truk, Pacific/Wake, Pacific/Wallis, Pacific/Yap, Poland, Portugal, ROC, ROK, Singapore, Turkey, UCT, US/Alaska, US/Aleutian, US/Arizona, US/Central, US/East-Indiana, US/Eastern, US/Hawaii, US/Indiana-Starke, US/Michigan, US/Mountain, US/Pacific, US/Pacific-New, US/Samoa, UTC, Universal, W-SU, WET, Zulu |
Default Value | UTC |
The label that is used to indentify the scheduled repeated action in Inbound Request Logs. Accepts template syntax.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | No |
A reference to the database connection record that contains the details on how to connect to the remote database service.
Requires a Non-Null Value | No |
The database table or collection that the action will access once connected to the database.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The namespace where the results of an insert action will be stored.
Requires a Non-Null Value | Yes |
Minimum Characters | 1 |
Default Value | "writeResult" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The label that is used to identify database write logs in the Outbound Record Logs.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Allowed Values | DESC, ASC |
Default Value | DESC |
Requires a Non-Null Value | Yes |
Minimum Characters | 1 |
Default Value | "readResult" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | Yes |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The url address where the remote FTP service is hosted.
Requires a Non-Null Value | Yes |
Default Value | "ftps://" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The relative location of the file or directory on the FTP server
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | Yes |
Converts to Lowercase | No |
Converts to Uppercase | No |
The relative location where the file or directory will be moved to.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | Yes |
Converts to Lowercase | No |
Converts to Uppercase | No |
The FTP command to run on the remote FTP server.
Requires a Non-Null Value | Yes | ||||||||||
Allowed Values |
| ||||||||||
Default Value | DOWNLOAD |
The name of the file resource to act upon.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The new name of the file. Used with MOVE action.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The file contents that will be uploaded to the remote FTP server. Accepts template syntax.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The key that will contain the data of the file contents that were downloaded from the remote FTP server.
Requires a Non-Null Value | Yes |
Default Value | "ftpsResults" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Searchable template used to help identify the FTP action in the outbound call logs. Please set this to make your logs easier to interpret.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | No |
DEPRECATED. Will be removed in a future release. Please use the Session Storage action.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
DEPRECATED. Will be removed in a future release. Please use the Session Storage action.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
A label used to help identify your transformation action in the process flow editor.
Requires a Non-Null Value | Yes |
Default Value | "Transform Data" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The connector that will be used when using the RUN_ACTION action.
Requires a Non-Null Value | No |
The connector action that will be executed when using the RUN_ACTION action.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Connector actions may have multiple callback triggers. This is the trigger that the ACTION_HANDLER will wait for when waiting to execute.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
When using the ACTION_HANDLER process action the data that the connector returns will be set to this key in subsequent actions in the data flow.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Connector actions may have multiple callback triggers. This is the identifier that the ACTION_CALLBACK process action will send to waiting ACTION_HANDLER processes to trigger their execution.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Connectors may have multiple defined actions available to consumers of the connector. This property identifies the action so that it may be easily referenced by consumers of the connector.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
When saving data to the session this field identifies the stored data to enable it to be referenced upon retrieval.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The time used for the expiration of the data stored in the session. The maximum time allowed to store session data is one week. Enter a number followed by a letter to define the time.
For example "1d" would expire the data stored in the session one day from the time it was inserted.
The valid time definitions are:
Requires a Non-Null Value | Yes |
Default Value | "1d" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The read-only representation of the value supplied in sessionstore_ttl. This value is in seconds.
Requires a Non-Null Value | Yes |
Default Value | 0 |
When reading data from the session storage this is the key that is used to lookup the data in the session storage.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
The key that will contain the data retrieved from the session read action.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
All queues that use the same queue identifier will be listed in the same queue logs in the administration panel. Set this value to categorize your queues.
Requires a Non-Null Value | Yes |
Minimum Characters | 1 |
Default Value | "Default Queue" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Searchable template used to help identify your queued processes in the queue logs. Please set this to make your logs easier to interpret.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
When enabled, the queued process will only store the supplied fields in it's memory. When disabled, all process data a the point when the process is queued will be available when the subsequent actions in the data flow execute.
Requires a Non-Null Value | Yes |
Default Value | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Allowed Values | true |
Default Value | Yes |
Requires a Non-Null Value | Yes |
Default Value | "1 minute" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | No |
Requires a Non-Null Value | Yes |
Default Value | No |
Label applied to the queued item in the queue logs when a queue fails to execute. Set this to make your queue logs easier to interpret.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | Yes |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | Yes |
Converts to Lowercase | No |
Converts to Uppercase | No |
Requires a Non-Null Value | Yes |
Allowed Values | ALWAYS_CONTINUE, CONTINUE_WHEN_ANY_SEND_SUCCEEDS, CONTINUE_WHEN_ALL_SENDS_SUCCEED |
Default Value | CONTINUE_WHEN_ANY_SEND_SUCCEEDS |
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
System managed property. Set to the timestamp of when the record is created.
Requires a Non-Null Value | Yes |
Default Value | __auto__ |
System managed property. Set to the timestamp of when the record is updated.
Requires a Non-Null Value | Yes |
Default Value | __auto__ |
The project that owns the process.
Data Model | projects |
Local Property | processes.projectId |
Foreign Property | projects._id |
The process that immediately preceeds this process when executing the data flow.
Data Model | processes |
Local Property | processes.parentProcess |
Foreign Property | processes._id |
All processes that will immediately execute after this process has executed in the data flow
Data Model | processes |
Local Property | processes._id |
Foreign Property | processes.parentProcess |
A set of properties used to modify input data with specified operations and then pass the modified data to subsequent actions. The transformations run on inputs that have lowest path depth first.
Data Model | transforms | ||||||||||||||||||||||||||||||||||||||||||
Local Property | processes._id | ||||||||||||||||||||||||||||||||||||||||||
Foreign Property | transforms.parentProcess | ||||||||||||||||||||||||||||||||||||||||||
Properties |
|
A set of properties that are used to describe conditional clauses that must be evaluated as true before executing subsequent actions in the data flow. Will execute the THEN branch when all conditions are met. Will execute the ELSE branch if any of the conditions are not met.
Data Model | conditions | ||||||||||||||
Local Property | processes._id | ||||||||||||||
Foreign Property | conditions.parentProcess | ||||||||||||||
Properties |
|
A set of records that are used to define process data keys that are to be included when executing various actions.
Data Model | fields | ||||||||||
Local Property | processes._id | ||||||||||
Foreign Property | fields.parentProcess | ||||||||||
Properties |
|
A set of records that are used to define process data keys that are to be included when executing various actions.
Data Model | fieldDefinitions | ||||||||
Local Property | processes._id | ||||||||
Foreign Property | fieldDefinitions.parentProcess | ||||||||
Properties |
|
A set of records that are used to define conditionals for use in database queries.
Data Model | queryFields | ||||||||||||
Local Property | processes._id | ||||||||||||
Foreign Property | queryFields.parentProcess | ||||||||||||
Properties |
|
A reference to the project authorization records that are available to LISTEN and RESPONSE actions in order to create permissioned requests.
Data Model | processAuthorizations |
Local Property | processes._id |
Foreign Property | processAuthorizations.processId |
A set of records that define the parameters of what file uploads a LISTEN action will allow.
Data Model | acceptedFiles | ||||||||||||
Local Property | processes._id | ||||||||||||
Foreign Property | acceptedFiles.processId | ||||||||||||
Properties |
|
A set of records that define mechanisms for inspecting success and error log occurrences as they occur.
Data Model | observers | ||||||||||||||||||||||||||||||||||||||||||||||||
Local Property | processes._id | ||||||||||||||||||||||||||||||||||||||||||||||||
Foreign Property | observers.processId | ||||||||||||||||||||||||||||||||||||||||||||||||
Properties |
|
A set of records that define input fields for Instalink forms within the admin panel.
Data Model | formFields | ||||||||||||||||||||
Local Property | processes._id | ||||||||||||||||||||
Foreign Property | formFields.parentProcess | ||||||||||||||||||||
Properties |
|
The connector record that this process is utilizing.
Data Model | connectors |
Local Property | processes.runaction_connectorId |
Foreign Property | connectors._id |
The project, owned by the connector, that this process is utilizing.
Data Model | projects |
Local Property | processes.projectId |
Foreign Property | projects._id |
Data Model | logReportDefinitions | ||||||||||||||
Local Property | processes._id | ||||||||||||||
Foreign Property | logReportDefinitions.processId | ||||||||||||||
Properties |
|
Data Model | systemWarnings |
Local Property | processes._id |
Foreign Property | systemWarnings.processId |
Data Model | processEdits |
Local Property | processes._id |
Foreign Property | processEdits.processId |