Skip to content

Assign SLA Domain workflow's 'Confirm Change' decision is checking variable equality against the same variable #13

@jberry

Description

@jberry

The 'Confirm Change' decision of the "Rubrik - Assaign SLA Domain" workflow is not using the 'returnedSLADomainName' in it's value check, instead checking if "the inputted value == the inputted value":

if (slaDomainName == slaDomainName){true;}else{false;}

This should be using the other variable inputted to the decision in the check:

if (slaDomainName == returnedSLADomaiName){true;}else{false;}

I just downloaded the latest linked .package from the readme.md, https://github.com/rubrikinc/rubrik-plugin-for-vrealize/commit/6b687779731463f8910c385ebd4a984427d317ef, and it was still present in that package (from the raw data file for the workflow):
<script encoded="false"><![CDATA[if (slaDomainName == slaDomainName){true;}else{false;}]]></script>

rasd-cc

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions