- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2022 10:16 PM
Is there any option to write onComplete() Transform Script in Robust Transform Map or any substitute for this.
Requirement is to schedule a job when Robust Transform is Completed.
Thanks
Solved! Go to Solution.
- Labels:
-
Service Graph
-
Service Graph Connector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2022 07:06 AM
Assuming you are inserting into the CMDB, depending on your use case there are 2 possibilities I can think of.
1) If you are running your RTE through a Scheduled Data Import (scheduled_import_set) there is an option to Execute post-import script. This will run after all transforms are completed.
2) On the CMDB Integration Studio Application Data Source table (cmdb_inst_application_feed), there is an Execute After Script. This will run after each IRE payload.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2022 07:06 AM
Assuming you are inserting into the CMDB, depending on your use case there are 2 possibilities I can think of.
1) If you are running your RTE through a Scheduled Data Import (scheduled_import_set) there is an option to Execute post-import script. This will run after all transforms are completed.
2) On the CMDB Integration Studio Application Data Source table (cmdb_inst_application_feed), there is an Execute After Script. This will run after each IRE payload.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2022 09:29 AM
There's no direct Oncomplete. I'd create a child transform so that it executes after the parent ends. Another possible option is to implement via workflow (Flow designer). After the transform map then you can create an action to run a script to do what you need.