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?
When do you use a for loop?
When do you use a for loop?
When do you use a while loop?
When do you use a while loop?
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
What is the limit for a loop action in a robotic task?
What is the limit for a loop action in a robotic task?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers