Skip to content

Commit

Permalink
Merge pull request #252 from dhanush-2397/dev
Browse files Browse the repository at this point in the history
Processor name changes
  • Loading branch information
pandutibil authored Oct 9, 2023
2 parents 07b8b72 + bf0d803 commit 3a980c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/specifications/service/schedule/schedule.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class ScheduleService {
let processors: any[] =
pg_ports["processGroupFlow"]["flow"]["processors"];
for (let [index, processor] of processors.entries()) {
if (processor.component.name == "run_yarn_cli") {
if (processor.component.name == "run_generic_yarn_cli") {
console.log("inside of run yarn cli");
update_processor_property_body = {
component: {
Expand Down Expand Up @@ -298,7 +298,7 @@ export class ScheduleService {
return "GenerateFlowFile_adapter";
case "ingest_dimension_grammar":
case "ingest_dimension_data":
case "ingest_all_grammar":
case "ingest_all_grammars":
case "ingest_programwise_data":
case "ingest_dimension_data":
case "ingest_data":
Expand Down

0 comments on commit 3a980c1

Please sign in to comment.