Summary
In this chapter, we learned about creating reusable workflows and using them in another workflow. We also learned about creating conditional flows based on the output set by the previous step, and adding conditions to execute or skip some activities. Most real-life automation scenarios include conditions and looping through multiple data sets. SAP Intelligent RPA provides activities to support these scenarios. It is also important to look at a business's process steps and define workflows that can be reused to increase development productivity.
We created workflows that cover the conditions discussed in the business process and are ready to proceed with the next step, which is to build a project to generate code. We will learn about generating code in the upcoming chapters.
In the next chapter, we will learn about creating custom dialogs.