Configuration

Important! The configuration and setup of an external approval system can only be done by administrators as administrative rights are necessary.

Configuration is done in the ApprovalSystem section of the customer.config file (Automic\Release.Manager\WebUI\customer.config):

  • EnableApprovalWorkflows

    Set this parameter to true if you want to enable the external approval functionality.

    Default: false

  • Workflow.NewApprovalRequest

    The workflow is triggered for each user or group that must approve an approval request.

    Default: UC4.APPROVALS.REQUEST.NEW

  • Workflow.RejectedApprovalRequest

    If an approval request is rejected, the workflow is triggered.

    Default: UC4.APPROVALS.REQUEST.REJECTED

  • Workflow.ApprovedApprovalRequest

    If an approval request is approved, the workflow is triggered.

    Default: UC4.APPROVALS.REQUEST.APPROVED

  • Workflow.RevokedApprovalRequest

    The workflow is triggered if an approval request is revoked.

    Default: UC4.APPROVALS.REQUEST.REVOKED