<
>
legend
cluster_0
Data
cluster_1
Sub-dispatcher
cluster_2
Edges
cluster_3
Functions
cluster_4
Warnings and Errors
cluster_5
Special Nodes
930
<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.
949
Data node. The current one is a
sample showing the main attributes.
930->949
931
<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.
956
Sub-dispatcher node. It connects a given
dispatcher to the current one. The current
node one is a sample showing the main attributes.
931->956
932->942
<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.
933
<function_id>(DispatchPipe)
953
DispatchPipe node. It behaves like a
SubDispatchPipe node, but it overwrites
its solution.
933->953
934
<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.
962
Function node. The current one is a
sample showing the main attributes.
934->962
935
<function_id>(MapDispatch)
965
MapDispatch node. It wraps and executes iteratively
a given Dispatcher into a function.
Hence, it behaves like a `map` function.
935->965
936
<function_id>(SubDispatch)
964
SubDispatch node. It wraps
a given Dispatcher into a function.
Inputs are dictionaries {<node_id>: <value>}.
936->964
937
<function_id>(SubDispatchFunction)
951
SubDispatchFunction node. It wraps and shrink
a given Dispatcher into a function.
Hence, it behaves like a function.
937->951
938
<function_id>(SubDispatchPipe)
952
SubDispatchPipe node. It wraps and compiles
a given Dispatcher into a function.
Hence, it behaves like a function.
938->952
939
<function_id>(run_model)
963
run_model node. It calls the first argument - i.e. the model.
If the model produces a the workflow, this is added to the
parent workflow.
First argument is a callable.
939->963
940
<node_id>(Error)
error
Error message.
954
Node that raised an error during its execution.
940->954
941
<node_id>(Warning)
M_inputs
('missing inputs',)
M_outputs
('missing outputs',)
955
Node that did not return all inputs/outputs.
941->955
943
empty
950
Empty dispatcher/workflow.
943->950
944
end
958
Ending node of SubDispatcherFunction.
It collects the function's outputs.
944->958
945
plot
961
Plot node. When invoked, it
plots the dispatcher solution.
945->961
946
self
960
Self node of the plotted dispatcher.
It represents the dispatcher as data node.
946->960
947
sink
959
Sink node. It collects
all unused outputs.
947->959
948
start
957
Starting node. It identifies
the initial inputs.
948->957