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

doc

parent d8c2c966
No related branches found
No related tags found
No related merge requests found
#include <cis-workflow-gen/activity.hpp>
#include <cis-workflow-gen/quick-include.hpp>
int main() {
#define DEFINE_ACTIVITY(name) \
Activity name(#name, "FleetAGC.Activities.DelayActivity", "PortalAdminCenterUseageReports." #name)
DEFINE_ACTIVITY(AdminCenterApp);
DEFINE_ACTIVITY(OfficeHome);
DEFINE_ACTIVITY(ShellServices);
DEFINE_ACTIVITY(PortalUseageReports);
DEFINE_ACTIVITY(SvcHealthDashboard);
DEFINE_ACTIVITY(CustomerLockboxUX);
auto flow = AdminCenterApp | OfficeHome | ShellServices | PortalUseageReports | 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