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)
33
33
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: '$')
34
34
parameters (dict, optional): The value of this field becomes the effective input for the state.
35
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
35
36
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
36
37
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)
60
61
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: '$')
61
62
parameters (dict, optional): The value of this field becomes the effective input for the state.
63
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
62
64
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
63
65
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)
87
89
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: '$')
88
90
parameters (dict, optional): The value of this field becomes the effective input for the state.
91
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
89
92
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
90
93
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)
114
117
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: '$')
115
118
parameters (dict, optional): The value of this field becomes the effective input for the state.
119
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
116
120
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
117
121
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