Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding JobTags as optional param, for issue 140 #176

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

mattfreshwaters
Copy link
Contributor

Addinb jobTags as a parameter to 3 existing reactors:

  • PauseJobTriggerReactor
  • ExecuteScheduledJobReactor
  • ResumeJobTriggerReactor

Before, these reactors took in a jobId & a jobGroup, this update will allow jobId to be optional if the user wants to send in jobTags instead (example pixel calls in the comments for the reactors)

Related to issue : #140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK] Add jobTags as optional parameter to job Reactors
2 participants