cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Managing replication flow Delta load dependency on next subsequent step run

DhirendraParmar
Newcomer
0 Kudos
367

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?

Accepted Solutions (0)

Answers (1)

Answers (1)

Martin_Kuma
Contributor
0 Kudos

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.