taverna

package
v0.9.68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2018 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Invocation

type Invocation struct {
	Inputs  map[string]string `bson:"inputs" json:"inputs"`
	Outputs map[string]string `bson:"outputs" json:"outputs"`
	Name    string            `bson:"name" json:"name"`
	Id      string            `bson:"id" json:"id"`
}

type ProcReport

type ProcReport struct {
	State         string        `bson:"state" json:"state"`
	Invocations   []*Invocation `bson:"invocations" json:"invocations"`
	CreatedDate   time.Time     `bson:"createdDate" json:"createdDate"`
	StartedDate   time.Time     `bson:"startedDate" json:"startedDate"`
	CompletedDate time.Time     `bson:"completedDate" json:"completedDate"`
	Subject       string        `bson:"subject" json:"subject"`
}

type WorkflowRun

type WorkflowRun struct {
	State            string        `bson:"state" json:"state"`
	Invocations      []*Invocation `bson:"invocations" json:"invocations"`
	CreatedDate      time.Time     `bson:"createdDate" json:"createdDate"`
	StartedDate      time.Time     `bson:"startedDate" json:"startedDate"`
	CompletedDate    time.Time     `bson:"completedDate" json:"completedDate"`
	ProcessorReports []*ProcReport `bson:"processorReports" json:"processorReports"`
	Subject          string        `bson:"subject" json:"subject"`
}

func ExportWorkflowRun

func ExportWorkflowRun(job *core.Job) (wfrun *WorkflowRun, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL