- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2017 05:06 AM
Is there a way to close a Task and end a workflow, and also close the Request Item? We have a Service Request for mobile email access. The workflow starts off with a Catalog Task. The Task is there in case the user has a question about our mobile email policy. If the user has no question, the Task is skipped and moves on to the next stage which is manager approval.
If the user does have a question, the Task goes to the Security Director to give the user an explanation of the policy. If the user still wants to continue, the Director simply closes the Task and the workflow moves on. If the user does not wish to continue, we want the Director to be able to close the Task so it ends the workflow and closes the Request Item.
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2017 06:56 AM
Right click on Catalog task activity then you will able to see Add condition
Here are the conditions that I'm using
where value 3 is the closed complete state value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2017 05:12 AM
Hello michaelmonocchi,
There are multiple ways to do this.
You can add activity in your workflow in order to achieve the same based on combination of script and conditions in workflow OR
From script on the form, you can set status of your task to closed and in the workflow you can put similar condition "when status is closed" add connection to end of workflow.
Regards,
Vaibhav

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2017 07:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2017 04:57 AM
Thanks. Would this require any scripting in the Catalog Task? Also, how would I configure the Conditions of Complete and Other (Cancelled)? I tried doing something like this and it did not work so I know I was missing something.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2017 06:56 AM