The number of seconds the execution should be suspended for.
Examples
# Poll API until job status is completemain:params:[jobId]steps:-getJob:# get job statuscall:http.getargs:url:${"https://example.com/jobs/" + jobId}auth:type:OAuth2result:jobStatus-checkIfDone:# check job statusswitch:-condition:${jobStatus.complete}return:jobStatus# stop polling-wait:call:sys.sleepargs:seconds:60# wait 60 secondsnext:getJob
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-30 UTC."],[],[]]