Feature(s) impacted
Approval Workflow for Smart Actions
Observed behavior
I can set the smart action permissions in order to have a role that MUST require approval:
but when the user triggers the smart action, it actually get immediately executed with no approval workflow.
Expected behavior
The Smart Action was supposed to trigger the approval workflow, as stated in this doc: Manage roles and permission levels - User Guide
Am I doing something wrong? Any help would be greatly appreciated.
Failure Logs
None
The action just gets executed as no approval workflow was set up
Context
- Project name: Sailsquare
- Team name: Operations
- Environment name: STG-DATAMIX
- Other info (from
.forestadmin-schema.json
file:
"meta": {
"liana": "forest-express-sequelize",
"liana_version": "9.2.6",
"stack": {
"database_type": "postgres",
"engine": "nodejs",
"engine_version": "16.20.2",
"orm_version": "6.28.0"
}
}