Commit f8f510e
committed
Ensure valid actor ID in actorExists method
Updated the actorExists method to validate that the actor ID is not blank and adheres to ObjectId format. This prevents invalid or malformed IDs from causing issues during runtime.1 parent f8f3649 commit f8f510e
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- application-engine/src/main/java/com/netgrif/application/engine/workflow/service
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
868 | | - | |
| 868 | + | |
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
| |||
0 commit comments