@haystacks/async
Version:
A framework to build any number or any kind of native application or automation solution.
19 lines (18 loc) • 1.39 kB
text/xml
<CommandWorkflows>
<debug>
<businessRules>
<rules>
<mathOperations>
<Workflow Name="mathOperationsEnable" Value="changeConfigSetting debugSetting.framework.businessRules.rules.mathOperations true"/>
<Workflow Name="mathOperationsDisable" Value="changeConfigSetting debugSetting.framework.businessRules.rules.mathOperations false"/>
<Workflow Name="hex2rgbConversionEnable" Value="changeConfigSetting debugSetting.framework.businessRules.rules.mathOperations.hex2rgbConversion true"/>
<Workflow Name="hex2rgbConversionDisable" Value="changeConfigSetting debugSetting.framework.businessRules.rules.mathOperations.hex2rgbConversion false"/>
<Workflow Name="isOddEnable" Value="changeConfigSetting debugSetting.framework.businessRules.rules.mathOperations.isOdd true"/>
<Workflow Name="isOddDisable" Value="changeConfigSetting debugSetting.framework.businessRules.rules.mathOperations.isOdd false"/>
<Workflow Name="isEvenEnable" Value="changeConfigSetting debugSetting.framework.businessRules.rules.mathOperations.isEven true"/>
<Workflow Name="isEvenDisable" Value="changeConfigSetting debugSetting.framework.businessRules.rules.mathOperations.isEven false"/>
</mathOperations>
</rules>
</businessRules>
</debug>
</CommandWorkflows>