You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comment (str, optional): Human-readable comment or description. (default: None)
58
58
input_path (str, optional): Path applied to the state’s raw input to select some or all of it; that selection is used by the state. (default: '$')
59
59
parameters (dict, optional): The value of this field becomes the effective input for the state.
60
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
60
61
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
61
62
output_path (str, optional): Path applied to the state’s output after the application of `result_path`, producing the effective output which serves as the raw input for the next state. (default: '$')
comment (str, optional): Human-readable comment or description. (default: None)
99
100
input_path (str, optional): Path applied to the state’s raw input to select some or all of it; that selection is used by the state. (default: '$')
100
101
parameters (dict, optional): The value of this field becomes the effective input for the state.
102
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
101
103
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
102
104
output_path (str, optional): Path applied to the state’s output after the application of `result_path`, producing the effective output which serves as the raw input for the next state. (default: '$')
comment (str, optional): Human-readable comment or description. (default: None)
139
141
input_path (str, optional): Path applied to the state’s raw input to select some or all of it; that selection is used by the state. (default: '$')
140
142
parameters (dict, optional): The value of this field becomes the effective input for the state.
143
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
141
144
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
142
145
output_path (str, optional): Path applied to the state’s output after the application of `result_path`, producing the effective output which serves as the raw input for the next state. (default: '$')
comment (str, optional): Human-readable comment or description. (default: None)
179
182
input_path (str, optional): Path applied to the state’s raw input to select some or all of it; that selection is used by the state. (default: '$')
180
183
parameters (dict, optional): The value of this field becomes the effective input for the state.
184
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
181
185
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
182
186
output_path (str, optional): Path applied to the state’s output after the application of `result_path`, producing the effective output which serves as the raw input for the next state. (default: '$')
0 commit comments