SEMOSS / Semoss

Apache License 2.0
28 stars 5 forks source link

[TASK] Add jobTags as optional parameter to job Reactors #140

Open mattfreshwaters opened 2 months ago

mattfreshwaters commented 2 months ago

Description

Reporting team for MDEO wanted some functionality to send jobTags into some of the Job related reactors such as PauseJobTriggerReactor, ExecuteScheduledJob, and ResumeJobTrigger

Existing

Need to add jobTags as an optional parameter in the above reactors.

Reference

This issue references. . .

Tasks

Consider the following use-cases:

*PauseJobTrigger (jobGroup='undefined', jobTags='MDEO') -> Pauses all jobs with tag ‘MDEO’

mattfreshwaters commented 1 month ago

Pull Request created for issue: https://github.com/SEMOSS/Semoss/pull/176