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)

Some of this information can also be extracted directly from the example stream URL below: /high5/designer/#/org//spaces//events/h4/streams/

Job Helmut Cloud Execute Stream Action

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"
}

Last updated