WorkflowBase

Undocumented in source.

Constructors

this
this(WorkflowElement[] elements, string[] args)
Undocumented in source.

Members

Properties

args
inout(string[]) args [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
param
inout(Variant[string]) param [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
workflowElements
inout(WorkflowElement[]) workflowElements [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_args
string[] _args;
Undocumented in source.
_param
Variant[string] _param;
Undocumented in source.
_workflowElements
WorkflowElement[] _workflowElements;
Undocumented in source.

Inherited Members

From Workflow

workflowElements
inout(WorkflowElement[]) workflowElements [@property getter]
Undocumented in source.
args
inout(string[]) args [@property getter]
Undocumented in source.
param
inout(Variant[string]) param [@property getter]
Undocumented in source.

Meta