Podcast
Questions and Answers
What do you need to configure to pass data from a robotic task back to the process model?
What do you need to configure to pass data from a robotic task back to the process model?
- A process variable that is parameterized.
- Execute Robotic Task > Output > ExecutionId
- Execute Robotic Task > Output > Variables (correct)
- A Script Task to map Task Variables to Process Variables
When do you use a for loop?
When do you use a for loop?
- When you know the number of items to loop through at the beginning of the process (correct)
- When you want to loop through a series of items and continually check a condition before ending
- If you do not know the number of items to loop through at the beginning of the process
- When you want to poll for results from an asynchronous service
When do you use a while loop?
When do you use a while loop?
- If you want to dynamically create a list of items to loop through
- If you want to loop through a series of actions a fixed number of times
- If you need to loop through a series of items and stop when one or more conditions is met (correct)
- If you have two lists and want to merge them into one list
What kind of loop can you use to perform an action(s) a fixed number of times?
What kind of loop can you use to perform an action(s) a fixed number of times?
Which of the following release strategies is best suited to validate complex data migration?
Which of the following release strategies is best suited to validate complex data migration?
What is the most important question to answer when planning a loop design?
What is the most important question to answer when planning a loop design?
Acme Auto has a business process for handling its automotive parts inventory. The business process consists of three tasks repeated for each part needed to repair a vehicle. They want to automate this process using Appian.
The first two tasks are completed in a third-party system with only one credential. The third task is completed in a different third-party system.
What is the best loop design?
Acme Auto has a business process for handling its automotive parts inventory. The business process consists of three tasks repeated for each part needed to repair a vehicle. They want to automate this process using Appian.
The first two tasks are completed in a third-party system with only one credential. The third task is completed in a different third-party system.
What is the best loop design?
What is the limit for a loop action in a robotic task?
What is the limit for a loop action in a robotic task?
Part of a business process for Acme Auto is to navigate to a web page and retrieve information from a paging grid. The grid could be one page or multiple pages, depending on the day.
What loops should Acme Auto use?
Part of a business process for Acme Auto is to navigate to a web page and retrieve information from a paging grid. The grid could be one page or multiple pages, depending on the day.
What loops should Acme Auto use?
How do you repeat activities in a process model based on a condition?
How do you repeat activities in a process model based on a condition?
Flashcards
Robotic Task Data
Robotic Task Data
Data passed from a robotic task back to a process model.