func SeciIngestionStatus(wfInfo wf.WfInfo) string
SeciIngestionStatus *
* Inspect a SECI Ingestion Workflow Request to determine status * * @param WfInfo A struct with needed workflow information * @return a formatted string containing the status of a given SECI Ingestion Workflow *
type IngestionStatus struct { Type string Status string IsIngested bool WorkflowInfo wf.WfInfo }
func NewIngestionStatus(wfInfo wf.WfInfo) *IngestionStatus