Replies: 2 comments 9 replies
-
I think your problem is specific to Synapse, so I'd summon @cdavernas and @JBBianchi here! From the spec pov, the workflow is correct and the runtime (Synapse) should be able to receive a CE to run accordingly. I don't know the details about Synapse implementation, so it would be better to wait for them to chime in. |
Beta Was this translation helpful? Give feedback.
-
Hello @Kounavi! Sorry for the delay! Could you please provide the logs of the 500? They might be on both the server and/or runner. Bug aside, you should only have to perform a POST request on whichever url on the server, with content type |
Beta Was this translation helpful? Give feedback.
-
Hello.
I have a workflow based mainly on the documentation's examples:
Here are the function files:
This looks like this when I run it:
My problem is that I cannot trigger any (cloud) event so that the workflow progresses.
I try to pass arguments with an employee payload but that does not work.
What am I missing?
P.S.: Should operations using file:/// have a type expression or rest?
P.S.2: I tried also using one of the provided examples with the required json function files using file:/// but that crashes Synapse!
Here is the above example w/ minor modifications as stated:
This fails with the below error (whether I provide as a json argument a patientId, as instructed, or not before running the workflow):
Again, it seems I am missing something. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions