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 Initialize Multiple Tasks, Each Containing

Hi all!
Is it possible to initialize multiple tasks, each containing task.execute_remotely() method, in one file? In my attemps, the execution stops at the first execute_remotely .
If this isn't a viable solution, is there another way to initialize multiple tasks in one file without executing them? They should only be executed remotely.
Thanks a lot!

  
  
Posted one day ago
Votes Newest

Answers


Hi @<1874989039501709312:profile|LividDragonfly0> , you can easily achieve that with pipelines

  
  
Posted one day ago