SEMOSS / Semoss

Apache License 2.0
27 stars 5 forks source link

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

Open mattfreshwaters opened 3 weeks ago

mattfreshwaters commented 3 weeks 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 6 days ago

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