removes programmability, no cron output bind in .9 (#697)

Remove programmability using output binding. That PR landed in master but has not been included in v0.9 dapr main so users have no access to it.
This commit is contained in:
Mark Chmarny 2020-07-17 14:13:03 -07:00 committed by GitHub
parent 4abc41ed91
commit 88d00de865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -39,7 +39,3 @@ For ease of use, the Dapr cron binding also supports few shortcuts:
* `@every 15s` where `s` is seconds, `m` minutes, and `h` hours
* `@daily` or `@hourly` which runs at that period from the time the binding is initialized
## Programmability
The Dapr cron binding also supports `Invoke` method with `Delete` operation as an output binding which can be used to cancel existing schedule programmatically. For more about sending events see the [Output Bindings docs](https://github.com/dapr/docs/tree/master/howto/send-events-with-output-bindings).