Actions100
- Activity Logs Actions
- Articles Actions
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
Overview
This node operation, Get Procedure Tasks, retrieves a list of tasks associated with procedures. It is useful in scenarios where you need to fetch and process tasks related to specific procedures within a system, such as project management, workflow automation, or task tracking applications. For example, you might use this node to get all tasks for a particular procedure to display them in a dashboard or to trigger further automation based on task details.
Properties
Name | Meaning |
---|---|
Additional Query Parameters | Optional filters to refine the list of procedure tasks returned. Options include: |
- Procedure Id | Filter tasks by a specific procedure ID (number). |
- Name | Filter tasks by the name of the task (string). |
- Company Id | Filter tasks by the company ID (number). |
These parameters allow users to narrow down the results by specifying one or more criteria.
Output
The output of this node includes a JSON array of procedure tasks matching the query parameters. Each item in the array represents a single task with its associated properties as returned by the API. The exact structure depends on the external service's response but typically includes fields like task ID, name, status, procedure ID, and other relevant metadata.
There is no indication that this node outputs binary data.
Dependencies
- Requires an API key credential for authentication with the external service.
- The node uses a base URL configured in the credentials to make HTTP requests.
- Depends on the external API endpoint that provides procedure task data.
Troubleshooting
Common issues:
- Incorrect or missing API credentials will cause authentication failures.
- Providing invalid filter values (e.g., non-numeric procedure or company IDs) may result in errors or empty responses.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Authentication errors typically indicate invalid or missing API keys; verify credentials configuration.
- Validation errors may occur if query parameters are malformed; ensure correct data types.
- Timeout or connection errors suggest network issues; check internet access and API availability.
Links and References
- Refer to the external API documentation for detailed information about available query parameters and response structure.
- n8n documentation on creating and configuring API credentials.
- General REST API usage guidelines for troubleshooting HTTP request issues.