Skip to content

Commit 9321779

Browse files
committed
Move workflow event to history
1 parent 963ced0 commit 9321779

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

core/workflowevent.go

Lines changed: 0 additions & 12 deletions
This file was deleted.

internal/history/workflowevent.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package history
2+
3+
import "github.com/cschleiden/go-workflows/core"
4+
5+
// WorkflowEvent is a event addressed for a specific workflow instance
6+
type WorkflowEvent struct {
7+
WorkflowInstance core.WorkflowInstance
8+
9+
HistoryEvent Event
10+
}

0 commit comments

Comments
 (0)