Workflow Binding Duration

Setting a workflow binding’s Duration value will allow a different template to be applied based on the length of the time the requester submits.

 

For example, if a user requests a short amount of time for access then it could be approved by a small group of approvers, perhaps just their immediate manager or supervisor or maybe it is auto-approved.

However, if a user requests a longer amount of time, say several hours or even days, then it should go through a more stringent review and approval process that may include additional managerial approval.

 

Let’s now show you how to configure this workflow in PAM. Our scenario is simple, but should provide a base level so that you can customize it to your specific needs. We are going to apply a workflow binding to our IT member John.

When John needs to Connect to our production Unix server, he will need to first submit a request.

However, if John just needs to login really quickly to fix a production issue, we don’t want him to sit around and wait for many people to approve it as time can become critical.

So, if John requests access to the server for less than 10 minutes, the request will be auto-approved.

Conversely, if John requests access for 10 or more minutes, then it will go through our normal, multi-tiered approval process and he will need to wait until it completes.

Before you begin, ensure that two workflow templates are already created. For our scenario, one will be auto-approved and the other will require at least two approvals in order to complete.

  1. Login to PAM with a user who has Owner permissions to your record or is a System Administrator.
  2. Open the record where this workflow will be applied and select Manage > Workflows.
  3. If not already unique, click the Make Unique button. For this scenario, we will make the record unique, but please note this is not required. You may apply this workflow configuration to a parent object and have it inherit to the child object(s) as well.
  4. Click the Add button to create a new workflow binding on this record.
  5. Configure your workflow binding using the following as an example. This will be an example of applying the workflow template for an extended amount of requested time (10 or more minutes).
    1. Workflow Template: Select your multi-step approval template. In our scenario this will be our Production Server Approval template.

    2. Users: Apply the binding to a user(s) or group(s)

    3. IP Filter: Leave empty

    4. Actions: Enable at least one action. We will choose Connect Control for this example.

    5. Time Selectors: Enable at least one action. We will choose Work Hours because we are doing this during business hours.

    6. Duration: Enter a value of 10. Now when a user requests an extended period of time to this record (10 or more minutes), this binding and ultimately this template will be applied to their submitted request.

    7. Checkout: Choose a value as required.

    8. Weight: Choose a value as required.

      Workflow-Binding-Duration-Multi-Approval

  6. Click the Save button to complete your first binding.

  7. Now we are going to create another workflow binding that will be applied when a user requests access for a brief amount of time (less than 10 minutes).

  8. Click the Add button to create a new workflow binding on this record.

  9. Configure your workflow binding exactly as you did in the previous steps with the exception of Workflow Template and Duration.

    1. Workflow Template: Select your automatically approved template. In our scenario this will be our Auto Approved template.

    2. Duration: Leave this empty. While this configuration typically means any requested time will have this template applied, in this scenario when the workflow engine evaluates this binding against our first (because they are identical to the user and access), it actually applies this binding and its template for any requests less than 10 minutes.

      Workflow-Binding-Duration-Auto-Approved

  10. Click the Save button to complete your second binding.

Return back to the record’s Workflow Bindings page (Manage > Workflows) and you should now see two bindings displayed, only differences being in the Workflow Template and Duration as shown in the screenshot below.

 

Workflow-Binding-Duration-Saved

Now let’s test these bindings.

 

  1. Login to PAM with the user account that has these bindings applied and navigate to this record.
  2. Click on the Request Connect button to open the Request Access dialog.
    1. In the Requested Minutes field, enter a value of 5. Because this value is less than our Duration of 10, our first, Auto Approved template will be applied as shown in the Workflow Template field.

    2. In the Requested Minutes field, enter a value of 120. Because this value is greater than our Duration of 10, our second, Production Server Approval template will be applied as shown in the Workflow Template field.

       

      Workflow-Binding-Duration-Request-Access-Example

To summarize, think of Duration as setting that threshold between applying the two workflow templates.

When the Duration is empty, it means any requested time period from one to a million minutes, but when you create that second near-identical binding with a duration defined, then it sets that cutoff.

In our example, the first binding defines the threshold at 10 or more minutes and the second binding with an undefined (empty) duration covers the remaining possible times (less than 10).

 

If either of these requests are submitted, then the appropriate template would be applied and notification would be sent to the required Approvers.

Now that this concept is hopefully more clear, feel free to return to the bindings and modify them as needed to fulfill your business requirements.

< Back to Request and Approval Workflows