Daily interest accrual workflow #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Implement daily interest accrual as a durable workflow using go-workflows.
Current State
gobank's demo calculates interest inline in
advanceDay()(demo_state.go), tightly coupled to in-memory state. This needs to become a proper workflow that:Acceptance Criteria
InterestAccrualWorkflowusing go-workflowsluca.Ledgerand date as inputMigrated from Codeberg: originally #1, opened 2026-03-25.