Generated states
Outcomes
failure (red socket) and at least one outcome output by the action/service server. The number of outcomes depends then on how many different outcomes your server can return. The outcome failure is returned when the action/service server cannot be reached or when the configuration of the state is not correct.How to configure
input: Input value you want to set the
inputfield of your server request. For more information, see here. If you want to set a string as an input, please write the content of the string between double quotes. Otherwise, the value of this field will be either looked for in the userdata or a manager.input_type: Name of the manager from which the input should be retrieved. Please use the values available in the dropdowm menu. If left empty, the input will be looked into the userdata.
output: Name to give to the object returned by the server.
output_type: Name of the manager to which the output of the server should be send. Please use the values available in the dropdowm menu. If left empty stores the output object in the userdata. If
outputis also empty does not store the output object.
Note
input as [1,2,3] or [a, b].close, then the slot input must be set to "close". If you type close, a variable with this name will be looked for in the userdata.Example of use
You can find a concrete example of how to use this state, here.