Skip to content
Snippets Groups Projects
Commit dac6d5ae authored by Recolic Keghart's avatar Recolic Keghart
Browse files

t

parent 9d40af2c
No related branches found
No related tags found
No related merge requests found
Pipeline #891 passed with stage
in 1 minute and 33 seconds
#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"));
}
......@@ -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"
......
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