#Robocorp Work Data Management break up a process into separate work items so that the overall process can be tracked at a granular level providing the capability to re-process failed work items or handle them manually.
This enables dynamic scaling of runtime environments for parallel execution to significantly improve throughput
In this comprehensive blog with working example, I’ve covered–
➟What is Work Items
➟Why Work Items & Benefit
➟Various Keywords required for Work Items management
➟Useful code snippet
➟Complete working example using Work Items concept
➟Lots more
Working example robot tracks the cryptocurrencies portfolio of the customer from an incoming excel file, the individual crypto coins is tracked for price movement is then handled individually in parallel in a cloud container.
The example robot demonstrates the concept of work items feature of Robocorp-
✍️Creating a multistep process
✍️Passing data between the process steps using work items
✍️Parallel execution of steps
✍️ Use of Custom Python Library (pycoingecko to get Crypto prices using Coin Gecko API & CoinMarketCap)
✍️Sending consolidated HTML email using python Jinja2 template engine
Blog Post -
https://lnkd.in/dvdZXp59Github Repo-
https://lnkd.in/dzuG3PWe