I don't undertand the documentation. What is the "Check" control for? What would it return? Anyone have an example?
This control is used in the approval workflow. If the operation does not require approval, this control has no effect, otherwise:
if not set, and the user is a designated ActiveRoles Service Administrator, the operation will be executed without approval
if not set, and the user is not a designated ActiveRoles Service Administrator, the operation will fail with an error
if the control is set to "Check", the information about the approval will be returned, however, the operation will not be stored or executed
if the control is set to "Confirm", the information about the approval will be returned, and the operation will be stored for subsequent approval by designated approvers.