<!-- Note -->
<!-- This is a template for submitting a new feature.
Use the bug fix template if you're submitting a bug fix pull request by adding `template=bug_fix.md` to your pull request URL. -->
# Description
<!-- Describe the new feature or modification to an existing feature clearly and consciously. -->
# Motivation
<!-- Explain the reason for adding or modifying this feature. -->
# Key changes
<!-- Provide a technically detailed description of the key changes made. -->
- Frontend
- Backend
# Test plan
## Suggestions
<!-- Provide any suggestions or recommendations for improvements in the testing plan. -->
## Underlying risk
<!-- Identify any potential risks or issues that may arise from the new feature or modification. -->
# Showcase
<!-- Including any screenshots of the new feature or modification. -->
Co-authored-by: sealday <sealday@gmail.com>
Co-authored-by: wjh <wwwjh0710@163.com>
Co-authored-by: 吕延祥 <2256334253@qq.com>
Reviewed-on: daoyoucloud/nocobase#317
* feat(plugin-workflow-form-trigger): add trigger button to all single record actionbar
* fix(plugin-workflow-form-trigger): fix button style and triggering
* fix(plugin-workflow): fix unused hook ref in workflow
* fix(plugin-workflow-form-trigger): fix button style
* refactor(plugin-workflow-action-trigger): change plugin name
* fix(plugin-workflow-action-trigger): fix unmigrated stuff
* fix(plugin-workflow-action-trigger): fix test case
* fix(plugin-workflow-action-trigger): fix test case
* fix(presets): fix package name
* fix(plugin-workflow-action-trigger): fix e2e test and migration
* fix(plugin-workflow-action-trigger): fix migration
* fix(plugin-workflow-action-trigger): fix migration
* fix(plugin-workflow-action-trigger): fix migration
* feat(plugin-workflow-action-trigger): add destroy to trigger
* fix(plugin-workflow-action-trigger): fix appends select
* fix(plugin-workflow-action-trigger): remove support for destroy action
* fix(plugin-workflow-action-trigger): fix collection check
* fix(plugin-workflow-action-trigger): fix test case
* fix(plugin-workflow-action-trigger): fix test case
* fix(plugin-workflow-action-trigger): fix test case
* test: add e2e
* fix: fieldNames change in sub-table should take effect in real time
* fix: fieldNames change in sub-table should take effect in real time
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>