Skip to content

Commit

Permalink
Add dummy input port to Branch component
Browse files Browse the repository at this point in the history
  • Loading branch information
james-strauss-uwa committed Jun 14, 2023
1 parent e3dc2a3 commit 11ea158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daliuge-engine/dlg/apps/branch.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# @param group_start False/Boolean/ComponentParameter/NoPort/ReadWrite//False/False/Is this node the start of a group?
# @param input_error_threshold 0/Integer/ComponentParameter/NoPort/ReadWrite//False/False/the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param n_tries 1/Integer/ComponentParameter/NoPort/ReadWrite//False/False/Specifies the number of times the 'run' method will be executed before finally giving up
# @param dummy_input /Object/ApplicationArgument/InputPort/ReadWrite//False/False/Dummy input port
# @param dummy0 /Object/ApplicationArgument/OutputPort/ReadWrite//False/False/Dummy output port
# @param dummy1 /Object/ApplicationArgument/OutputPort/ReadWrite//False/False/Dummy output port
# @par EAGLE_END
Expand Down

0 comments on commit 11ea158

Please sign in to comment.