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