Summary
In this chapter, we learned about creating a custom page and adding UI controls to the page, to allow the user to enter the invoice information that is required by a business process. We also learned about capturing a custom page by clicking on the Capture button, so it is available to use in the workflow. We have also used the Wait Click activity for workflow execution to wait for an action from the user, such as the click of a button. Custom pages are very helpful when automating a business process where user interaction is required.
We will learn about generating the code for a workflow in the next chapter.