ExamGecko
Question list
Search
Search

Question 43 - 4A0-AI1 discussion

Report
Export

Which of the following commands allows the action associated with a task to be run multiple times over a list of items?

A.
with-items
Answers
A.
with-items
B.
concurrency
Answers
B.
concurrency
C.
retry
Answers
C.
retry
D.
count
Answers
D.
count
Suggested answer: A

Explanation:

According to the Mistral Workflow Language (v2) documentation1, which is one of the technologies that can be used in a NSP workflow2, with-items is a task property that allows the action associated with a task to be run multiple times over a list of items1. The syntax for using with-items is:

task_name:

action:<action_name>

input:

<input_name>:<%item()%>

with-items:itemin<list>

You need to replace <action_name>, <input_name>, and <list> with your desired values. You can also use other properties such as concurrency, retry, or count to control how many iterations are executed in parallel, how many times an iteration is retried if it fails, or how many times an iteration is executed respectively1.

asked 23/09/2024
Sankalp Wadiwa
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first