Open dennissetiawan opened 2 weeks ago
420 means that the invoking is successful but the worker(your application) got some error when execute it. Do you see some error there?
Are you able to invoke rpc using Client(not unregistered) successfully? Just to make sure that RPC is registered and implemented correctly
Testing it here: https://github.com/indeedeng/iwf-golang-sdk/pull/84/files
Hi i'm trying to invoke RPC in a state via unregistered client in go sdk
But it returns 420 error in the iwf server.
In iwf server there is this log 2024-11-07 22:27:38 [GIN] 2024/11/07 - 15:27:38 | 420 | 19.007541ms | 172.18.0.1 | POST "/api/v1/workflow/rpc"
Did i get the rpc name and function call correctly?