Features
- Case task workflow trigger context: task_id is now injected into the TRIGGER context when running workflows from case tasks, allowing workflows to reference the specific task that triggered them. The case_id and task_id are conditionally injected based on whether the workflow schema expects them.
- Edit custom field dialog: Added the ability to edit existing custom fields in case management. Users can now modify field names, options (for SELECT/MULTI_SELECT types), and default values directly from the UI.
Bug Fixes
- Custom field schema persistence: Fixed a bug where editing SELECT or MULTI_SELECT custom fields would not persist the updated options. The field schema metadata is now correctly updated when modifying custom fields.