Skip to main content
Solved

how to use an output key in a workspace that is generated in the automation

  • July 23, 2021
  • 1 reply
  • 84 views

Hey all,

 

I'm playing around with fme server and the automations. I've got an interesting usecase. There is a SFTP that im wachting with fme server for creation events. I see as and output you get the filepath en filename. Now i want to grab that file within a workspace. I tried with the FTP caller. Is it possible to use the output keys to set up the URL in the ftp caller if so how so?

 

Cheers

Best answer by adriaan

Hey all,

 

Just found the answer by myself. You set up output keys to user parameters in the automation. That is if you define them in the workspace! So what did I do?

 

Created two user parameters called FTP_filepath and FTP_filename in the workspace userparameters 

if you the publish the workspace and place it in the automation after the trigger you can set up output

keys to these workspace defined parameters

outputkeystouserparametersThose you can use freely in the workspace itself! Nice!

ftpcaller 

Cheers

 

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.

1 reply

  • Author
  • 4 replies
  • Best Answer
  • July 23, 2021

Hey all,

 

Just found the answer by myself. You set up output keys to user parameters in the automation. That is if you define them in the workspace! So what did I do?

 

Created two user parameters called FTP_filepath and FTP_filename in the workspace userparameters 

if you the publish the workspace and place it in the automation after the trigger you can set up output

keys to these workspace defined parameters

outputkeystouserparametersThose you can use freely in the workspace itself! Nice!

ftpcaller 

Cheers