question

KirnaReddyvari-5588 avatar image
0 Votes"
KirnaReddyvari-5588 asked KranthiPakala-MSFT edited

Issue with Chaining activities

We have situation of chaining the activities and it doesn't work in below case:

  1. Web1 success is linked to Web2

  2. Web1 failure is linked to SetVariable1

  3. Web2 success is linked to Web3

  4. SetVariable1 success is also linked to Web3

Issue: In any of the condition or run path, Web3 is never reached
In the below situation, as SetVariable1 is a success, I assume it should execute Web3, but it didn't.

How can we accomplish this?122814-screenshot-2021-08-12-095036.png



azure-data-factory
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

VaibhavChaudhari avatar image
1 Vote"
VaibhavChaudhari answered KirnaReddyvari-5588 commented

Web3 will run only when both Web2 & Set Variable1 are successfully run.

You could try copying Web3 activity and use it like below

122769-image.png




Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav


image.png (15.1 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you @VaibhavChaudhari. I am able to fix my pipeline with this solution.

0 Votes 0 ·
KranthiPakala-MSFT avatar image
0 Votes"
KranthiPakala-MSFT answered KranthiPakala-MSFT edited

Hi @KirnaReddyvari-5588,

Yes, as @VaibhavChaudhari mentioned, your design indicate that Web3 activity to be triggered if and only if both Web2 and Set Variable 1 are successful. If any either of their state is not success then the execution chain breaks and your Web3 won't get executed.

You can try the solution suggested by @VaibhavChaudhari which suffice your requirement.

For better understanding of conditional paths of data factory activities please refer to below blogs which has a detailed explanation of conditional path behavior.

  1. Understanding Pipeline Failures and Error Handling

  2. Understanding Pipeline Failures and Error Handling 2

Hope this info helps. Do let us know if you have further query.



Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.




· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @KirnaReddyvari-5588,

Just checking in to see if any of the above suggestions were helpful. If it answers your query, please do click “Accept Answer” and/or Up-Vote, as it might be beneficial to other community members reading this thread. And, if you have any further query do let us know.

0 Votes 0 ·

Hi @KirnaReddyvari-5588,

We still have not heard back from you. Just wanted to check if the above suggestion was helpful? If it answers your query, please do click “Accept Answer” and/or Up-Vote, as it might be beneficial to other community members reading this thread. And, if you have any further query do let us know.

0 Votes 0 ·

Thanks @KranthiPakala-MSFT, accepted @VaibhavChaudhari's solution as the Answer

0 Votes 0 ·
Show more comments