Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node interacts with the awork API to retrieve task statuses associated with a specific project. It is useful for project management workflows where understanding the current status of tasks within a project is necessary. For example, it can be used to monitor progress, generate reports, or trigger actions based on task status changes.
Use Case Examples
- Retrieve all task statuses for a given project to display in a dashboard.
- Filter task statuses by specific criteria to analyze project progress.
- Order task statuses by a field such as creation date to review recent updates.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project for which task statuses are to be retrieved. |
| Return All | Determines whether to return all task statuses or limit the number of results. |
| Filter By | Filter the task statuses by specific criteria using a query string. |
| Order By | Order the task statuses by a specific field and direction. |
| Request Options | Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
taskStatuses- Array of task status objects retrieved for the specified project.
Dependencies
- awork API
- an API key credential for authentication
Troubleshooting
- Ensure the Project ID is valid and exists in the awork system to avoid errors.
- If filtering or ordering criteria are incorrect, the API may return errors or empty results; verify the syntax according to awork API documentation.
- Network issues or incorrect proxy settings can cause request failures; check connectivity and proxy configuration.
- Timeouts may occur if the server is slow to respond; adjust the timeout setting as needed.
Links
- awork API Filtering Documentation - Details on how to filter results using query strings.
- awork API Ordering Documentation - Details on how to order results by specific fields and directions.