moodle-tool_trigger icon indicating copy to clipboard operation
moodle-tool_trigger copied to clipboard

Like IFTTT for Moodle: events to trigger external services. https://moodle.org/plugins/tool_trigger

Results 79 moodle-tool_trigger issues
Sort by recently updated
recently updated
newest added

When testing the plugin and deactivating the Real Time Processing option, the steps of the current workflow never executes. ![imagen](https://user-images.githubusercontent.com/78005968/184372643-8ea14a7f-b0d6-487c-b7cf-3db299d78068.png) I have configured a server that can receive some HTTP...

Once https://tracker.moodle.org/browse/MDL-73926 is integrated it will be possible to get rid of dependency on tool_monitor and switch to core event helper.

Using a workflow with a webservices step fails if the event is triggered by an external service. Consider a workflow like this: - When a new user is created, look...

- [ ] filter by description

enhancement

Hello - the web service step as an action is an awesome addition! I did notice that the step results after a web service step complete only contain the Webservice...

Hi there, every time I try to use a User Lookup step in a trigger, I get the log below when running the scheduled task: ``` Execute scheduled task: Process...

bug

I guess in the current state, user role lookups are not usable at all. The lookup step generates a complex data type field `prefix_roles`, but it seems there is no...

bug
enhancement

The "Process workflows" scheduled cron task fails repeatedly. The query running is trying to insert a null value into a table that doesn't allow null values. The 'eventid' column within...

bug

Full error: ``` root@061f555b1326:/var/www/vanilla-moodle-39# vendor/bin/phpunit --testsuite='tool_trigger_testsuite' --filter='test_execute' Moodle 3.9.11+ (Build: 20211112), 530c2ac613376fd5f4b3ef65843afa26bb08f11f Php: 7.4.25, pgsql: 9.6.16, OS: Linux 5.4.0-89-generic x86_64 PHPUnit 7.5.20 by Sebastian Bergmann and contributors. ..................................F............ 47 /...

bug