<
>
legend
cluster_0
Data
cluster_1
Sub-dispatcher
cluster_2
Edges
cluster_3
Functions
cluster_4
Warnings and Errors
cluster_5
Special Nodes
708
<data_id>(Data)
default
Default value.
initial_dist
Initial distance from `START` node.
wait_inputs
Wait all data estimations? `<bool>`
await_result
Wait async for function result? `<bool>`
distance
Distance from `START` node.
function
Process data function `data = f({"<node name>": data})`.
filter x
Filter function x used in the loop `for f in filters: data = f(data)`.
input_filter 0
Result of the function.
output_filter x
Result of filters[x](`input_filter x` | `output_filter x-1`).
remote parent x
Link to a node of the parent dispatcher.
remote child x
Link to a node ot a child dispatcher.
725
Data node. The current one is a
sample showing the main attributes.
708->725
709
<dispatcher_id>(Dispatcher)
await_domain
Wait async for domain result? `<bool>`
input_domain
Domain function `f(**inputs)`.
solution_domain
Domain function result.
weight
Distance weight coeff.
distance
Distance from `START` node.
730
Sub-dispatcher node. It connects a given
dispatcher to the current one. The current
node one is a sample showing the main attributes.
709->730
710->718
<from> --> <to>
inp_id
Index of input args.
out_id
Index of output list.
weight
Edge distance.
This is an edge sample showing the main attributes.
711
<function_id>(DispatchPipe)
727
DispatchPipe node. It behaves like a
SubDispatchPipe node, but it overwrites
its solution.
711->727
712
<function_id>(Function)
await_domain
Wait async for domain result? `<bool>`
await_result
Wait async for function result? `<bool>`
input_domain
Domain function `f(*inputs)`.
solution_domain
Domain function result.
weight
Distance weight coeff.
filter x
Filter function x used in the loop `for f in filters: output = f(output)`.
input_filter 0
Result of the function.
output_filter x
Result of filters[x](`input_filter x` | `output_filter x-1`).
distance
Distance from `START` node.
started
Execution started time.
duration
Time elapsed to execute the function.
736
Function node. The current one is a
sample showing the main attributes.
712->736
713
<function_id>(SubDispatch)
737
SubDispatch node. It wraps
a given Dispatcher into a function.
Inputs are dictionaries {<node_id>: <value>}.
713->737
714
<function_id>(SubDispatchFunction)
738
SubDispatchFunction node. It wraps and shrink
a given Dispatcher into a function.
Hence, it behaves like a function.
714->738
715
<function_id>(SubDispatchPipe)
739
SubDispatchPipe node. It wraps and compiles
a given Dispatcher into a function.
Hence, it behaves like a function.
715->739
716
<node_id>(Error)
error
Error message.
728
Node that raised an error during its execution.
716->728
717
<node_id>(Warning)
M_inputs
('missing inputs',)
M_outputs
('missing outputs',)
729
Node that did not return all inputs/outputs.
717->729
719
empty
726
Empty dispatcher/workflow.
719->726
720
end
732
Ending node of SubDispatcherFunction.
It collects the function's outputs.
720->732
721
plot
735
Plot node. When invoked, it
plots the dispatcher solution.
721->735
722
self
734
Self node of the plotted dispatcher.
It represents the dispatcher as data node.
722->734
723
sink
733
Sink node. It collects
all unused outputs.
723->733
724
start
731
Starting node. It identifies
the initial inputs.
724->731