Jump to content

How to auto trigger iron python script using automation services


Hui Mien Lim

Recommended Posts

If you have an IronPython script that sets the document properties to date values and if you want to trigger this IronPython script on opening an analysis from Autoamtion Service, then you can do the following,

1). Create a Document Property and attach the IronPython script to execute on Document Property change. 2). In the "Open Analysis from Library" job , in configuration block set the document property created in the previous step to any value different than the current value saved in Step 1. For example:

documentProperty=Value1;3). This will now trigger the IronPython script to execute upon opening of the analysis using Automation

 

https://docs.tibco.com/pub/sfire-analyst/7.11.0/doc/html/en-US/TIB_sfire...

https://community.spotfire.com/wiki/create-configuration-block-tibco-spotfire

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...