includeRemoteAccess
A TaskElement represents an algorithm, which could have multiple implementations. Such implementations are part of the logic layer. In some cases, other layers need access to this TaskElement. In that case, the includeRemoteAccess option is required.
Default
When this option is not specified, TaskElements are only accessible in the logic layer.
Value
When the option is specified, the value needs to be empty.
Examples
An API call entering from the control layer, usually needs access to TaskElement(s).