- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 07:21 AM
Hi everyone,
In my lifecycle event there is a flow in a Activity set creating some tasks, but any task created via flow is not displayed in Playbook in the HR Agent Workspace, only the simple tasks via activity set.
Does anybody know how can I display those tasks in the Playbook?
Solved! Go to Solution.
- Labels:
-
Human Resources Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 08:18 AM
Hi @thiagofemeira ,
This is an expected behavior that excludes certain activity types to show up on playbook; in this case it's flow, content, activity_container
OOB (out-of-box) property sn_hr_ws.exclude_activity_types or sn_hr_le.exclude_activity_types restricts its visibility due to compatibility issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 01:00 PM
Agreed it very disappointing. Here's another one:
- The icon on Playbook Cards do not respect the Icon field on the corresponding Playbook Card Config. It's always the pencil!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 09:50 AM
Thought you might like to know that we found how the "activities/tasks" maps to the playbook card states. It may solved your "If you use PDF document template in your LCE, the child tasks also breakes in the playbook." comment. We are also using PDF document templates and this helped us.
Depending on which HR Agent workspace you're using (UIB or Legacy) there is a System Property with a value in JSON format that defines the mapping.
For the legacy workspace (Application: Human Resources: Workspace)
- `sn_hr_ws.playbook_state_mapping`
For the New HR Agent Workspace (Application: Agent Workspace for HR Case Management)
- `sn_hr_le.playbook_state_mapping`
In regards to your "Tasks generated via flow are not displayed in the playbook." comment, they should appear if they parent is set to either the Lifecycle case itself or a child task of the Lifecycle Case.
Hope that helps you out some!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 01:55 AM
Is there any workaround to show the tasks that were created by the flow in the Playbook?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 07:44 PM
Map the Stage to your activity set, the task will be shown in the playbook as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2025 05:06 AM
The HR task has a field called "Stage" which can be populated directly from your flow by setting its value to the Activity set associated with the flow activity. This should ensure that the generated task is displayed in the Playbook, just like other tasks created via activity.