- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2023 12:19 AM - edited ‎10-26-2023 02:00 AM
I am using this article to create an HR Task Template for Checklist and creating an HR Service where the Fulfillment Type is Service Activity.
https://www.servicenow.com/community/hrsd-forum/checklist-for-hr-task/m-p/1286127#M1447
However, the task generated from it does not show the checklist.
By the way, this HR Task is generated through Flow Designer.
Can someone please help me with this?
Solved! Go to Solution.
- Labels:
-
Human Resources Service Delivery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2023 10:54 PM
@honamiUeo applyTemplate() function can be used in the flow script for applying the template https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0727178

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2023 02:30 AM
@honamiUeo Unfortunately, this function is only allowed in Global scope either you need to create your flow in Global Scope or create a Script include in Global scope put the logic in there and call that script include in your custom action in flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2023 05:51 PM
Thank you for the detailed information with pictures!
However, what I wanted to do was not realized.
Apparently, the template is not reflected in the tasks created in FlowDesigner.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2023 02:19 AM
@honamiUeo Do you have the HR Task type set to Checklist on HR task template and have you specified the checklist items which are going to be shown on the task?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2023 05:53 PM
Thank you for your response.
Yes, we are in the process of setting that up.
However, I have checked and it seems that the template is not reflected in the tasks created in FlowDesigner.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2023 10:53 PM
You need to use applyTemplate(); function in your flow script to apply a specific template on the created created via flow. For more information please refer to https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0727178.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2023 05:54 PM
From my research, it seems that tasks created in FlowDesigner do not reflect the HR template.
(Please let me know if there is a difference in perception)