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, General Wondering - Suppose I Have A Pipeline That Is Constructed Out Of Several Tasks And One Of The Tasks Fails. I Want My Users To Check Out The Error Message. For That, They Need To Press On The Failed Step And Review The Console. Is There A W

Hi all,
General wondering - suppose I have a pipeline that is constructed out of several tasks and one of the tasks fails. I want my users to check out the error message. For that, they need to press on the failed step and review the console.
Is there a way to print out the error message to the pipeline console as opposed for the step console?

  
  
Posted 11 months ago
Votes Newest

Answers 2


Hi @<1539417873305309184:profile|DangerousMole43> , I think you can do it if add some code to the pipeline controller to extract the console logs from a failed step

  
  
Posted 11 months ago

I will try checking the PipelineController documentation for that.
Thank you @<1523701070390366208:profile|CostlyOstrich36> 🙂

  
  
Posted 11 months ago
618 Views
2 Answers
11 months ago
11 months ago
Tags