We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8345b1 + 8fad0ce commit b2fef6aCopy full SHA for b2fef6a
1 file changed
lib/public/WorkflowEngine/IOperation.php
@@ -76,7 +76,7 @@ public function validateOperation(string $name, array $checks, string $operation
76
* Is being called by the workflow engine when an event was triggered that
77
* is configured for this operation. An evaluation whether the event
78
* qualifies for this operation to run has still to be done by the
79
- * implementor by calling the RuleMatchers getMatchingOperations method
+ * implementor by calling the @see IRuleMatcher::getFlows() method
80
* and evaluating the results.
81
*
82
* If the implementor is an IComplexOperation, this method will not be
0 commit comments