SC_tasks created via workflow is assigned automatically set to state closed unsuccessful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2024 08:40 PM
Tasks created via workflow is assigned automatically to closed unsuccessful.
Can any one pls assist me here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2024 05:17 AM
I tried deactivating the custom BR's i find on this table but it seems not working the also.
Also i have around 20 if conditions in my WF is that fine?
I tried giving 2 if blocked and checked but then that was working. If i branch 20 if blocks then this is happening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2024 11:28 PM
Please check all BR's on sc_task (insert,update)
Also check flow from which sc_task is getting created, check if there is any logic thats setting state of sc_task to 'closed unsucessful'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2024 05:16 AM
hi rambo
YEs i after the approval is approved the task is created and assigning to closed unsuccessful state.
Also i have around 20 if conditions in my WF is that fine?
I tried giving 2 if blocked and checked but then that was working. If i branch 20 if blocks then this is happening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2024 05:12 AM
If its happening instantaneously its either a business rule or another workflow or flow designer.
The good news is if its a business rule it will be easy enough to search for.
Just query business rules where table = sc_task and script contains "Closed Unsuccessful" (or whatever the value is associated to that label)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2024 05:33 AM