We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8d5ef commit 3eb57ddCopy full SHA for 3eb57dd
workflow/workflow.go
@@ -6,5 +6,6 @@ import (
6
7
type (
8
Instance = core.WorkflowInstance
9
+ Metadata = core.WorkflowInstanceMetadata
10
Workflow = interface{}
11
)
0 commit comments