on 2024 Dec 31 7:43 AM
Hi, Currently we are facing load dependency related issues while using delta Transformation flow, Is there a solution or workaround available for the below scenario?
Currently, we can only schedule replication flows based on time intervals (minutes or hours), not at specific times. Also due to this interval next run gets delay by few Minute and within a month it may reach to an hour.
Is it possible to schedule replication flows to run at specific times if not is there a way to have the dependency between the delta replication flow and the other target flow(transformation flow & Data flow) to ensure that the target flow runs only once the replication flow is completed?
Request clarification before answering.
You need to leverage the CLI and OS Scripting.
Execute the flow via TaskChain, then get the log and based on the result, trigger next TaskChain, or failure Email. You will need to write a script - wrapper scheduled like every 1-5 minutes checking if the one or other TaskChains run and in what status it is in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.