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

New cmdlet Restart-PnPFlowRun #1915

Merged
merged 2 commits into from
May 30, 2022
Merged

Conversation

milanholemans
Copy link
Contributor

@milanholemans milanholemans commented May 30, 2022

Type

  • Bug Fix
  • New Feature
  • Sample

Related Issues?

Fixes #1909

What is in this Pull Request ?

New command to restart/resubmit a previous Power Automate flow run.

Examples

$environment = Get-PnPPowerPlatformEnvironment
Restart-PnPFlowRun -Environment $environment -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230
$environment = Get-PnPPowerPlatformEnvironment
Restart-PnPFlowRun -Environment $environment -Flow $flowObject -Identity $flowRunObject -Force

@KoenZomers
Copy link
Collaborator

Thanks @milanholemans !

@KoenZomers KoenZomers merged commit 36012c4 into pnp:dev May 30, 2022
@milanholemans milanholemans deleted the Restart-PnPFlowRun branch May 30, 2022 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] New cmdlet Restart-PnPFlowRun
2 participants