Skip to content

Commit

Permalink
Merge pull request #266 from dhanush-2397/dev
Browse files Browse the repository at this point in the history
Stop processor group added
  • Loading branch information
dhanush-2397 authored Jan 16, 2024
2 parents 67507b0 + 662aa21 commit c3c30aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/specifications/service/schedule/schedule.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ export class ScheduleService {
case "udise_azure":
case "nas_azure":
return "ListAzure";
case "stop_processor":
return "GenerateFlowFile_stop";
default:
return "default processor_group";
}
Expand Down

0 comments on commit c3c30aa

Please sign in to comment.