Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question Can I set dependency in scheduling delivery through Analytics

More
01 Aug 2016 09:44 #1 by Prashant.Sangle
Prashant.Sangle created the topic: Can I set dependency in scheduling delivery through Analytics
Hi,

My client want to schedule delivery on the basis of successful execution of another delivery in Analytics.

Please find below scenario for better understanding.
I have 4 Project Say Project1, Project2, Project3 and Project4.
Now I want to run Project1 and Project2 parallel.
And after successful execution of Project1, I want to schedule Project3.
Similarly for after successful execution of Project2, I want to schedule Project4.

Is this possible? Can you guide me to achieve it.

Let me know if any query.

Thanks and Regards,
Prashant Sangle
More
01 Aug 2016 11:10 #2 by Thomas BLETON
Thomas BLETON replied the topic: Can I set dependency in scheduling delivery through Analytics
Hi,
The current versions of Analytics and the Runtime's scheduler do not have such dependency features.

Usually what we do is set up a Main Process which orchestrates the deliveries, using "Execute Delivery" actions.
     Start(EmptyAction)
       |           |
  ExecDeliv-1    ExecDeliv-2
       |           |
  ExecDeliv-3    ExecDeliv-4

Note: this gives you the flexibility to link Deliveries with Successfull & Unsuccessful links.
More
01 Aug 2016 12:28 #3 by Prashant.Sangle
Prashant.Sangle replied the topic: Can I set dependency in scheduling delivery through Analytics
Hi Sir,

Initially I though about it, But my issue is I am passing few value to delivery while scheduling delivery as suggested in below URL
stambia.org/kunena/runtime-questions/184...very-with-parameters
stambia.org/kunena/general-questions/179...ry-through-analytics

Is it possible set parameter in "Execute Delivery" actions?

Thanks and Regards,
Prashant Sangle
More
01 Aug 2016 14:39 #4 by Thomas BLETON
Thomas BLETON replied the topic: Can I set dependency in scheduling delivery through Analytics
Yes.
When your mouse is over the "Execute Delivery" action box, you will see a "Create Parameter" button on the left border of the box. Just click it and set the name / value of the parameter.
More
01 Aug 2016 15:03 #5 by Prashant.Sangle
Prashant.Sangle replied the topic: Can I set dependency in scheduling delivery through Analytics
Hi,

Thanks :) .
I will try it and get back to you if any query.

Thanks and Regards,
Prashant Sangle