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 b291807 commit 07c5fe9Copy full SHA for 07c5fe9
backend/backend.go
@@ -34,6 +34,8 @@ type Backend interface {
34
GetWorkflowInstanceHistory(ctx context.Context, instance *workflow.Instance, lastSequenceID *int64) ([]history.Event, error)
35
36
// SignalWorkflow signals a running workflow instance
37
+ //
38
+ // If the given instance does not exist, it will return an error
39
SignalWorkflow(ctx context.Context, instanceID string, event history.Event) error
40
41
// GetWorkflowInstance returns a pending workflow task or nil if there are no pending worflow executions
0 commit comments