Skip to main content

Hi team,

 

As i am new to FME Desktop, I 've created 3 workbenches like Add, Update & delete processes. I need to run these workbenches in following order.

1.Add

2.Update

3.Delete

 

Kindly provide which transform can i use to fulfill the requirement without FME Server option.

It will be highly appreciate for your Solution.

 

Regards

VIPLAW

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 :

 

image" data-fileid="0694Q00000FmyksQAB 

You also need to setup the workspaceRunner parameters, so open those transformers, and specify which workspace (i.e. FMW) you need to run :

imagePS: 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​ !


Reply