AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation retrieves the currently running processes related to a specific Asset. It is useful in scenarios where you need to monitor or audit active workflows, tasks, or operations associated with an asset in your system. For example, if you manage digital assets and want to track which processes are actively manipulating or using a particular asset, this operation provides that insight.

Properties

Name Meaning
X USER ID The user identifier required for authentication or context of the request.
Additional Query Parameters Optional parameters to refine the query results:
- Condition: Filter condition string.
- Skip: Number of records to skip (pagination).
- Limit: Maximum number of records to return.
- Order By: Field(s) to order the results by.

Output

The output will be a JSON array containing details about the running processes related to the specified asset. Each item in the array represents a process with its associated metadata such as process ID, status, start time, and other relevant information depending on the API response schema.

If the node supports binary data output, it would typically represent attachments or logs related to these processes, but based on the provided code and properties, the output is primarily JSON structured data.

Dependencies

  • Requires an API key credential for authentication.
  • Needs the base URL of the AvantGuard ConnectSecure API configured in the node credentials.
  • Depends on the external AvantGuard ConnectSecure service to fetch asset process data.

Troubleshooting

  • Missing or invalid X USER ID: The node requires a valid user ID header; ensure this is provided and correct.
  • API connection errors: Verify that the API base URL and credentials are correctly set up.
  • Empty or unexpected results: Check the additional query parameters for correctness, especially the condition and pagination fields.
  • Rate limiting or permission issues: Ensure the API key has sufficient permissions to access asset process information.

Links and References

Discussion