Actions
Update Control
Updates an existing control with new values. User must have the scope.
To learn more, visit the Hyperproof documentation.
Basic Parameters
Parameter | Description |
---|---|
Cancellations | Json object of an array of cancellations.Example:[{ "historyId": <historyId> "note": <note>}...] For further explanation on how to use this parameter refer to Hyperproof’s documentation. |
Control ID | The unique identifier of the control to update. Can be obtained by using the List Controls action. |
Control Identifier | The identifier of the control. |
Description | The description of the control. |
Name | The name of the control. |
Advanced Parameters
Parameter | Description |
---|---|
Automation | The automation status of the control. |
Clear Domain | Whether to clear the domain or not. |
Compute Testing Status | Whether to compute the testing status. |
Custom Fields | A json object that includes the custom fields. For more information about how to construct this json please visit Hyperproof’s documentation. |
Domain ID | The unique identifier of the domain. |
Domain Name | The domain name of the control. |
External Object IDs | A list of external object IDs for the control. |
Fresh As Of Date | The fresh as of date of the control. |
Fresh As Of Note | The fresh as of note of the control. |
Fresh For Duration | The fresh for duration of the control. |
Freshness Policy | The freshness policy of the control. |
Health | Describes the health of the control. |
Implementation | The implementation status of the control. |
Notes | Notes for the control. |
Override Health | Whether to override the health of the control. |
Override Health On | Override health on of the control. |
Override Health Reason | The reason behind overriding the health of the control. |
Owner | The unique identifier of the user who owns the control. |
Reset Freshness Note | The reset freshness note. |
Scope ID | The identifier of the scope. |
Status | The status of the control. |
Testing Deficiency | A list of the testing deficiencies of the control. |
Testing Status | The testing status of the control. |
Example Output
Workflow Library Example
Update Control with Hyperproof and Send Results Via Email
Preview this Workflow on desktop