Dot (.) Notation Syntax for Request Transformation in Trigger Runtime
This topic describes how to use the Dot (.) notation syntax to transform a request where a webhook payload is converted to Oracle Integration payload.
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 |
|
Flow input |
Input data for the flow. The input data is a trigger request payload in the form a string. |
.input |
|
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 |
|
Temporary context |
The adapter developer can add temporary context variables. These variables are valid for that particular instance of flow execution. |
.<temporary context variable> |
|
Flow output |
Set the output of flow in this context object. The output is a transformed message. |
.output |
|