pancsta / asyncmachine-go

AOP Actor Model for distributed workflows
https://asyncmachine.dev
MIT License
72 stars 0 forks source link

feat(machine): add info to state ctxs #135

Closed pancsta closed 5 days ago

pancsta commented 5 days ago

Contexts can be checked for why they've been created using pkg/machine#CtxKey:

type CtxValue struct {
    Id    string
    State string
    Tick  uint64
}