EDIT - Solved, see comment below regarding using the term “Bearer”.
Hi,
I am delving into the world of Flow Hosted. I am undertaking a Proof of Concept to discover the pros and cons.
Concept: I’ve bult a Flow app (note: Flow, not Flow Hosted) to drop a random file into an Azure BLOb storage. I then have a workbench to monitor the BLOb, and when a new file is detected I want to start my currently “paused” Flow Hosted Instance to fire-up and inspect the newly arrived data and report back to say it has found it!
It seems that my best approach is to use HTTPCaller in my workbench to use the PUT method and the details copied across from here: FME Flow Hosted API (I can launch the instance from the API page so I know it works using PUT/instances/{instance_id}/action/start) but I am struggling to get the HTTPCaller configured so that it will start the paused instance.
I need some help configuring this transformer please. This is how I have it set up, the Request URL features the api.fmecloud link, I have added the 4 digits for my instance but they are greyed-out in the screen shot.
I have grabbed the Hosted Token and added it to Headers. I understand I need to write “fmetoken 26….” as the value. Is that correct?
The Use Authentication is empty. Is this correct?
The Body section contains the _full_path attribute field from the incoming data in the workbench.
The Send Test Request is greyed-out though, and when I run the transformer nothing happens to the Hosted instance, but the log tells me it was a success...
What am I doing wrong?




