AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

Overview

This node allows you to delete a specific Procedure Task in the AvantGuard Hudu system by providing its unique ID. It is useful for automating the cleanup or management of procedure tasks within your workflows, such as removing obsolete or completed tasks from your Hudu environment.

Practical Example:
Suppose you have an automated process that marks certain procedure tasks as complete and then removes them from your system to keep your workspace organized. This node can be used at the end of such a workflow to delete those tasks automatically.

Properties

Name Type Meaning
Id Number The ID of the procedure task to delete. This is required.

Output

  • json: The output will typically contain the response from the Hudu API after attempting to delete the specified procedure task. This may include confirmation of deletion or details about any error encountered (such as "not found" if the ID does not exist).

Dependencies

  • External Service: Requires access to the AvantGuard Hudu API.
  • Credentials: You must configure the node with valid avantguardHuduApi credentials, including the base URL (baseUrl) for your Hudu instance.
  • n8n Configuration: Ensure the credentials are set up in n8n under the name avantguardHuduApi.

Troubleshooting

  • Common Issues:

    • Invalid or Missing ID: If the provided ID does not correspond to an existing procedure task, the API may return a "not found" error.
    • Authentication Errors: If the credentials are missing or incorrect, you may receive authentication or authorization errors.
    • Network/Connection Issues: If the base URL is incorrect or the Hudu service is unreachable, requests will fail.
  • Error Messages & Resolutions:

    • "Not Found": Ensure the ID is correct and the procedure task exists.
    • "Unauthorized" or "Forbidden": Check your API credentials and permissions.
    • "Connection Refused" or Timeout: Verify the base URL and network connectivity.

Links and References

Discussion