learnweb / moodle-tool_lifecycle

:recycle: Extensible Moodle plugin for managing course life cycles, e.g., deprovisioning
GNU General Public License v3.0
20 stars 32 forks source link

Add check if process exists. #191

Closed melanietreitinger closed 10 months ago

melanietreitinger commented 10 months ago

This prevents courses to be processed which had been rescued by the teacher.

NinaHerrmann commented 10 months ago

Hey Melanie, thank you for your contribution!! To clarify something for me... Does the pull request result in never processing courses that a teacher has rescued? Cheers!

melanietreitinger commented 10 months ago

Hi Nina,

no - this addition only stops the processing of a course in the workflow which is currently executed.

Otherwise we have a situation where a teacher clicks on "keep my course" and it is deleted anyway... :-/

NinaHerrmann commented 10 months ago

This is weird, never occurred for our instance to the best of my knowledge - but as I don't think you made this up and double-checking might be a good idea for this case I will just merge it. Sorry for the wrong behavior!