An error occurred while fetching the assigned milestone of the selected merge_request.
Allow explicit arg
Compare changes
Files
4+ 39
− 17
@@ -9,7 +9,7 @@
@@ -9,7 +9,7 @@
@@ -24,39 +24,61 @@ namespace CIS {
@@ -24,39 +24,61 @@ namespace CIS {
auto entityXaml = activity.entityName == "" ? "" : rlib::string(templates::ENTITY_DEF_TEMPLATE).replace("__TEMPLATE_ARG_EntityName", activity.entityName);
std::transform(activity.inputSettings.begin(), activity.inputSettings.end(), std::back_inserter(inputSettingStrings), [](auto &&kv) {
Flow(const Flow &another) : queued(another.queued), xamlCode(another.xamlCode), prevOperationIsSequential(another.prevOperationIsSequential) {}