gs-node-service
gs-node-service copied to clipboard
Set output from tasks properly
Currently there is no way to access output of the event handler and the last task that executed
- [ ] Set result of eventhandler and make available to on_response_validation_error and any subsequent middlewares
- [ ] Set FQN of a function or workflows as the id of the same. #856
- [ ] Make the output of that function or workflow available under that id in ctx.outputs
- [ ] #878