I think you are looking for the WorkspaceRunner. Using this you can use a parent workspace to run the child workspaces you created in de the order you need.
I think you are looking for the WorkspaceRunner. Using this you can use a parent workspace to run the child workspaces you created in de the order you need.
Hi Neilsgerrits,
Thanks for the swift responses, I've checked with "Worksapce runner" but aint able to get the proper output from it . Is there any sample "workspacerunner" is available in the forum??
Regards
VIPLAW
@viplove555 you should create what we call a "master workspace". So here are the steps :
- Open a new FME Workbench
- Add a creator (to trigger) your process
- Connect 3 workspaceRunner back to back
Here is an overview of what you should obtain :
You also need to setup the workspaceRunner parameters, so open those transformers, and specify which workspace (i.e. FMW) you need to run :
PS: you need to enter the path of your workspace where the box is red. Also, you might have to specify some parameters (publish parameters) if your workspace requires them.
Then run your workspace and you should be OK.
Thanks for the well explained step -by-step solution @theodrogo ..Completely elated by your reply. 😊
Thanks for the well explained step -by-step solution @theodrogo ..Completely elated by your reply. 😊
You welcome @viplove555 !