action-center
latest
false
- Release notes Cloud Action Center
- Getting started
- Activities
- 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
- 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
- Get App Tasks
- Add Task Comment
- Update Task Labels
- Create App Task
- Wait For App Task And Resume
- Configure task timer
- Actions
- Processes
- Notifications
- Audit
January 2022
Action Center
Last updated Oct 25, 2024
January 2022
18 January 2022
Form actions with dropdown fields that hold many values loaded slowly or displayed the form fields incorrectly. We made some performance improvements to prevent the slow rendering. In addition, to boost the form performance, make sure to:
- use dynamic dropdowns by appending the
dropdown
suffix while defining the dropdown variable, - use the
List<T>
type for the dropdown variable, instead of theDictionary<T, T>
type.