Chapter 10 knowledge check
- What is the best way to reuse an expression?
a. Sub-microflow
b. Attribute
c. Rule
d. Nanoflow
- What is an attribute called that contains a list of specific values?
a. String
b. Enumeration
c. Integer
d. Datetime
- Which error handling method will revert the changes you've made and allow you to create custom behavior once an error is encountered?
a. Rollback
b. Custom with Rollback
c. Customer without Rollback
d. Continue
- Which error handling method should be avoided unless absolutely necessary?
a. Rollback
b. Custom with Rollback
c. Customer without Rollback
d. Continue
- Which developer feature will allow you to pause a microflow?
a. Breakpoint
b. Stop point
c. Pause point
d. All of the above