zdravko/internal/temporal/workflow_hook.go

14 lines
188 B
Go
Raw Permalink Normal View History

package temporal
type WorkflowHookParam struct {
Script string
Filter string
HookId string
}
type WorkflowHookResult struct {
Note string
}
const WorkflowHookName = "HOOK_WORKFLOW"