Home Search

DriveWorks Pro 21
Setting: Release To Autopilot

Send Feedback

Setting: Release to Autopilot

The Setting: Release to Autopilot Condition will inspect the setting Release Specifications to Autopilot found in General Settings.

The result returned will be:

  • True - when the setting is checked.
  • False - when the setting is unchecked.

An example of this in use can be seen in the Default Specification Flow. It is available as a Condition on the Transition Release (ReleaseAutopilot) for both the Pending and Specify States.

Properties

Property NameDescription
Fail BehaviorHow this condition will affect its parent.
NegatedDetermines if the meaning of the Condition should be reversed, so if it returns FALSE it will be treated as TRUE.
SettingValueTRUE to check if the setting is enabled. FALSE to check if it is not enabled.

This defaults to TRUE when the Task is added.

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 Task will be Disabled if the Conditions are not met (This is for Transitions not Macros)
Fail BehaviorHideHideThe Task will be Hidden if the Conditions are not met (This is for Transitions not Macros)
NegatedTRUETRUEThis means the meaning of the Condition will not be reversed.
NegatedFALSEFALSEThis means the meaning of the Condition will be reversed.
Setting ValueTRUETRUEThis will check that the Task has been Enabled.
Setting ValueFALSEFALSEThis will check that the Task has not been Enabled.