Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Show Page Sections

download

Working with Workflow Instances

Workflow Instances are the actual execution of workflow definitions. A single workflow definition can have multiple workflow instances in progress at any given time. You can view and terminate any active workflow instances.

Behavior upon workflow execution

  • A workflow with an object creates a new instance for each new record, while a workflow without an object creates a new instance regardless.
  • For a standalone workflow, the application checks if a workflow instance already exists for a specific record and whether it is suspended. If an instance is found, the workflow resumes instead of creating a new one.
  • For a staged workflow, the application always creates a new instance, as staged workflows do not have existing instances.

Business Rule Validation Support

Business Rule Validation refers to the process of checking whether a record being created or updated complies with predefined business logic configured in applications like CLM or CPQ. These business rules ensure that data meets specific conditions or constraints before it is saved. If the validation fails, the operation is marked as faulted, and the system logs the outcome for auditing.
Note: Validations are currently limited to the Agreement and Attribute objects.
  • The system performs business-level validations during Create and Update operations.
  • If the Product API returns an unauthorized (401) or forbidden (403) response, the system automatically falls back to the legacy create or update flow, ensuring the process continues without interruption.

To manage workflow instances

  1. Log in to the Conga Advantage Platform as an admin user.
  2. Click the App Launcher () icon from the top-left corner > Admin Console > Workflow. The Workflows listing page appears.
  3. Enter the name of the workflow definition you want to search for to see its instances.
  4. Click the More () icon at the beginning of the workflow record, and then click View Instances. The Instances pane shows a list of active workflow instances.


    • To open the associated workflow definition pane, click the Name link. Click the Info () icon in the top-right corner to open the instance information popup. This popup displays general details, activity execution information (journal tab), the activity state, and variables details. Clicking an activity tile directly shows its activity state.
    • To cancel or delete an instance, click the More () icon at the beginning of the record and select either Cancel or Delete.
    • To download multiple instances, first select the records, then click the Download () icon, and select the format you want to download the records in.