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 Everyone

Hi everyone 👋
When I create a pipeline from tasks, The run time shown in the pipeline can be really different from the run time shown in the task. Is there a reason behind this ? 🤔
The run time of the task shown from the pipeline is on the left, the run time of the task shown from the task itself is on the right.
image
image

  
  
Posted 6 months ago
Votes Newest

Answers 2


Hi @<1546303293918023680:profile|MiniatureRobin9> , can you please add logs of the tasks + controller?

  
  
Posted 6 months ago

@<1546303293918023680:profile|MiniatureRobin9> which task exactly are you referencing?

  
  
Posted 6 months ago
352 Views
2 Answers
6 months ago
6 months ago
Tags
Similar posts