OnComplete() Script in Robust Transformer

Juhi Batra1
Tera Contributor

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

1 ACCEPTED SOLUTION

Not applicable

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.

View solution in original post

2 REPLIES 2

Not applicable

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.

Arturo
Tera Contributor

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.