type Argument struct { CachePath string `json:"cache_path"` }
type WfInfo struct { WfId int64 `json:"workflow_request_id"` WfName string `json:"workflow_name"` ResultsDir string `json:"results_dir"` Argument `json:"argument"` }
func GetSECIWorkflowInfo(wfReqId string, capoProfile string, path string) WfInfo
GetSECIWorkflowInfo *