I have two FME programs:
1) Loads data in one spatial table
2) Loads data in another spatial table
I would like to :
- Keep these scripts independent, so script 1 can run on demand and to its thing, and
- Script 2) can call script 1), for extra processing.
My problem is, how do I invoke Script 1) from Script 2)?
They both do different data processing, but it will be great if one can call the other.
I am struglling with how to invoke Script 1, because there is no way "to trigger" its processing. I would like that, once Script 2 is done, it automatically triggers Script 1.
Is this possible to do? I have been trying to do this with WorkspaceRunner, but I don`t get it to "run"
Thanks again.
Richard.