summaryrefslogtreecommitdiff
path: root/plugins/efi_resolver/src/Plugin.cpp
AgeCommit message (Collapse)Author
2025-08-20Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreateMark Rowe
Calls to `Workflow::Instance` that were looking up a built-in workflow name are updated to use `Workflow::Get`. Others use `Workflow::GetOrCreate`.
2025-07-29Add support for declarative downstream dependencies to workflow system.Brian Potchik
2025-05-08Implement EFI resolver as a module workflowBrandon Miller