dxx v0.0.9 (2018-11-07T11:31:35Z)
Dub
Repo
Workflow
dxx
app
workflow
Undocumented in source.
interface
Workflow {
inout
(
WorkflowElement
[])
workflowElements
[@property getter];
inout
(
string
[])
args
[@property getter];
}
Members
Properties
args
inout
(
string
[])
args
[@property getter]
Undocumented in source.
workflowElements
inout
(
WorkflowElement
[])
workflowElements
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
dxx
app
workflow
classes
DefaultWorkflow
WorkflowBase
WorkflowJob
WorkflowRunner
interfaces
Workflow
WorkflowElement