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
Currently Golang doesnt' allow using generic without initiation. This makes it impossible to use(e.g. StateDef/Registry cannot hold the WorkflowState with raw types like in Java)
Consider using it when Golang add this support
The text was updated successfully, but these errors were encountered:
Currently Golang doesnt' allow using generic without initiation. This makes it impossible to use(e.g. StateDef/Registry cannot hold the WorkflowState with raw types like in Java)
Consider using it when Golang add this support
The text was updated successfully, but these errors were encountered: