SEMOSS / Semoss

Apache License 2.0
28 stars 5 forks source link

Adding JobTags as optional param, for issue 140 #176

Open mattfreshwaters opened 3 weeks ago

mattfreshwaters commented 3 weeks ago

Addinb jobTags as a parameter to 3 existing reactors:

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 : https://github.com/SEMOSS/Semoss/issues/140