Skip to content

Commit 6909766

Browse files
authored
Enhance README with UI Action visibility guidelines
Added section on visibility restrictions for UI Action to ensure only authorized user groups can access the functionality.
1 parent 8749825 commit 6909766

File tree

1 file changed

+5
-0
lines changed
  • Client-Side Components/UI Actions/Cancel Flow Executions

1 file changed

+5
-0
lines changed

Client-Side Components/UI Actions/Cancel Flow Executions/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Add the given script to your UI Action:
3535
4. The same can be used in Business rules as well based on trigger conditions
3636

3737

38+
### Visibility for UI Action
39+
40+
In certain scenarios, it may be necessary to restrict the visibility of this operation to specific user groups. For example, only HR administrators or members of a designated group (e.g., "X Group") should have access to this functionality. These requirements can be addressed by configuring the **Condition** field in the UI Action. You can tailor the conditions to align with your specific use case, ensuring that only authorized users can execute this operation. One edge case about not having an active flow execution can also be handled in the condition which will restrict the visibility if no active flow execution is present.
41+
42+
3843
## Dependencies
3944

4045
- `sn_fd.FlowAPI`

0 commit comments

Comments
 (0)