Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/public/WorkflowEngine/IOperation.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function validateOperation(string $name, array $checks, string $operation
* 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
Expand Down
Loading