I am trying to invoke a Cloudflare Workflow via RPC from a different Worker. this workflow is create
I am trying to invoke a Cloudflare Workflow via RPC from a different Worker. this workflow is created as intended, but I want the invoker to receive the id so as to do stuff with the workflow. these are my methods:
unfortunately, when I'm trying to get
would appreciate any help. prefer using the JavaScript RPC as that would mean I don't have to implement any auth layer or try to figure out how to programmtically link the URL of my Workers
unfortunately, when I'm trying to get
.id, I get the following error message: Error: AssertionError: Could not retrieve instance metadata.would appreciate any help. prefer using the JavaScript RPC as that would mean I don't have to implement any auth layer or try to figure out how to programmtically link the URL of my Workers



