Skip to content
Snippets Groups Projects
Commit 3d5ee665 authored by Bensong Liu's avatar Bensong Liu
Browse files

doc

parent 52df9a43
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,6 @@ int main() {
DEFINE_ACTIVITY(SvcHealthDashboard);
DEFINE_ACTIVITY(CustomerLockboxUX);
auto flow = AdminCenterApp | OfficeHome | ShellServices | PortalUseageReports | PortalUseageReports | SvcHealthDashboard | CustomerLockboxUX;
auto flow = AdminCenterApp | OfficeHome | ShellServices | PortalUseageReports | SvcHealthDashboard | CustomerLockboxUX;
println(to_file("BuildPortal.xaml"), flow.generateXaml("FleetAGC.Workflows.BuildPortal"));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment