Workflows Created by Me Operations

On the Created by Me tab of the My Workflows page you can view all the workflows that the current user initiated.

Tip:  The following permissions (see Security Roles and Claims) are required to use this feature:

Workflows > Instances > Read > Mine
Or:
Workflows > Instances > Read

To view details of a workflowClosed A workflow is a series of steps necessary to complete a process. In the context of Keyfactor Command, it refers to the workflow builder, which allows you automate event-driven tasks when a certificate is requested or revoked. instance:

  1. In the Management Portal, browse to Workflow > My Workflows.
  2. On the Created by Me tab of the My Workflows page, double-click or click View from either the top or right click menu.
  3. On the Workflow Signal Review page, review the information in the instance. Information on the review page includes:

    Name Description
    Id

    A GUID indicating the Keyfactor Command reference ID for the instance.

    Title

    A description for the action taking place in the step. For example:

    "KEYEXAMPLE\jsmith is enrolling for a certificate with CN=appsrvr12.keyexample.com."

    Or:

    "KEYEXAMPLE\mjones is revoking certificate with CN=appsrvr14.keyexample.com."
    Status

    The current status message of the workflow instance.

     

    For example, for an enrollment that succeeded, the status message might be:

    Issued. The private key was successfully retained.

    For a workflow suspended and awaiting approval, the status message might be:

    Awaiting 2 more approval(s) from approval roles.

    For an enrollment that could not be submitted because a regular expression rule was not met, the status message might be something like:

    Pre-process failed: Invalid ST provided: Value must be one of California, Washington, Texas, New York, Illinois or Ohio.

    For an enrollment that failed due to rejection by the CA, the status message might be:

    The certificate request failed with the reason '[CA reason]'

    A workflow that failed at a PowerShell step might include the PowerShell error in the status message:

    Step 'Run PowerShell' failed: At line:5 char:19
         +    [datetime]$Date
         +                   ~
         Missing ')' in function parameter list.
         At line:7 char:1
         + )
         + ~
         Unexpected token ')' in expression or statement.
    Current Step

    The display name defined for the workflow instance step at which the instance has paused or stopped. For a successfully completed enrollment or revocation workflow, this will be either Keyfactor-Revoke or Keyfactor-Enroll. For a suspended workflow, this will be the custom step that is awaiting user input to continue the workflow. For a failed workflow, this will be the step at which the workflow failed.

    Figure 208: Workflow Instance Review

  4. The data included in this section will vary depending on the request type, the status of the request, and the configuration of the workflow.

    Figure 209: View Details for the Workflow Instance

  5. Click Close to close the viewer.