Summary
In this chapter, we reviewed the Vendor Invoice Posting
project and revisited the workflows that were created in the project. We also learned about invoking a workflow from another workflow and passing the context variable data to the invoked workflow. We prepared the environment required to run the project, to ensure that the required SDK libraries are included in the project, and created the SiteCredentials
environment variable. After adding the code to the Custom activity, the project was built to regenerate the scripts and correct any errors in building the project by looking at them in the Error List panel.
Once the development is complete and the project is built successfully, we must test the project before deploying it for the business users and allowing them to use the automation solution. We will learn about testing and debugging a project in Chapter 23, Debugging Projects. The project needs to be packaged and imported to Cloud Factory so the package can be deployed...