Skip to main content

Managing Tags

Tags use the key:value format and can be applied to most resources in Conductor:

  • Workflows
  • Tasks
  • User forms
  • Event Handlers
  • Schedules
  • Secrets
  • Webhooks
  • Prompts
  • Environment variables
  • Integrations
  • Applications
  • API/MCP Gateway

Tags can be used for organizing your resources, and for bulk-sharing resource access at a group or application level.

Assigning tags to resources

You can add or remove multiple tags to various resources.

To add or remove a tag:

  1. In the left navigation menu, go to one of the following locations based on the resource you want to tag:
    • Definitions > Workflow / Task / User Forms / Event Handler / Scheduler / Secrets / Webhook / AI Prompts / Environment Variables
    • Integrations
    • APIs > Services
    • Access Control > Applications
  2. Locate the specific resource.

    Adding a tag to an existing workflow

  3. In the Actions column, select the Tag icon.
    A pop-up window for Edit Tags appears.

    Editing a tag

  4. To create a tag, enter a tag in the key:value format and select Enter.
  5. To remove a tag, select x next to the tag.
  6. Once tagged, select Save.

Bulk-access to resources using tags

Tags simplify permission management for large teams or projects. After tagging individual resources, you can use the tags to bulk-share resource access at a group or application level.

Granting tag permissions

You can grant tag permissions to groups or to applications. When granting tag permissions, ensure that the target resources already have the specified tag.

info

This feature is only available to Admins.

To add permissions to a group:

  1. Go to Access Control > Groups from the left navigation menu on your Conductor cluster.
  2. Select the group name or the Edit icon located next to the group name.
  3. In the Permissions section, select + Add Permission.
  4. Toggle to the Tag tab and select the tag to provide access to.
  5. Toggle the access levels for your selected resource:
    • Read: Users will be able to view the resource.
    • Update: Users will be able to update the resource.
    • Execute: Users will be able to execute the resource.
    • Delete: Users will be able to delete the resource.
  6. Select Add permissions.

All users in the group now have access to all resources associated with the tag. You can select the drop-down icon to view all of the tagged resources.

Adding tags to a user group