zdravko/internal/temporal/workflow_check.go

15 lines
241 B
Go
Raw Normal View History

package temporal
type WorkflowCheckParam struct {
Script string
Filter string
CheckId string
WorkerGroupIds []string
}
2024-05-25 17:52:37 +00:00
type WorkflowCheckResult struct {
Note string
}
const WorkflowCheckName = "CHECK_WORKFLOW"