Actions99
- InterACT Actions
- Notification Actions
- Organization Actions
- Task Actions
- Policy Actions
- Repository Actions
- Setting Actions
- Triage Rule Actions
- User Actions
- Acquisition Actions
- API Token Actions
- Asset Actions
- Auto Asset Tag Actions
- Baseline Actions
- Case Actions
- Evidence Actions
Overview
This node enables managing cases within the Binalyze AIR platform, specifically allowing you to remove a task assignment from a case. Removing a task assignment is useful when a task previously assigned to a user or team is no longer relevant or needs to be reassigned. For example, if a forensic investigation task was mistakenly assigned or completed by another team member, this operation can cleanly remove that assignment from the case.
Typical scenarios include:
- Updating case workflows by removing obsolete or incorrect task assignments.
- Managing workload distribution by clearing assignments before reassigning tasks.
- Automating case management processes where task assignments need dynamic updates.
Properties
| Name | Meaning |
|---|---|
| Case ID | The unique identifier of the case from which the task assignment will be removed. |
| Task Assignment ID | The unique identifier of the specific task assignment to remove from the case. |
Output
The node outputs JSON data representing the result of the removal operation. This typically includes confirmation of the task assignment removal and may contain metadata about the updated case state. The exact structure depends on the API response but generally confirms success or failure of the removal action.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Binalyze AIR API via an API key credential configured in n8n.
- The node depends on the Binalyze AIR service being accessible and the provided credentials having sufficient permissions to modify cases and task assignments.
Troubleshooting
Common Issues:
- Invalid or missing Case ID or Task Assignment ID parameters will cause the operation to fail.
- Insufficient permissions for the API key may result in authorization errors.
- Network connectivity issues with the Binalyze AIR API endpoint can cause timeouts or failures.
Error Messages:
"Unknown resource": Indicates the resource parameter is incorrect; ensure "cases" is selected.- API errors related to invalid IDs usually indicate the specified case or task assignment does not exist or is inaccessible.
- Authentication errors suggest problems with the API key credential setup.
Resolutions:
- Double-check the Case ID and Task Assignment ID values for correctness.
- Verify API key permissions and validity.
- Ensure network access to the Binalyze AIR API endpoint.
Links and References
- Binalyze AIR Official Documentation
- Binalyze AIR API Reference (for details on case and task assignment endpoints)