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, Can I Use The Taskscheduler To Schedule To Run Pipeline? Right Now It Look Like I Can Schedule Tasks (But Not Pipeline). Thanks

Hi,
Can I use the TaskScheduler to schedule to run pipeline? Right now it look like I can schedule tasks (but not pipeline).
Thanks

  
  
Posted one year ago
Votes Newest

Answers 5


Thanks, I'll try it out. I did not know if pipeline id and task id are same kind of id, or if the scheduler would know the difference.

  
  
Posted one year ago

Pipeline is a unique type of task, so it should detect it without issue

  
  
Posted one year ago

Pipelines have id's, you can try using a pipeline ID. I think it should work

  
  
Posted one year ago

Hi GrittyCormorant73 ,

How are you scheduling a task now using TaskScheduler?

  
  
Posted one year ago