Skip to content

Commit 3eb57dd

Browse files
authored
Add metadata type
1 parent 1e8d5ef commit 3eb57dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflow/workflow.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ import (
66

77
type (
88
Instance = core.WorkflowInstance
9+
Metadata = core.WorkflowInstanceMetadata
910
Workflow = interface{}
1011
)

0 commit comments

Comments
 (0)