Policy Violation Library
Method / Usage |
Method / Usage |
Expected Args |
public Object delete(WorkflowContext wfc) |
Deletes the current approval object associated with this workflow. |
none |
public Object ignore(WorkflowContext wfc) |
Ends the workflow associated with the current approval object without performing any actions. |
none |
public Object mitigateViolation(WorkflowContext wfc) |
Mitigates by temporarily allowing a policy violation. |
|
public Object getRemediatables(WorkflowContext wfc) |
|
none |
public Object getRemediatables(WorkflowContext wfc) |
|
Use if remediator argument is not specified and actor is. Use remediator in new method calls. |