Home Search

DriveWorks Pro 21
Check Value

Send Feedback

Check Value

The Check Value Condition will check its value and if this is equal to TRUE, 1 or YES the Task, Operation or Transition will run.

Properties

Property NameDescription
Fail Behavior

How this Condition will affect its Parent (Task, Operation etc..). It will either Disable or Hide the Parent.

Disable will not allow you to interact with the Parent but the User will still be able to see it. Hide will hide the Parent from the User.

NegatedDetermines if the meaning of the Condition should be reversed, so if it returns FALSE it will be treated as TRUE.
ValueThe name of the value to check. The value to check for must evaluate to either TRUE, YES or 1 for the Condition to pass.
TitleChanges the Title (not the name) of the task.

Example

When this task is added the properties are static by default. See How To: Change A Static Property To A Dynamic Property to enable rules to be built on these properties.

Property NameExample RuleExample ResultMeaning
Fail BehaviorDisableDisableThe Parent will be Disabled if the Conditions are not met.
NegatedFALSEFALSEFALSE will keep meaning of the Condition. This means that the meaning of the Condition will not be reversed. TRUE would reverse the meaning.
ValueTRUETRUETRUE will allow the Parent (Task, Operation or Transition) to pass.