Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions configuration/packages/bt-plugins/conditions/IsPathValid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ IsPathValid

Checks to see if the global path is valid. If there is a
obstacle along the path, the condition returns FAILURE, otherwise
it returns SUCCESS.
it returns SUCCESS. Additionally, users can specify a threshold cost(0-254)
for path validity. If the path cost exceeds this threshold, the condition will also return FAILURE.

Example
-------

.. code-block:: xml

<IsPathValid server_timeout="10" path="{path}"/>
<IsPathValid server_timeout="10" path="{path}" max_cost="100"/>