Skip to content

Commit 06bfde6

Browse files
authored
Merge pull request #901 from keboola/SUPPORT-12035
added advanced parameter example
2 parents c727d33 + ee45712 commit 06bfde6

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

flows/index.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,24 @@ execute more jobs in parallel. Keboola will then concurrently execute the jobs t
9090
- Finally, to modify the parameters sent to the underlying [API call](https://developers.keboola.com/integrate/jobs/#run-a-job), you can set **Task Parameters**.
9191
Select the task and click **Set advanced parameters**. When finished, click **Set**.
9292

93+
***Example of the advanced parameter:** changing a variable in transformation:*
94+
95+
```json
96+
{
97+
"componentId": "keboola.snowflake-transformation",
98+
"configId": "0123abc",
99+
"mode": "run",
100+
"variableValuesData": {
101+
"values": [
102+
{
103+
"name": "variables_name",
104+
"value": 12345
105+
}
106+
]
107+
}
108+
}
109+
```
110+
93111
*****
94112

95113
**Save** the changes.
@@ -112,7 +130,7 @@ You can select predefined intervals or set your own. Another option is to use tr
112130
{: .image-popup}
113131
![Set Schedule](/flows/set-schedule.png)
114132

115-
***Note on Triggers:** If table updates happen during the cool-down period, the trigger is suppressed, but the tables are marked as ready. Therefore, if all configured tables are updated during the cool-down period, the Flow is not scheduled at that time — but once the cool-down expires and any table is updated (causing the trigger to be evaluated), the system recognizes that all tables are already up to date and runs the Flow immediately*
133+
***Note on Triggers:** If table updates happen during the cool-down period, the trigger is suppressed, but the tables are marked as ready. Therefore, if all configured tables are updated during the cool-down period, the Flow is not scheduled at that time — but once the cool-down expires and any table is updated (causing the trigger to be evaluated), the system recognizes that all tables are already up to date and runs the Flow immediately.*
116134

117135
## Check Run History
118136
In the tab **All Runs**, you can check how your flow is running with a detailed breakdown of each task.

0 commit comments

Comments
 (0)