28 Jun 2024 01:24 PM - edited 01 Aug 2024 12:22 PM
So what is the name in javascript when when you want to reference in the next task?
KR Henk
Solved! Go to Solution.
01 Aug 2024 12:00 PM
You will need to reference the task via the name/id.
The code to copy/paste:
var task_info = await fetch(`/platform/automation/v0.1/executions/${execution_id}/tasks/get_top10_error_logs`)
var error_logs_task = await task_info.json()