The last command should have output Hello, Jon corresponding to the workflow from the update command, but it instead has the workflow from the original workflow function creation command.
Other Notes
If you do a fission pkg info with the name of the package for the function it will display the updated function, however if you do a fission-workflows wf get on the workflow it seems to show the original workflow.
Fission / Workflows Version
k8s Version
v1.13.2
Commands Run
Expected Output
The last command should have output
Hello, Jon
corresponding to the workflow from the update command, but it instead has the workflow from the original workflow function creation command.Other Notes
If you do a
fission pkg info
with the name of the package for the function it will display the updated function, however if you do afission-workflows wf get
on the workflow it seems to show the original workflow.