mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-26 09:17:55 +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"
|