[ITA-319] Stepwise Procedure in Profiles
under review
m
myr
It would be nice to have a stepwise procedure execution in the profile. For e.g. Pic1 you can see that we have steps and each step has some script/action and the next step gets executed when the previous one is done.
Today in Profile we can attach procedure and it does say ORDER but they all execute at the same time. What we want is that they should execute in the ORDER to which they have been added but only when the previous one is completed.
DataLink
It would be also nice being able to see the progress of a procedure or a patching like in this rmm.
R
Robin
under review
This has been given Dev reference ITA-319
R
Robin
Hi myr
Just looking at this to fully understand the requirement.
Would a simple "run in this order" solve the issue?
I ask as in your top example it looks like you have "manual" task in there which does not seem to fit the the automated nature of an RMM scheduled procedure set.
I'm just thinking, we might need a timeout and "if Failed" option as you might not want the 2nd or third command to run if the first failed?
What are your thoughts?
m
myr
Robin: order will do but the second in order must run after the first is done and so on. Also if first is failed then it must abort the execution of the rest. If its a configurable thing like abort or continue with the rest then it would be great.