luno / workflow

A tech stack agnostic Event Driven Workflow framework, written in Go, that supports durable, robust, and idempotent state changes with timeouts, callbacks, scheduled triggers, and await calls. Compatible with Kafka and Reflex out of the box.
BSD 3-Clause "New" or "Revised" License
112 stars 8 forks source link

invalid operation: workflow.Record[GettingStarted, Status] (workflow.Record is not a generic type) #23

Closed hiifong closed 2 months ago

hiifong commented 2 months ago
# github.com/luno/workflow/_examples/gettingstarted
.\gettingstarted.go:50:56: invalid operation: workflow.Record[GettingStarted, Status] (workflow.Record is not a generic type)
.\gettingstarted.go:55:60: invalid operation: workflow.Record[GettingStarted, Status] (workflow.Record is not a generic type)
.\gettingstarted.go:60:67: invalid operation: workflow.Record[GettingStarted, Status] (workflow.Record is not a generic type)