From dac6d5aeff341544f38be145c2a76797ac98ad0a Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Thu, 5 May 2022 21:13:06 +0800 Subject: [PATCH] t --- workflows/qatar-notify.cc | 11 +++++++++++ xaml-template.hpp | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 workflows/qatar-notify.cc diff --git a/workflows/qatar-notify.cc b/workflows/qatar-notify.cc new file mode 100644 index 0000000..e537945 --- /dev/null +++ b/workflows/qatar-notify.cc @@ -0,0 +1,11 @@ +#include <cis-workflow-gen/quick-include.hpp> + +int main() { + Flow flow = + Activity("AlarmingDaemon", "FleetAGC.Activities.AlarmActivity") + .addInputSetting("RunAsDaemon", "true") + ; + + println(to_file("AlarmingDaemonWorkflow.xaml"), flow.generateXaml("Microsoft.Office.FleetAGC.Workflows.AlarmingDaemonWorkflow")); +} + diff --git a/xaml-template.hpp b/xaml-template.hpp index 2f821a0..8417b8d 100644 --- a/xaml-template.hpp +++ b/xaml-template.hpp @@ -41,7 +41,7 @@ constexpr auto PAR_BEGIN = R"( <mwcwa:ControlledParallel IsHiddenFromOperator=" constexpr auto PAR_END = R"( </mwcwa:ControlledParallel>)" "\n"; constexpr auto STD_XAML_HEAD = R"XAML(<?xml version='1.0' encoding='utf-8' standalone='yes'?> -<!--This file is automatically generated by cis-workflow-gen(https://git.recolic.net/root/cis-workflow-gen). DO NOT edit by hand.--> +<!--This file is automatically generated by cis-workflow-gen(https://git.recolic.net/msc/cis-workflow-gen). DO NOT edit by hand.--> <Activity xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:coordination="clr-namespace:Microsoft.WindowsAzure.Dependencies.Coordination;assembly=Microsoft.WindowsAzure.Dependencies.Coordination" -- GitLab