VMware Cloud Community
cody_bunch
Hot Shot
Hot Shot
Jump to solution

vCO Bug?

So I've got this issue... I've created a workflow (attached "Old Snapshots"). It takes two inputs, minDays and maxDays, in the first script block I use System.log to report them, and even if provided seperate values, I get the same reported back:

minDays @ start: 9
maxDays @ start: 13
System.log("Minimum Days Old: " + minDays);
System.log("Maximum Days Old: " + maxDays);
[2011-05-24 22:10:00.075] [I] Minimum Days Old: 9
[2011-05-24 22:10:00.075] [I] Maximum Days Old: 9

It only seems to do it in this workflow however, as I've created a second (Test Inputs) with just the problematic script block... and it doesn't reproduce:

valueOne @ start: 9
valueTwo @ start: 13
System.log("Value one: " + valueOne);
System.log("Value two: " + valueTwo);

[2011-05-24 22:08:27.202] [I] Value one: 9

[2011-05-24 22:08:27.202] [I] Value two: 13

-C

-Cody Bunch http://professionalvmware.com
0 Kudos
1 Solution

Accepted Solutions
cdecanini_
VMware Employee
VMware Employee
Jump to solution

No, Cody bug Smiley Wink

Check below: maxDays and minDays linking on the minDays input

Screen shot 2011-05-25 at 7.07.56 AM.png

Christophe.

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you! Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator for vCenter Orchestrator tips and tutorials - @vCOTeam on Twitter

View solution in original post

0 Kudos
2 Replies
cdecanini_
VMware Employee
VMware Employee
Jump to solution

No, Cody bug Smiley Wink

Check below: maxDays and minDays linking on the minDays input

Screen shot 2011-05-25 at 7.07.56 AM.png

Christophe.

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you! Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator for vCenter Orchestrator tips and tutorials - @vCOTeam on Twitter
0 Kudos
cody_bunch
Hot Shot
Hot Shot
Jump to solution

Phew... been staring at it for too many hours. Thanks for that.

-Cody Bunch http://professionalvmware.com
0 Kudos