Guided Setup and Playbook activities
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 05:22 PM
Hi,
When I export my application that has a guided setup(Adoption Services) and few playbooks to an update set, the activities configured in the guided setup and playbook are not getting exported. The process definition(sys_pd_process_definition) and lanes(sys_pd_lane) data is captured by the update set but only the activities(sys_pd_activity) are not getting captured in the update sets.
When the application is published to the Application Repository or Store, will the activities still not get published?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 07:32 PM
Hi @KrithikaV
why do you think records from table "sys_pd_activity" are not captured within your update set? Because you could not find any corresponding "sys_update_xml" records for them? If so, this is correct because these records represent data (they have no "sys_scope" column) and thus cannot be captured an in update set individually. Instead, these records should be contained within the payload of the related "sys_update_xml" record for the "sys_pd_process_definition" record. It's the same concept as for (Sub)Flows which are comprised of many dozens of different records from different tables, however you will find only one record in your update sets which contains all parts.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 07:22 AM
Hi @Maik Skoddow ,
I have worked very briefly with ServiceNow and so not very familiar with the update set concepts.
I see a lot of
Thanks,
Krithika