Skip to content

Commit

Permalink
Merge pull request #255 from Sunbird-cQube/dev
Browse files Browse the repository at this point in the history
Merging changes from dev to staging
  • Loading branch information
pandutibil authored Oct 10, 2023
2 parents b8f31c3 + 2f70497 commit 591bd18
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/specifications/service/schedule/schedule.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,15 @@ export class ScheduleService {
case "nas_oracle":
case "nishtha_oracle":
case "pgi_oracle":
return "GenerateFlowFile_oracle";
return "GenerateFlowFile_oracle";
case 'Run Latest Code azure':
return 'ListAzure';
case 'Run Latest Code Oracle':
return 'GenerateFlowFile_oracle';
case 'Run Latest Code aws':
return 'ListS3Files';
case 'Run Latest Code local':
return 'Listlocal';
default:
return "default processor_group";
}
Expand Down

0 comments on commit 591bd18

Please sign in to comment.