
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 11:32 PM
Hello,
- Build a scoped application.
- The application will be used for submitting and tracking application details.
- Configure a workflow for applications as follows:
- Request approval from the line manager.
- After that, generate two tasks – one to the HR team (to update the staff roster) and another to the service desk team (to setup delegates for the user if required).
- The closure of the tasks should reflect in the status of the parent record.
- Close the parent ticket after both tasks are complete.
Can any one please suggest the way to proceed.
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
Workflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 10:43 AM
Hello Prudhvi,
Create Task workflow activity is only available when the workflow runs on a table that extends Task.
Thanks,
Pradeep Sharma

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 08:53 AM
Hello pyerribo,
This requirement can be achieved by creating a workflow on your custom table. You can use different workflow activity to finish the above task. Please refer below link to get familiar with workflow concepts.
https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/administer/workflow/concept/c_WorkflowOverview.html
Thanks,
Pradeep Sharma

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 10:13 AM
Hi Pradeep,
Thanks for your inputs.
I have tried to create workflow on custom table in my scoped application but in workflow I am not able to see the "Create task" functionality to add into the workflow.
How can I get task created when an request submitted on my custom table...?
Thanks
Prudhvi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 10:43 AM
Hello Prudhvi,
Create Task workflow activity is only available when the workflow runs on a table that extends Task.
Thanks,
Pradeep Sharma

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 11:45 AM
Thanks Pradeep,
It resolved my requirement.
Thanks a lot for your time... 🙂
Thanks
Prudhvi