dxx v0.2.1 (2018-12-18T20:09:57Z)
Dub
Repo
Workflow
dxx
app
workflow
Undocumented in source.
interface
Workflow {
inout
(
WorkflowElement
[])
workflowElements
[@property getter];
inout
(
string
[])
args
[@property getter];
inout
(
Variant
[
string
])
param
[@property getter];
}
Members
Properties
args
inout
(
string
[])
args
[@property getter]
Undocumented in source.
param
inout
(
Variant
[
string
])
param
[@property getter]
Undocumented in source.
workflowElements
inout
(
WorkflowElement
[])
workflowElements
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
dxx
app
workflow
classes
DefaultWorkflow
WorkflowBase
WorkflowElementDelegate
WorkflowJob
WorkflowRunner
interfaces
Workflow
WorkflowElement