Dot (.) Notation Syntax for Action Runtime

This topic describes how to use the Dot (.) notation syntax for runtime in a flow definition.

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

Context object Description Dot (.) notation Example

Configuration

Additional configuration defined as part of action and populated or selected in design time wizard.

.configuration

.configuration.compartmentId

Connection properties

Properties for connection configuration.

.connectionProperties

.connectionProperties.baseUrl

Flow input

Input data for the flows. Represents the object complying to effective input schema of action.

The adapter developer can use this notation to access the transformed JSON payload that is received from orchestration.

.input

.input.body

Flow output

Output of flow.

The adapter developer must set the JSON and ensure that it complies to the output schema of action.

Stores the response that is passed to Oracle Integration orchestration.

.output

.output