Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi All Is It Possible To Change A Parameter Of A Mid Task In A Pipline And Re-Run From That Part Only?

Hi all

Is it possible to change a parameter of a mid task in a pipline and re-run from that part only?

  
  
Posted 10 months ago
Votes Newest

Answers 3


No, the control logic will always run them in the predefined order

  
  
Posted 10 months ago

Hi @<1610083523903885312:profile|ObedientMonkey91> , what do you mean by mid-task?

  
  
Posted 10 months ago

Hi @<1523701087100473344:profile|SuccessfulKoala55>

By mid task i mean in pipeline lets say i have 3 different tasks running
Every task requires some different parameters now i want to change paramters of task 2. is it possible to run task 2 and 3 of the pipeline without rerunning the entire pipeline

  
  
Posted 10 months ago
619 Views
3 Answers
10 months ago
10 months ago
Tags