Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node operation changes the status of a specified project in the awork system. It is useful for automating project management workflows where project statuses need to be updated programmatically, such as moving a project from 'In Progress' to 'Completed'. For example, it can be used in scenarios where project status updates are triggered by external events or other automated processes.
Use Case Examples
- Automatically update project status when a milestone is reached.
- Change project status based on task completion or external triggers.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project whose status is to be changed. |
| Project Status ID | The identifier of the new status to assign to the project. |
| Request Options | Additional options for the request such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
projectId- The ID of the project whose status was changed.projectStatusId- The new status ID assigned to the project.response- The full response from the awork API after changing the project status.
Dependencies
- Requires an API key credential for authenticating with the awork API.
Troubleshooting
- Ensure the Project ID and Project Status ID are valid and exist in the awork system to avoid errors.
- If SSL certificate validation fails and you trust the endpoint, enable 'Ignore SSL Issues' to bypass SSL errors.
- Check proxy settings if requests fail due to network restrictions.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.