question

DudhaneKetan-6324 avatar image
0 Votes"
DudhaneKetan-6324 asked DudhaneKetan-6324 commented

starting a MS Orchestrator2021 activty in between runbook

We are using MS Orchestrator 2021 and I have below use case

  •  I have one runbook which consists of 20 activities
    
  •  I start  the execution on run book server1 and activity 5 fails.
    

Is there a way I can start execution from activity 5 on runbook server 1 or do I have to run from beginning.

msc-orchestrator
· 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.

Please read it as version 2019 and not 2021.

0 Votes 0 ·
AndreasBaumgarten avatar image
0 Votes"
AndreasBaumgarten answered AndreasBaumgarten commented

Hi @DudhaneKetan-6324 ,

the runbook will start at the first activity again. It is not possible to start with any other activity in a runbook than the first one.


(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

Regards
Andreas Baumgarten

· 3
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 @DudhaneKetan-6324 ,

did the answer work for you? Are there any additional questions to this topic?

If you found the answer helpful, it would be great if you please mark it "Accept as answer". This will help others to find answers in Q&A

----------
Regards
Andreas Baumgarten

0 Votes 0 ·

Thank you so much for your prompt response. I knew this behaviour in 2012 version but was really hoping they changes this in 2019. would you be able to help me understand why this behaviour? Opalis allows the execution from between the runbook

0 Votes 0 ·

Hi @DudhaneKetan-6324 ,

I think it's by design in Orchestrator and is this way since Opalis is "transfered" in Orchestrator.


(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

Regards
Andreas Baumgarten

0 Votes 0 ·
StefanHorz avatar image
1 Vote"
StefanHorz answered DudhaneKetan-6324 commented

Hi @DudhaneKetan-6324 ,

this was possible in Opalis Robot. With Opalis Integration Server each Policy aka Runbook starts with the first Activity.
You can subscribe and use the results from each Activity before. So you must check that you don't use need this directly but you can design something like that:

182061-activity.jpg

Regards
Stefan



activity.jpg (67.6 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 for your prompt response. I will try this out and reach out in case any help is needed

0 Votes 0 ·