Actions252
- Api Keys Actions
- Attachments Actions
- Blocklists Actions
- Calendar Channel Event Associations Actions
- Find Many Calendar Channel Event Associations
- Create One Calendar Channel Event Association
- Create Many Calendar Channel Event Associations
- Find One Calendar Channel Event Association
- Delete One Calendar Channel Event Association
- Update One Calendar Channel Event Association
- Find Calendar Channel Event Association Duplicates
- Companies Actions
- Calendar Channels Actions
- Calendar Event Participants Actions
- Calendar Events Actions
- Connected Accounts Actions
- Favorite Folders Actions
- Favorites Actions
- Message Channel Message Associations Actions
- Find Many Message Channel Message Associations
- Create One Message Channel Message Association
- Create Many Message Channel Message Associations
- Find One Message Channel Message Association
- Delete One Message Channel Message Association
- Update One Message Channel Message Association
- Find Message Channel Message Association Duplicates
- Message Channels Actions
- Message Folders Actions
- View Fields Actions
- Message Participants Actions
- Messages Actions
- Message Threads Actions
- Notes Actions
- Note Targets Actions
- Opportunities Actions
- People Actions
- Tasks Actions
- Task Targets Actions
- Timeline Activities Actions
- View Filter Groups Actions
- View Filters Actions
- View Groups Actions
- Views Actions
- View Sorts Actions
- Webhooks Actions
- Workflow Automated Triggers Actions
- Workflow Runs Actions
- Workflows Actions
- Workflow Versions Actions
- Workspace Members Actions
Overview
The "Find Workflow Duplicates" operation under the "Workflows" resource is designed to identify duplicate workflows based on specified criteria. This node is useful in scenarios where you want to ensure workflow uniqueness, avoid redundancy, or clean up multiple versions of similar workflows within an automation environment.
For example, if you manage a large number of workflows and want to find duplicates that share the same name and status, this operation can help by returning those duplicates for review or further processing.
Properties
| Name | Meaning |
|---|---|
| Depth | Determines how much related information is included in the response: - 0: Only the primary workflow data.- 1: Primary workflow plus directly related objects.- 2: Primary workflow, related objects, and their related objects. |
| Data | JSON array specifying criteria to find duplicates. Each object can include properties like "name" (workflow name) and "statuses" (array of statuses such as "DRAFT"). This defines which workflows to consider when searching for duplicates. |
| Ids | JSON array of workflow IDs to limit the search scope. If provided, only workflows with these IDs are checked for duplicates. |
Output
The node outputs JSON data representing the found duplicate workflows according to the input criteria. The structure includes the workflows' details and, depending on the Depth property, may include nested related objects up to two levels deep.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential to authenticate requests against the external service providing workflow data.
- The node uses a base URL configured via credentials to connect to the relevant API endpoint.
- No additional external dependencies are indicated.
Troubleshooting
- Invalid JSON in Data or Ids: Since
DataandIdsexpect JSON input, malformed JSON will cause errors. Ensure valid JSON syntax is used. - Empty Results: If no duplicates are found, verify that the criteria in
DataandIdscorrectly match existing workflows. - Authentication Errors: Ensure the API key credential is correctly set up and has sufficient permissions to access workflow data.
- Depth Misconfiguration: Setting
Depthtoo high might return large payloads; adjust according to needs to optimize performance.
Links and References
- No direct links available from the source code.
- For more information on workflow management and deduplication strategies, consult your automation platform's official documentation.