Job Helmut Cloud Execute Stream Action
The Job Helmut Cloud Execute Stream Action node lets you execute a helmut.cloud stream created within High5. It requires several parameters for proper execution:
Organization Name: The name of your organization
High5 Space Name: The name of the High5 space
Stream ID: The identifier of the desired stream
Target User Email: The email address of the helmut.cloud agent (user) who should execute the stream
Authorization Token: The Personal Access Token (PAT) from helmut.cloud. Refer to the helmut.cloud documentation for instructions on obtaining this token
helmut.cloud URL: The URL of the dedicated helmut.cloud region (e.g., eu-central-1, us-east-1)

The node returns the payload of the job using the {stream.last_result} or {node.result.?} wildcard, which contains the execution, status and log ID.
{
"high5ExecutionId":"67f6741f0ba5d5b7d3abc74c",
"statusId":"67c6731f0ca5h3b7d3abc752",
"logId":"67a6731f1ca5d5b7s3abc74f"
}
The node also returns helpful information if the execution failed:
Given space not found
Organization not found
Failed to validate 'path' parameter 'streamId' - Invalid Mongo ID
Requested target [email protected] is not a member of the organization
Your authentication token is invalid
The personal access token used for authentication has expired
Last updated