mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
docs(workflowengine): Remove reference of removed method
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
4841e6ee63
commit
8fad0ceffc
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ interface IOperation {
|
|||
* Is being called by the workflow engine when an event was triggered that
|
||||
* is configured for this operation. An evaluation whether the event
|
||||
* qualifies for this operation to run has still to be done by the
|
||||
* implementor by calling the RuleMatchers getMatchingOperations method
|
||||
* implementor by calling the @see IRuleMatcher::getFlows() method
|
||||
* and evaluating the results.
|
||||
*
|
||||
* If the implementor is an IComplexOperation, this method will not be
|
||||
|
|
|
|||
Loading…
Reference in a new issue