Dot (.) Notation Syntax for Generate Schema and Configuration Flows

This topic covers the Generate Schema and Configuration flows in triggers and actions.

This table describes the context objects and the associated dot (.) notation with examples.

Context object Description Dot (.) notation Example

Connection Properties

Properties for connection configuration.

.connectionProperties

.connectionProperties.baseUrl

Self

Reference to adapter definition document.

.self

.self.actions

Configuration

The adapter developer can define additional configuration as part of trigger. This value is populated or selected in the design time wizard of Oracle Integration.

.configuration

.configuration.compartmentId

Temporary context

The adapter developer can add temporary context variables. These variables are valid for that particular instance of flow execution.

.<temporary context variable>

.intermediate

Flow output

Output of flow must bet set in this context object
  • Output schema
  • Output configuration values

.output

.output