Chapter 8 knowledge check
- What do you call the green dot at the beginning of a microflow?
a. Enter event
b. Start event
c. Beginning event
d. Opening event
- What are the three types of events available in a microflow?
a. Enter, end, pause
b. Beginning, middle, end
c. Start, stop, error
d. Open, close, error
- True or False: Objects can be retrieved in a microflow either individually or as a list of multiple objects?
a. True
b. False
- Which object activity would you use to delete an object from the database?
a. Delete object
b. Remove object
c. Erase object
d. Commit object
- Which microflow activity would you use to change the flow based on an expression or other calculated logic?
a. Inheritance split
b. Decision
c. Flow changer
d. Expression split
- To return a message to the user for an attribute that fails validation, which microflow element is best suited?