You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened: I'm working on integrating serverlessworkflow and Temporal and using the current main branch of the serverlessworkflow sdk (b9db1dd). I'm trying to pass a parsed serverlessworkflow to a Temporal workflow. This leads the Temporal SDK to go through a marshal/unmarshal cycle which fails to unmarshal some recent Auth def changes in the serverlessworkflow.
What you expected to happen: I would expect the marshal/unmarshal to work as it did for the serverlessworkflow 2.1.2 release
How to reproduce it: Reproduce with the attached source which doesn't require temporal. main.go.gz
Anything else we need to know?:
Environment:
Specification version used: latest (serverlessworkflow sdk commit b9db1dd)