components-contrib/workflows/responses.go

8 lines
174 B
Go

package workflows
type StateResponse struct {
WFInfo WorkflowReference
StartTime string `json:"start_time"`
Metadata map[string]string `json:"metadata"`
}