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
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: '$')
539
539
parameters (dict, optional): The value of this field becomes the effective input for the state.
540
540
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
541
-
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
542
541
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