18 Jun 2024
11:32 PM
- last edited on
19 Jun 2024
09:28 AM
by
MaciejNeumann
22 Aug 2024 07:54 AM
Hello Jhon,
You can achieve that using {{result(<taskname>)}}.
In the case that you want to use the returned information inside a JavaScript task, you need something like:
var ex = await execution(execution_id)
var myResult = await ex.result('time_validation');
You can check the official documentation link for Javascript
Hope you a good monitoring!