mirror of
https://github.com/mentos1386/zdravko.git
synced 2025-02-16 22:13:38 +00:00
11 lines
191 B
Go
11 lines
191 B
Go
|
package temporal
|
||
|
|
||
|
type WorkflowCheckParam struct {
|
||
|
Script string
|
||
|
Filter string
|
||
|
CheckId string
|
||
|
WorkerGroupIds []string
|
||
|
}
|
||
|
|
||
|
const WorkflowCheckName = "CHECK_WORKFLOW"
|