- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2020 12:29 PM
Hi,
When I create and close sc task after a minute. The catalog task status changes from "Complete" to "In-Complete". How do I debug why the state is getting "In-Complete" status at the end?
StateClosed IncompletewasClosed Complete
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020 10:55 AM
Hi
Here are some more details about what I replayed in my PDI:
I just put the Catalog Task in sequence with the timer like shown in the screenshot above.
I used the Script 1:1 like you submitted - which by the way works perfect 🙂 Well done!
If I execute the Workflow, it creates the Catalog Task, and will immediately proceed with the timer.
At this moment, the Catalog Task is in State "Open".
As soon as the Timer runs out, the Run Script will set exactly THAT Catalog Task to "Closed Complete" (see screenshot below):
The executed Workflow looks like shown below:
The Catalog Task Workflow Activity looks like shown below:
Remember to deselect the "Wait for completion" checkbox, to make the Workflow Activity transition to the Timer immeditately.
This, I guess, is your expected behavior, right?
What else did you configure as Business Rule?
If you have set up another customer Business Rule, just let me know about this, so that I can look, where this may affect each other.
Otherwise, let me know if that answers your question and mark my answer as correct and helpful.
BR
Dirk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020 10:07 AM
Yeah, that is just for testing purposes to see if any other script is causing problems. Do you have any other script on task closed-complete? If yes can you share that?
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020 10:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020 10:50 AM
I created a task in the workflow and closed that task thru background script and it worked as expected.
Looks like issue is when I'm trying to create and close in workflow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020 10:54 AM
Is this your PDI? If yes, can you create my user account with admin roles so that I can take a look?
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020 11:02 AM
It is my work instance. Thanks for your help. Let me try Dirk suggestion and I'll update you guys.