- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 06:28 AM
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 07:02 AM
Since your business rule exists in the Global scope and your choice field exists in the scoped application hence you are not able to access the choice in the business rule. I recommend creating the business rule in the scoped application and you will be able to access the cancelled choice.
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 09:14 AM
@Nataliia_Lova Are you calling a TaskStateUtil in your business rule? If yes then use global specifier prior to TaskStateUtil e.g. global.TaskStateUtil
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 08:38 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 09:14 AM
@Nataliia_Lova Are you calling a TaskStateUtil in your business rule? If yes then use global specifier prior to TaskStateUtil e.g. global.TaskStateUtil
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 09:25 AM
Yes. Should I create a new Name and so this should I create a new "closer_task" BR with this new Name?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 09:43 AM
new error appeared
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 09:56 AM
Hello @Nataliia_Lova ,
instead of instaceOf try using the sys_class_name if you are filtering or checking the task class.
Let me know if this works.