Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions example_scripts/get_newest_file_from_partner_execution.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// Uses: executionSearchByPartner, listExecutionFiles, getExecutionFile
// Requires the async IIFE wrapper pattern.

; //without this semicolon, javascript will not be able to parse the parentheses below
//you will get: (intermediate value)(...) is not a function

(async () => {
// 1. Search for executions with the "EXAMPLETAG" data tag
const results = await executionSearchByPartner('YOUR-PARTNER-UUID', {
Expand Down