summaryrefslogtreecommitdiff
path: root/examples/workflows/inliner/inliner.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`.
2024-11-25Rename 'defaultAnalysis' to 'baseAnalysis' in the Workflow system.Brian Potchik
2024-09-30Request workflow by name to silence warning (skip-ci).Brian Potchik
2022-11-10Include C++ standard headersChristian Blichmann
When compiling in C++ mode, the C++ standard library headers should be included instead of their C counterparts. Drive-by: - Removed include of `json/json.h` from `settings.cpp`, where it was not used
2022-01-28Format All FilesKyleMiles
2021-08-25Update workflows c++ examples.Brian Potchik
2021-08-13Workflows early preview.Brian Potchik