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

show inherited schedule information for jobs #3373

Open
alexrgreenwood opened this issue Jun 9, 2024 · 1 comment
Open

show inherited schedule information for jobs #3373

alexrgreenwood opened this issue Jun 9, 2024 · 1 comment
Labels
enhancement New feature or request PowerShell Universal Issue relates to PowerShell Universal.
Milestone

Comments

@alexrgreenwood
Copy link

Summary of the new feature / enhancement

As a user that runs a lot of jobs , I share schedules by calling a master script for a particular frequency
for example I might have scripts 100 scripts called by a script called "daily" , and 30 called by a script called "monthly"
as below

$script = 'FOLDER\script.ps1';Invoke-PSUScript -Script $script -Integrated | Wait-PSUJob -Integrated
$script = 'FOLDER\script2.ps1';Invoke-PSUScript -Script $script -Integrated | Wait-PSUJob -Integrated
...
$script = 'FOLDER\script100.ps1';Invoke-PSUScript -Script $script -Integrated | Wait-PSUJob -Integrated

however all the child scripts would appear to have no schedule attached to them

Proposed technical implementation details (optional)

it would be nice if the job would figure out that it was called by a parent job and show the parents schedule in the schedule tab

also the current description says "run manually by admin" , showing the parents schedule name there would help

@alexrgreenwood alexrgreenwood added enhancement New feature or request PowerShell Universal Issue relates to PowerShell Universal. labels Jun 9, 2024
@adamdriscoll adamdriscoll modified the milestones: 5.0, 5.1 Aug 8, 2024
@adamdriscoll
Copy link
Member

Related to #3796

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PowerShell Universal Issue relates to PowerShell Universal.
Projects
None yet
Development

No branches or pull requests

2 participants