Skip to main content
Solved

order of FME Workbenches in a sequential manner

  • November 23, 2021
  • 5 replies
  • 305 views

Forum|alt.badge.img

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

Best answer by thdrg

@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.

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2937 replies
  • November 23, 2021

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.


Forum|alt.badge.img
  • Author
  • 8 replies
  • November 23, 2021

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


thdrg
Contributor
Forum|alt.badge.img+11
  • Contributor
  • 23 replies
  • Best Answer
  • November 23, 2021

@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.

 


Forum|alt.badge.img
  • Author
  • 8 replies
  • November 24, 2021

Thanks for the well explained step -by-step solution @theodrogo​ ..Completely elated by your reply. 😊

 


thdrg
Contributor
Forum|alt.badge.img+11
  • Contributor
  • 23 replies
  • November 24, 2021

Thanks for the well explained step -by-step solution @theodrogo​ ..Completely elated by your reply. 😊

 

You welcome @viplove555​ !