Avatar

Community Advisor

@SarahXu I don't think the provided pattern works, at least I received errors when using the code in my manifest.yml file.

After some testing I think the pattern using openWhisk alarms should be something like this:

 

...
triggers:
  myCustomTriggerName:
    feed: /whisk.system/alarms/alarm
    inputs: 
      cron: '* * * * *'
      start-date: ''2020-08-30T13:37:00.00Z'
      stop-date: '2020-08-30T12:50:00.000Z'
...

 

 could you please check what the right pattern is to use in the manifest.yml file? thanks