UiPath Community Edition Userです。
スローアクティビティをデザイナーパネルに貼り付けたら添付画像の表示が出ました。過去の経験からこの
VBの式を入力
という文字列が表示されるのはパッケージが古いことが原因と分かっています。
どのパッケージを更新すれば良いでしょうか?
HI @gorby
This is a default activity so if you want to use old throw activity you need to change the target framework from windows to legacy
Checkout the screenshot for converting windows to legacy
Throw ii windows compatability
Throw in Windows Legacy compatability
Note: For safety purpose before changing data in project json get a backup of the project
Regards
Sudharsan
Hi As you alarmed, I could not open xaml file after I change framework from “Window” to “Legacy” in JSON file.
How can I use throw activity in my Legacy environment?
Regards,
gorby
Use like this @gorby
new BusinessRuleException(“Your exception”)
You can specify whatever exception based your flow after new
New Yourexxceptiontype(“Exception message”)
Regards
Sudharsan