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
heartbeat_seconds_path (str, optional): Path specifying the state's heartbeat value in seconds from the state input. When resolved, the path must select a field whose value is a positive integer.
251
251
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: '$')
252
252
parameters (dict, optional): The value of this field becomes the effective input for the state.
253
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
253
254
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
254
255
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: '$')
255
256
wait_for_completion (bool, optional): Boolean value set to `True` if the Task state should wait to complete before proceeding to the next step in the workflow. (default: True)
heartbeat_seconds_path (str, optional): Path specifying the state's heartbeat value in seconds from the state input. When resolved, the path must select a field whose value is a positive integer.
290
291
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: '$')
291
292
parameters (dict, optional): The value of this field becomes the effective input for the state.
293
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
292
294
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
293
295
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: '$')
294
296
wait_for_completion (bool, optional): Boolean value set to `True` if the Task state should wait to complete before proceeding to the next step in the workflow. (default: True)
heartbeat_seconds_path (str, optional): Path specifying the state's heartbeat value in seconds from the state input. When resolved, the path must select a field whose value is a positive integer.
329
331
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: '$')
330
332
parameters (dict, optional): The value of this field becomes the effective input for the state.
333
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
331
334
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
332
335
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: '$')
333
336
wait_for_completion (bool, optional): Boolean value set to `True` if the Task state should wait to complete before proceeding to the next step in the workflow. (default: True)
heartbeat_seconds_path (str, optional): Path specifying the state's heartbeat value in seconds from the state input. When resolved, the path must select a field whose value is a positive integer.
368
371
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: '$')
369
372
parameters (dict, optional): The value of this field becomes the effective input for the state.
373
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
370
374
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
371
375
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: '$')
372
376
wait_for_completion (bool, optional): Boolean value set to `True` if the Task state should wait to complete before proceeding to the next step in the workflow. (default: True)
heartbeat_seconds_path (str, optional): Path specifying the state's heartbeat value in seconds from the state input. When resolved, the path must select a field whose value is a positive integer.
407
411
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: '$')
408
412
parameters (dict, optional): The value of this field becomes the effective input for the state.
413
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
409
414
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
410
415
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: '$')
411
416
wait_for_completion (bool, optional): Boolean value set to `True` if the Task state should wait to complete before proceeding to the next step in the workflow. (default: True)
heartbeat_seconds_path (str, optional): Path specifying the state's heartbeat value in seconds from the state input. When resolved, the path must select a field whose value is a positive integer.
446
451
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: '$')
447
452
parameters (dict, optional): The value of this field becomes the effective input for the state.
453
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
448
454
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
449
455
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: '$')
450
456
wait_for_completion (bool, optional): Boolean value set to `True` if the Task state should wait to complete before proceeding to the next step in the workflow. (default: True)
heartbeat_seconds_path (str, optional): Path specifying the state's heartbeat value in seconds from the state input. When resolved, the path must select a field whose value is a positive integer.
485
491
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: '$')
486
492
parameters (dict, optional): The value of this field becomes the effective input for the state.
493
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
487
494
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
488
495
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: '$')
489
496
wait_for_completion (bool, optional): Boolean value set to `True` if the Task state should wait to complete before proceeding to the next step in the workflow. (default: True)
heartbeat_seconds_path (str, optional): Path specifying the state's heartbeat value in seconds from the state input. When resolved, the path must select a field whose value is a positive integer.
524
531
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: '$')
525
532
parameters (dict, optional): The value of this field becomes the effective input for the state.
533
+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
526
534
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
527
535
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