Minor improvements
Pre-release
Pre-release
Fix issue where resume workflows would sometimes run workflows twice
Fix issue where chained workflows ( one workflow starting anther workflow ) would not get started in the right order when resumed after a restart.
Fix invoke code issue, where race condition could make invoke code fail, if trying to compile the same code twice.
Update invoke code to easily allow compiling for both python 3.7 and 3.11
What's Changed
- feat: add
killworkflow
command andnoweblogin
config by @Uniplore-X in #757 - Remove add and saving for workitem queues by @skadefro in #760
- First try adding variable mapping to invoke code by @skadefro in #763
- Let's try with more casting code by @skadefro in #764
- Fixcomplex objects for python when using mappings by @skadefro in #765
- Enforce single ui update at the time by @skadefro in #770
- wewefwefew by @skadefro in #771
- remove logging lock error by @skadefro in #772
- Input a workflow name when create and Fix 3 bugs about python activity by @Uniplore-X in #769
- Major feature: add dynamic script activities the forth way to extend the functionality of the robot by @Uniplore-X in #768
- Update to Python/Python.Included to 3.11.0 by @skadefro in #773
- Fix recorder and F10 single stepping by @skadefro in #774
- Add command timeout on all database activities by @skadefro in #775
- add Encoding to Archive activities by @skadefro in #777
- Fix
ScriptActivities
bug forpython 3.11
runtime by @Uniplore-X in #776 - fix: Converting PyList to JArray (or PyDict to JObject) will cause exception when existing bool type in python by @Uniplore-X in #778
- Fix running instances by @skadefro in #779
- minor updates by @skadefro in #780
New Contributors
- @Uniplore-X made their first contribution in #757
Full Changelog: 1.4.54...1.4.55.beta15