Action Center
2023.10
false
- 2023.10.0
- Designing long-running workflows
- Start Job And Get Reference
- Wait for Job and Resume
- Add Queue Item And Get Reference
- Wait For Queue Item And Resume
- Create Form Task
- Wait for Form Task and Resume
- Resume After Delay
- Assign Tasks
- Create External Task
- Wait For External Task and Resume
- Complete Task
- Forward Task
- Get Form Tasks
- Get Task Data
- Add Task Comment
- Update Task Labels
Action Center
Last updated Oct 23, 2023
2023.10.0
Release date: 23 October 2023
What's New
Advanced Forms
Enhanced JavaScript functionalities for customizing form tasks and expanded the possibilities for executing the code within form tasks. You can now enjoy faster and more diverse form tasks using Advanced Forms.
With these latest enhancements, you'll have even more tools to create forms:
- Improved rendering performance.
- Full usage of Edit Grid Templates - Now you can use the Templates for customizing an Edit Grid using JavaScript to enhance your forms.
- New Button type - The Button component has been revamped allowing it to function as an Event. You can now configure event-based actions for buttons, making your form actions more dynamic and interactive.
- Modern JavaScript support - Personalize your forms using ES6 syntax and features.
- Expanded form logic
capabilities - Use the
instance
andoptions
variables in the form logic of different form components to create more responsive forms.
Install the 1.4.8 version of the Persistence activity package to experience a new way of creating forms.
Make sure you check out the release notes for Persistence 1.4.8.
Bug fixes
Fixed the Form Designer's failure to update automatically when adding new grid columns only for Advanced Forms.