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

[Task][Prism]: Create a PipelineResult implementation #31935

Closed
Tracked by #31793
damondouglas opened this issue Jul 18, 2024 · 0 comments · Fixed by #32294
Closed
Tracked by #31793

[Task][Prism]: Create a PipelineResult implementation #31935

damondouglas opened this issue Jul 18, 2024 · 0 comments · Fixed by #32294

Comments

@damondouglas
Copy link
Contributor

damondouglas commented Jul 18, 2024

What needs to happen?

The output of this task is a PipelineResult implementation that uses the PortablePipelineResult as a delegate. It additionally:

  • shuts down the Prism executable after termination-related methods: cancel, waitUntilFinish, etc.
  • stores the State and MetricsResults after termination

Issue Priority

Priority: 2 (default / most normal work should be filed as P2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment