{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "4ad447d0-0dcb-4a18-8cb2-88f1d4391d20",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Teams Notification - New Rock Notification",
        "Description": "Launched by Notification Message entity workflow trigger.",
        "Order": 0,
        "WorkTerm": "Work",
        "ProcessingIntervalSeconds": 28800,
        "IsPersisted": true,
        "SummaryViewText": "<div class='row'>\n    <div class='col-sm-6'>\n        <dl><dt>Started By</dt><dd>{{ Workflow.InitiatorPersonAlias.Person.FullName }}</dd></dl>\n    </div>\n    <div class='col-sm-6'>\n        <dl><dt>Started On</dt><dd>{{ Workflow.ActivatedDateTime | Date:'MM/dd/yyyy' }} at {{ Workflow.ActivatedDateTime | Date:'hh:mm:ss tt' }}</dd></dl>\n    </div>\n</div>\n\n{% assign attributeList = '' %}\n{% for attribute in Workflow.AttributeValues %}\n    {% if attribute.AttributeIsGridColumn %}\n        {% assign attributeValue = attribute.ValueFormatted %}\n        {% if attributeValue != '' %}\n            {% capture item %}<dt>{{ attribute.AttributeName }}</dt><dd>{{ attributeValue }}</dd>{% endcapture %}\n            {% assign attributeList = attributeList | Append:item %}\n        {% endif %}\n    {% endif %}\n{% endfor %}\n\n{% if attributeList != '' %}\n    <div class='row'>\n        <div class='col-sm-6'>\n            <dl>\n                {{ attributeList }}\n            </dl>\n        </div>\n    </div>\n{% endif %}",
        "NoActionMessage": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "LogRetentionPeriod": 1,
        "CompletedWorkflowRetentionPeriod": 1,
        "LoggingLevel": 0,
        "IconCssClass": "fa fa-list-ol",
        "MaxWorkflowAgeDays": 1,
        "IsFormBuilder": false,
        "FormBuilderSettingsJson": null,
        "FormStartDateTime": null,
        "FormEndDateTime": null,
        "WorkflowExpireDateTime": null,
        "IsLoginRequired": false,
        "Slug": null,
        "CreatedDateTime": "2025-09-05T22:46:58.573",
        "ModifiedDateTime": "2025-09-06T14:09:49.78"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "09a617d2-627e-4ab1-975b-b3c5a2fc37bc",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Start",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2025-09-05T22:46:58.827",
        "ModifiedDateTime": "2025-09-05T22:46:58.827"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "4ad447d0-0dcb-4a18-8cb2-88f1d4391d20"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "3f8e80ea-62fb-4aa9-a61c-5983ab326f7f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "POST Teams Notification",
        "Order": 6,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-09-05T22:46:58.873",
        "ModifiedDateTime": "2025-09-06T12:14:16.647"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "09a617d2-627e-4ab1-975b-b3c5a2fc37bc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Lava",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Lava",
        "Description": "The <span class='tip tip-lava'></span> to run.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9a776bf9-4e5f-4654-8ef9-79cfe8cfd5e9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "300"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8e3f4dd5-958a-4c62-934b-7bae93fb2841",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Lava"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "dba1e8f7-c504-40f4-8d15-665e75eab148",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "dc696d66-181e-43ee-a85e-7a0d232a4b35",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign notificationMessageId = Workflow | Attribute:'NotificationMessageId' %}\n{% assign notificationDescription = Workflow | Attribute:'NotificationDescription' %}\n\n{% assign msUsername = Workflow | Attribute:'MicrosoftUserName' %}\n{% assign tenantId = 'Global' | Attribute:'MicrosoftAzureTenantId' %}\n{% assign clientId = 'Global' | Attribute:'MicrosoftRockRMSEnterpriseApplicationID' %}\n{% assign clientSecret = 'Global' | Attribute:'MicrosoftRockEnterpriseApplicationSecret' %}\n{% assign teamsAppId = Workflow | Attribute:'TeamsAppId' %}\n{% assign access_token = Workflow | Attribute:'MicrosoftToken' %}\n\n\n{% assign manifestAppId = Workflow | Attribute:'ManifestAppId' %}  \n\n{% comment %}Append date to force context refresh{% endcomment %}\n{% capture targetUrl %}{{ 'Global' | Attribute:'InternalApplicationRoot' }}notifications?via=teams&n={{ 'Now' | Date:'yyyyMMddHHmmssfff'  }}{% endcapture %} \n\n\n\n{% capture contextJson %}{\"subEntityId\":\"{{ targetUrl }}\"}{% endcapture %}\n{% capture deepLink %}https://teams.microsoft.com/l/entity/{{ manifestAppId }}/redirect?context={{ contextJson  | EscapeDataString}}{% endcapture %}\n\n\n{% comment %}Send activity-feed notification{% endcomment %}\n{% capture payload %}\n{\n  \"teamsAppId\": \"{{ teamsAppId }}\",\n  \"topic\": {\n    \"source\": \"text\",\n    \"value\": \"Rock Notification\",\n    \"webUrl\": \"{{ deepLink }}\"\n  },\n  \"activityType\": \"rockAlert\",\n  \"previewText\": { \"content\": \"{{ notificationDescription }}\" },\n  \"templateParameters\": [\n    { \"name\": \"title\",   \"value\": \"Rock RMS\" },\n    { \"name\": \"summary\", \"value\": \"New notification\" }\n  ]\n}\n{% endcapture %}\n\n{% webrequest\n  url:'https://graph.microsoft.com/v1.0/users/{{ msUsername }}/teamwork/sendActivityNotification'\n  method:'POST'\n  headers:'Authorization^Bearer {{ access_token }}'\n  body:'{{ payload | Trim | StripNewLines }}'\n  requestcontenttype:'application/json' %}\n  {{results | ToJSON}}\n{% endwebrequest %}\n",
        "PersistedTextValue": "{% assign notificationMessageId = Workflow | Attribute:'NotificationMessageId' %}\n{% assign notificationDescription = Workflow | Attribute:'NotificationDescription' %}\n\n{% assign msUsername = Workflow | Attribute:'MicrosoftUserName' %}\n{% assign tenantId = 'Global' | Attribute:'MicrosoftAzureTenantId' %}\n{% assign clientId = 'Global' | Attribute:'MicrosoftRockRMSEnterpriseApplicationID' %}\n{% assign clientSecret = 'Global' | Attribute:'MicrosoftRockEnterpriseApplicationSecret' %}\n{% assign teamsAppId = Workflow | Attribute:'TeamsAppId' %}\n{% assign access_token = Workflow | Attribute:'MicrosoftToken' %}\n\n\n{% assign manifestAppId = Workflow | Attribute:'ManifestAppId' %}  \n\n{% comment %}Append date to force context refresh{% endcomment %}\n{% capture targetUrl %}{{ 'Global' | Attribute:'InternalApplicationRoot' }}notifications?via=teams&n={{ 'Now' | Date:'yyyyMMddHHmmssfff'  }}{% endcapture %} \n\n\n\n{% capture contextJson %}{\"subEntityId\":\"{{ targetUrl }}\"}{% endcapture %}\n{% capture deepLink %}https://teams.microsoft.com/l/entity/{{ manifestAppId }}/redirect?context={{ contextJson  | EscapeDataString}}{% endcapture %}\n\n\n{% comment %}Send activity-feed notification{% endcomment %}\n{% capture payload %}\n{\n  \"teamsAppId\": \"{{ teamsAppId }}\",\n  \"topic\": {\n    \"source\": \"text\",\n    \"value\": \"Rock Notification\",\n    \"webUrl\": \"{{ deepLink }}\"\n  },\n  \"activityType\": \"rockAlert\",\n  \"previewText\": { \"content\": \"{{ notificationDescription }}\" },\n  \"templateParameters\": [\n    { \"name\": \"title\",   \"value\": \"Rock RMS\" },\n    { \"name\": \"summary\", \"value\": \"New notification\" }\n  ]\n}\n{% endcapture %}\n\n{% webrequest\n  url:'https://graph.microsoft.com/v1.0/users/{{ msUsername }}/teamwork/sendActivityNotification'\n  method:'POST'\n  headers:'Authorization^Bearer {{ access_token }}'\n  body:'{{ payload | Trim | StripNewLines }}'\n  requestcontenttype:'application/json' %}\n  {{results | ToJSON}}\n{% endwebrequest %}\n",
        "PersistedHtmlValue": "{% assign notificationMessageId = Workflow | Attribute:&#39;NotificationMessageId&#39; %}\n{% assign notificationDescription = Workflow | Attribute:&#39;NotificationDescription&#39; %}\n\n{% assign msUsername = Workflow | Attribute:&#39;MicrosoftUserName&#39; %}\n{% assign tenantId = &#39;Global&#39; | Attribute:&#39;MicrosoftAzureTenantId&#39; %}\n{% assign clientId = &#39;Global&#39; | Attribute:&#39;MicrosoftRockRMSEnterpriseApplicationID&#39; %}\n{% assign clientSecret = &#39;Global&#39; | Attribute:&#39;MicrosoftRockEnterpriseApplicationSecret&#39; %}\n{% assign teamsAppId = Workflow | Attribute:&#39;TeamsAppId&#39; %}\n{% assign access_token = Workflow | Attribute:&#39;MicrosoftToken&#39; %}\n\n\n{% assign manifestAppId = Workflow | Attribute:&#39;ManifestAppId&#39; %}  \n\n{% comment %}Append date to force context refresh{% endcomment %}\n{% capture targetUrl %}{{ &#39;Global&#39; | Attribute:&#39;InternalApplicationRoot&#39; }}notifications?via=teams&amp;n={{ &#39;Now&#39; | Date:&#39;yyyyMMddHHmmssfff&#39;  }}{% endcapture %} \n\n\n\n{% capture contextJson %}{&quot;subEntityId&quot;:&quot;{{ targetUrl }}&quot;}{% endcapture %}\n{% capture deepLink %}https://teams.microsoft.com/l/entity/{{ manifestAppId }}/redirect?context={{ contextJson  | EscapeDataString}}{% endcapture %}\n\n\n{% comment %}Send activity-feed notification{% endcomment %}\n{% capture payload %}\n{\n  &quot;teamsAppId&quot;: &quot;{{ teamsAppId }}&quot;,\n  &quot;topic&quot;: {\n    &quot;source&quot;: &quot;text&quot;,\n    &quot;value&quot;: &quot;Rock Notification&quot;,\n    &quot;webUrl&quot;: &quot;{{ deepLink }}&quot;\n  },\n  &quot;activityType&quot;: &quot;rockAlert&quot;,\n  &quot;previewText&quot;: { &quot;content&quot;: &quot;{{ notificationDescription }}&quot; },\n  &quot;templateParameters&quot;: [\n    { &quot;name&quot;: &quot;title&quot;,   &quot;value&quot;: &quot;Rock RMS&quot; },\n    { &quot;name&quot;: &quot;summary&quot;, &quot;value&quot;: &quot;New notification&quot; }\n  ]\n}\n{% endcapture %}\n\n{% webrequest\n  url:&#39;https://graph.microsoft.com/v1.0/users/{{ msUsername }}/teamwork/sendActivityNotification&#39;\n  method:&#39;POST&#39;\n  headers:&#39;Authorization^Bearer {{ access_token }}&#39;\n  body:&#39;{{ payload | Trim | StripNewLines }}&#39;\n  requestcontenttype:&#39;application/json&#39; %}\n  {{results | ToJSON}}\n{% endwebrequest %}\n",
        "PersistedCondensedTextValue": "{% assign notificationMessageId = Workflow | Attribute:'NotificationMessageId' %}\n{% assign...",
        "PersistedCondensedHtmlValue": "{% assign notificationMessageId = Workflow | Attribute:&#39;NotificationMessageId&#39; %}\n{% assign...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-05T22:46:59.013",
        "ModifiedDateTime": "2025-09-06T12:15:08.667"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3f8e80ea-62fb-4aa9-a61c-5983ab326f7f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1924bdc-9b79-4018-9d4a-c3516c87a514",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "da720d4e-1131-4852-8b16-fd27475dadb5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-09-05T22:46:59.013",
        "ModifiedDateTime": "2025-09-05T22:46:59.013"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1924bdc-9b79-4018-9d4a-c3516c87a514"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3f8e80ea-62fb-4aa9-a61c-5983ab326f7f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b833f48-efc2-4537-b1e3-7793f6863eaa",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "431273c6-342d-4030-adc7-7cdedc7f8b27",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to store the result in.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "88448433-c21f-4a24-b9d6-ea4462171a11",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "e6f2fefd-ab5d-4b12-86ef-c6a55213d29e",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-05T22:46:59.013",
        "ModifiedDateTime": "2025-09-05T22:46:59.013"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "431273c6-342d-4030-adc7-7cdedc7f8b27"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3f8e80ea-62fb-4aa9-a61c-5983ab326f7f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f3e380bf-aac8-4015-9adc-0df56b5462f5",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Enabled Lava Commands",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EnabledLavaCommands",
        "Name": "Enabled Lava Commands",
        "Description": "The Lava commands that should be enabled for this action.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.LavaCommandsFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9df7f10a-5865-47a4-90c4-efa241afd774",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity,Sql,WebRequest",
        "PersistedTextValue": "RockEntity,Sql,WebRequest",
        "PersistedHtmlValue": "RockEntity,Sql,WebRequest",
        "PersistedCondensedTextValue": "RockEntity,Sql,WebRequest",
        "PersistedCondensedHtmlValue": "RockEntity,Sql,WebRequest",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-05T22:46:59.013",
        "ModifiedDateTime": "2025-09-05T23:34:36.69"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3e380bf-aac8-4015-9adc-0df56b5462f5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3f8e80ea-62fb-4aa9-a61c-5983ab326f7f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "3a7c126e-4f2f-4270-9b6c-1efa20a1d783",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Workflow Complete",
        "Order": 8,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-09-05T22:46:58.873",
        "ModifiedDateTime": "2025-09-06T12:14:16.647"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "09a617d2-627e-4ab1-975b-b3c5a2fc37bc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0ca0ddef-48ef-4abc-9822-a05e225de26c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "35aad29a-4ec9-431e-8040-c7f1aaf575f6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-09-05T22:46:59.217",
        "ModifiedDateTime": "2025-09-05T22:46:59.217"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0ca0ddef-48ef-4abc-9822-a05e225de26c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3a7c126e-4f2f-4270-9b6c-1efa20a1d783"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "25cad4be-5a00-409d-9bab-e32518d89956",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "385a255b-9f48-4625-862b-26231dbac53a",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Status|Status Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Status",
        "Name": "Status|Status Attribute",
        "Description": "The status to set the workflow to when marking the workflow complete. <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "Completed",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8a36393b-7847-4cd9-8017-e5b03e7a5d74",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Completed",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-05T22:46:59.217",
        "ModifiedDateTime": "2025-09-05T22:46:59.217"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "385a255b-9f48-4625-862b-26231dbac53a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3a7c126e-4f2f-4270-9b6c-1efa20a1d783"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "4151e427-f854-4a2e-be9b-e1182b3666de",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Notification Message Id From Entity",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-09-05T23:34:36.487",
        "ModifiedDateTime": "2025-09-05T23:34:36.487"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "09a617d2-627e-4ab1-975b-b3c5a2fc37bc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9392e3d7-a28b-4cd8-8b03-5e147b102ef1",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0fadf9fd-433f-4f07-ae4f-7167daa5f872",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-09-05T23:34:36.783",
        "ModifiedDateTime": "2025-09-05T23:34:36.783"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9392e3d7-a28b-4cd8-8b03-5e147b102ef1"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4151e427-f854-4a2e-be9b-e1182b3666de"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ad4efac4-e687-43df-832f-0dc3856ababb",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "61e6e1bc-e657-4f00-b2e9-769aaa25b9f7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to set the value of.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5174bdec-fdc6-4302-8266-a3144f9a24e0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "05a9aee6-a7a8-40e8-a905-c1f730124edf",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-05T23:34:36.783",
        "ModifiedDateTime": "2025-09-05T23:34:36.783"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "61e6e1bc-e657-4f00-b2e9-769aaa25b9f7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4151e427-f854-4a2e-be9b-e1182b3666de"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b524b00c-29cb-49e9-9896-8bb60f209783",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Entity Is Required",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EntityIsRequired",
        "Name": "Entity Is Required",
        "Description": "Should an error be returned if the entity is missing or not a valid entity type?",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "DefaultPersistedTextValue": "Yes",
        "DefaultPersistedHtmlValue": "Yes",
        "DefaultPersistedCondensedTextValue": "Y",
        "DefaultPersistedCondensedHtmlValue": "Y",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2020-06-18T15:51:48.463",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c25bc75c-d287-46dc-9be9-c961e9a19949",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "PersistedTextValue": "Yes",
        "PersistedHtmlValue": "Yes",
        "PersistedCondensedTextValue": "Y",
        "PersistedCondensedHtmlValue": "Y",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": true,
        "CreatedDateTime": "2025-09-05T23:34:36.783",
        "ModifiedDateTime": "2025-09-05T23:34:36.783"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b524b00c-29cb-49e9-9896-8bb60f209783"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4151e427-f854-4a2e-be9b-e1182b3666de"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1246c53a-fd92-4e08-abde-9a6c37e70c7b",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Use Id instead of Guid",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "UseId",
        "Name": "Use Id instead of Guid",
        "Description": "Most entity attribute field types expect the Guid of the entity (which is used by default). Select this option if the entity's Id should be used instead (should be rare).",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "23a5d4d9-5c5d-4e69-be7e-c980a49ad3c9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-09-05T23:34:36.783",
        "ModifiedDateTime": "2025-09-05T23:34:36.783"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1246c53a-fd92-4e08-abde-9a6c37e70c7b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4151e427-f854-4a2e-be9b-e1182b3666de"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Lava Template",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "LavaTemplate",
        "Name": "Lava Template",
        "Description": "By default this action will set the attribute value equal to the guid (or id) of the entity that was passed in for processing. If you include a lava template here, the action will instead set the attribute value to the output of this template. The mergefield to use for the entity is 'Entity.' For example, use {{ Entity.Name }} if the entity has a Name property. <span class='tip tip-lava'></span>",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2020-06-18T15:51:48.477",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "66ecbc34-2177-497c-8dec-974a87202f4b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "69e16d80-7ac6-4427-9dd5-f637680ac157",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Lava"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4174989b-7337-4797-8e86-8323ed6a044f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c18c87b2-a2d8-412c-b36b-016485d3ce51",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Entity.Id }}",
        "PersistedTextValue": "{{ Entity.Id }}",
        "PersistedHtmlValue": "{{ Entity.Id }}",
        "PersistedCondensedTextValue": "{{ Entity.Id }}",
        "PersistedCondensedHtmlValue": "{{ Entity.Id }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-05T23:34:36.783",
        "ModifiedDateTime": "2025-09-05T23:34:36.783"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4151e427-f854-4a2e-be9b-e1182b3666de"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "8e7dd948-3b3b-4797-b002-652aadc69060",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Person from Notification Message",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-09-06T08:53:48.457",
        "ModifiedDateTime": "2025-09-06T09:38:04.387"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "09a617d2-627e-4ab1-975b-b3c5a2fc37bc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3715ebd4-062e-40ee-a7f7-98f22a5390ea",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign notificationMessageId = Workflow | Attribute:'NotificationMessageId' %}\n\n{% notificationmessage id:'{{ notificationMessageId }}' securityenabled:'false' %}\n    {{ notificationmessage.PersonAlias.Person.PrimaryAlias.Guid }}\n{% endnotificationmessage %}",
        "PersistedTextValue": "{% assign notificationMessageId = Workflow | Attribute:'NotificationMessageId' %}\n\n{% notificationmessage id:'{{ notificationMessageId }}' securityenabled:'false' %}\n    {{ notificationmessage.PersonAlias.Person.PrimaryAlias.Guid }}\n{% endnotificationmessage %}",
        "PersistedHtmlValue": "{% assign notificationMessageId = Workflow | Attribute:&#39;NotificationMessageId&#39; %}\n\n{% notificationmessage id:&#39;{{ notificationMessageId }}&#39; securityenabled:&#39;false&#39; %}\n    {{ notificationmessage.PersonAlias.Person.PrimaryAlias.Guid }}\n{% endnotificationmessage %}",
        "PersistedCondensedTextValue": "{% assign notificationMessageId = Workflow | Attribute:'NotificationMessageId' %}\n\n{%...",
        "PersistedCondensedHtmlValue": "{% assign notificationMessageId = Workflow | Attribute:&#39;NotificationMessageId&#39; %}\n\n{%...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T08:53:48.777",
        "ModifiedDateTime": "2025-09-06T08:53:48.777"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8e7dd948-3b3b-4797-b002-652aadc69060"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5f7a72c5-4a42-43ef-868c-55f7d82453f8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-09-06T08:53:48.777",
        "ModifiedDateTime": "2025-09-06T08:53:48.777"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1924bdc-9b79-4018-9d4a-c3516c87a514"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8e7dd948-3b3b-4797-b002-652aadc69060"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b7a10398-6078-41bd-84bb-47157e46a85e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "f5f29d6a-c7ea-4d9e-a9fb-72a8a20b7a84",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T08:53:48.777",
        "ModifiedDateTime": "2025-09-06T08:53:48.777"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "431273c6-342d-4030-adc7-7cdedc7f8b27"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8e7dd948-3b3b-4797-b002-652aadc69060"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "827c5d21-346c-4861-b01f-90a27414f72c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T08:53:48.777",
        "ModifiedDateTime": "2025-09-06T08:53:48.777"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3e380bf-aac8-4015-9adc-0df56b5462f5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8e7dd948-3b3b-4797-b002-652aadc69060"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "9877531a-1def-4f09-9a5c-a65a85ff76cd",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set UserName from Person",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-09-06T08:53:48.457",
        "ModifiedDateTime": "2025-09-06T09:38:04.387"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "09a617d2-627e-4ab1-975b-b3c5a2fc37bc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "440d7c3d-336c-4891-b1a7-b9ebd3ffe9c4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign person = Workflow | Attribute:'Person','Object' %}\n{% assign personId = person.Id %}\n\n{% userlogin where:'UserName *=\"Office365_\" && PersonId == \"{{ personId }}\"' securityenabled:'false' limit:'1' sort:'LastActivityDateTime desc' %}\n    {{ userloginItems[0].UserName | Remove:'Office365_' }}\n{% enduserlogin %}",
        "PersistedTextValue": "{% assign person = Workflow | Attribute:'Person','Object' %}\n{% assign personId = person.Id %}\n\n{% userlogin where:'UserName *=\"Office365_\" && PersonId == \"{{ personId }}\"' securityenabled:'false' limit:'1' sort:'LastActivityDateTime desc' %}\n    {{ userloginItems[0].UserName | Remove:'Office365_' }}\n{% enduserlogin %}",
        "PersistedHtmlValue": "{% assign person = Workflow | Attribute:&#39;Person&#39;,&#39;Object&#39; %}\n{% assign personId = person.Id %}\n\n{% userlogin where:&#39;UserName *=&quot;Office365_&quot; &amp;&amp; PersonId == &quot;{{ personId }}&quot;&#39; securityenabled:&#39;false&#39; limit:&#39;1&#39; sort:&#39;LastActivityDateTime desc&#39; %}\n    {{ userloginItems[0].UserName | Remove:&#39;Office365_&#39; }}\n{% enduserlogin %}",
        "PersistedCondensedTextValue": "{% assign person = Workflow | Attribute:'Person','Object' %}\n{% assign personId = person.Id...",
        "PersistedCondensedHtmlValue": "{% assign person = Workflow | Attribute:&#39;Person&#39;,&#39;Object&#39; %}\n{% assign personId = person.Id...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T08:53:48.967",
        "ModifiedDateTime": "2025-09-06T08:56:03.18"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "9877531a-1def-4f09-9a5c-a65a85ff76cd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "84fd36e2-2193-464d-af33-2710d62b7c59",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-09-06T08:53:48.967",
        "ModifiedDateTime": "2025-09-06T08:53:48.967"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1924bdc-9b79-4018-9d4a-c3516c87a514"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "9877531a-1def-4f09-9a5c-a65a85ff76cd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8684c235-d0fb-492f-a647-f82494898fcb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "8ea3dffe-aabb-480f-a028-ddafeb203755",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T08:53:48.967",
        "ModifiedDateTime": "2025-09-06T08:53:48.967"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "431273c6-342d-4030-adc7-7cdedc7f8b27"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "9877531a-1def-4f09-9a5c-a65a85ff76cd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "aa1c43ce-27b1-4ea9-ae85-5a8af3673cdb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T08:53:48.967",
        "ModifiedDateTime": "2025-09-06T08:53:48.967"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3e380bf-aac8-4015-9adc-0df56b5462f5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "9877531a-1def-4f09-9a5c-a65a85ff76cd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "0bb87f38-2cfa-497a-9036-84aaf4293d9e",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set NotificationDescription from Notification Message",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-09-06T09:38:04.387",
        "ModifiedDateTime": "2025-09-06T09:38:04.387"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "09a617d2-627e-4ab1-975b-b3c5a2fc37bc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "02db1314-3163-4bf9-af0a-afc79054dbf9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign notificationMessageId = Workflow | Attribute:'NotificationMessageId' %}\n\n{% notificationmessage id:'{{ notificationMessageId }}' securityenabled:'false' %}\n    {{ notificationmessage.Description }}\n{% endnotificationmessage %}",
        "PersistedTextValue": "{% assign notificationMessageId = Workflow | Attribute:'NotificationMessageId' %}\n\n{% notificationmessage id:'{{ notificationMessageId }}' securityenabled:'false' %}\n    {{ notificationmessage.Description }}\n{% endnotificationmessage %}",
        "PersistedHtmlValue": "{% assign notificationMessageId = Workflow | Attribute:&#39;NotificationMessageId&#39; %}\n\n{% notificationmessage id:&#39;{{ notificationMessageId }}&#39; securityenabled:&#39;false&#39; %}\n    {{ notificationmessage.Description }}\n{% endnotificationmessage %}",
        "PersistedCondensedTextValue": "{% assign notificationMessageId = Workflow | Attribute:'NotificationMessageId' %}\n\n{%...",
        "PersistedCondensedHtmlValue": "{% assign notificationMessageId = Workflow | Attribute:&#39;NotificationMessageId&#39; %}\n\n{%...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T09:38:04.75",
        "ModifiedDateTime": "2025-09-06T09:38:04.75"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0bb87f38-2cfa-497a-9036-84aaf4293d9e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "46b73367-3cc5-4428-a79c-4ef61b6e4415",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-09-06T09:38:04.75",
        "ModifiedDateTime": "2025-09-06T09:38:04.75"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1924bdc-9b79-4018-9d4a-c3516c87a514"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0bb87f38-2cfa-497a-9036-84aaf4293d9e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "af135b77-3227-4e37-afca-f1832bf7885b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "02095ca9-b316-4d30-b89b-40b43b6805f9",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T09:38:04.75",
        "ModifiedDateTime": "2025-09-06T09:38:04.75"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "431273c6-342d-4030-adc7-7cdedc7f8b27"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0bb87f38-2cfa-497a-9036-84aaf4293d9e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "618f7250-267d-4dbf-aa6a-574bb46b52c1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T09:38:04.75",
        "ModifiedDateTime": "2025-09-06T09:38:04.75"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3e380bf-aac8-4015-9adc-0df56b5462f5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0bb87f38-2cfa-497a-9036-84aaf4293d9e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "f974d351-c769-4d62-9388-a819ce246213",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Microsoft Token Response",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-09-06T09:42:04.57",
        "ModifiedDateTime": "2025-09-06T10:02:38.093"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "09a617d2-627e-4ab1-975b-b3c5a2fc37bc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f9c30f3a-4517-4f7d-8b65-64e3439face2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% capture body %}\nclient_id={{ 'Global' | Attribute:'MicrosoftRockRMSEnterpriseApplicationID' }}\n&client_secret={{ 'Global' | Attribute:'MicrosoftRockEnterpriseApplicationSecret' }}\n&grant_type=client_credentials\n&scope=https://graph.microsoft.com/.default  \n{% endcapture %}\n\n{% webrequest url:'https://login.microsoftonline.com/{{ 'Global' | Attribute:'MicrosoftAzureTenantId' }}/oauth2/v2.0/token' method:'POST' body:'{{body}}' requestcontenttype:'application/x-www-form-urlencoded' %}\n    {{results | ToJSON}}\n{% endwebrequest %}",
        "PersistedTextValue": "{% capture body %}\nclient_id={{ 'Global' | Attribute:'MicrosoftRockRMSEnterpriseApplicationID' }}\n&client_secret={{ 'Global' | Attribute:'MicrosoftRockEnterpriseApplicationSecret' }}\n&grant_type=client_credentials\n&scope=https://graph.microsoft.com/.default  \n{% endcapture %}\n\n{% webrequest url:'https://login.microsoftonline.com/{{ 'Global' | Attribute:'MicrosoftAzureTenantId' }}/oauth2/v2.0/token' method:'POST' body:'{{body}}' requestcontenttype:'application/x-www-form-urlencoded' %}\n    {{results | ToJSON}}\n{% endwebrequest %}",
        "PersistedHtmlValue": "{% capture body %}\nclient_id={{ &#39;Global&#39; | Attribute:&#39;MicrosoftRockRMSEnterpriseApplicationID&#39; }}\n&amp;client_secret={{ &#39;Global&#39; | Attribute:&#39;MicrosoftRockEnterpriseApplicationSecret&#39; }}\n&amp;grant_type=client_credentials\n&amp;scope=https://graph.microsoft.com/.default  \n{% endcapture %}\n\n{% webrequest url:&#39;https://login.microsoftonline.com/{{ &#39;Global&#39; | Attribute:&#39;MicrosoftAzureTenantId&#39; }}/oauth2/v2.0/token&#39; method:&#39;POST&#39; body:&#39;{{body}}&#39; requestcontenttype:&#39;application/x-www-form-urlencoded&#39; %}\n    {{results | ToJSON}}\n{% endwebrequest %}",
        "PersistedCondensedTextValue": "{% capture body %}\nclient_id={{ 'Global' | Attribute:'MicrosoftRockRMSEnterpriseApplicationID'...",
        "PersistedCondensedHtmlValue": "{% capture body %}\nclient_id={{ &#39;Global&#39; | Attribute:&#39;MicrosoftRockRMSEnterpriseApplicationID&#39;...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T10:00:36.267",
        "ModifiedDateTime": "2025-09-06T10:00:36.267"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f974d351-c769-4d62-9388-a819ce246213"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8a6e2690-528b-4587-b1c8-4d60a294cba5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-09-06T10:00:36.267",
        "ModifiedDateTime": "2025-09-06T10:00:36.267"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1924bdc-9b79-4018-9d4a-c3516c87a514"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f974d351-c769-4d62-9388-a819ce246213"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f4c1b2e5-6b72-48f0-b7bb-b2182af5d071",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "73732776-7e97-43d6-9042-3632a782e128",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T10:00:36.267",
        "ModifiedDateTime": "2025-09-06T10:02:38.27"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "431273c6-342d-4030-adc7-7cdedc7f8b27"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f974d351-c769-4d62-9388-a819ce246213"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0e0741ad-a3ae-41ab-8f74-3ab58708344b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "WebRequest",
        "PersistedTextValue": "WebRequest",
        "PersistedHtmlValue": "WebRequest",
        "PersistedCondensedTextValue": "WebRequest",
        "PersistedCondensedHtmlValue": "WebRequest",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T10:00:36.267",
        "ModifiedDateTime": "2025-09-06T10:00:36.267"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3e380bf-aac8-4015-9adc-0df56b5462f5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f974d351-c769-4d62-9388-a819ce246213"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "e6a4c5e5-3efb-4087-babb-2ad8a8cd6a38",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Parse Microsoft Token",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-09-06T10:02:38.093",
        "ModifiedDateTime": "2025-09-06T10:02:38.093"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "09a617d2-627e-4ab1-975b-b3c5a2fc37bc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bd223f04-c5e8-4705-934d-a84c01e49da0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign response = Workflow | Attribute:'MicrosoftTokenResponse' | FromJSON %}\n{{ response.access_token }}",
        "PersistedTextValue": "{% assign response = Workflow | Attribute:'MicrosoftTokenResponse' | FromJSON %}\n{{ response.access_token }}",
        "PersistedHtmlValue": "{% assign response = Workflow | Attribute:&#39;MicrosoftTokenResponse&#39; | FromJSON %}\n{{ response.access_token }}",
        "PersistedCondensedTextValue": "{% assign response = Workflow | Attribute:'MicrosoftTokenResponse' | FromJSON %}\n{{...",
        "PersistedCondensedHtmlValue": "{% assign response = Workflow | Attribute:&#39;MicrosoftTokenResponse&#39; | FromJSON %}\n{{...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T10:02:38.33",
        "ModifiedDateTime": "2025-09-06T10:04:33.107"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e6a4c5e5-3efb-4087-babb-2ad8a8cd6a38"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7edecc4e-3e7c-4520-97a0-d2cdb19bc72c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-09-06T10:02:38.33",
        "ModifiedDateTime": "2025-09-06T10:02:38.33"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1924bdc-9b79-4018-9d4a-c3516c87a514"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e6a4c5e5-3efb-4087-babb-2ad8a8cd6a38"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "edb52000-5b9f-4e4d-9789-f9cd2065ba2a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "5afb96a4-aa54-4421-b5e0-0126a9178059",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T10:02:38.33",
        "ModifiedDateTime": "2025-09-06T10:02:38.33"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "431273c6-342d-4030-adc7-7cdedc7f8b27"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e6a4c5e5-3efb-4087-babb-2ad8a8cd6a38"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "247acbd2-a235-42df-b7d6-fc9a039c3b3f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Name WF",
        "Order": 7,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-09-06T12:14:16.647",
        "ModifiedDateTime": "2025-09-06T12:14:16.647"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "09a617d2-627e-4ab1-975b-b3c5a2fc37bc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetWorkflowName"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0a800013-51f7-4902-885a-5be215d67d3d",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetWorkflowName"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ecec1932-f0c7-47e5-a3c5-e2807cfa0b8f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-09-06T12:14:16.943",
        "ModifiedDateTime": "2025-09-06T12:14:16.943"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0a800013-51f7-4902-885a-5be215d67d3d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "247acbd2-a235-42df-b7d6-fc9a039c3b3f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5d95c15a-ccae-40ad-a9dd-f929da587115",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetWorkflowName"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "93852244-a667-4749-961a-d47f88675be4",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Text Value|Attribute Value",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "NameValue",
        "Name": "Text Value|Attribute Value",
        "Description": "The value to use for the workflow's name. <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetWorkflowName"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f0553212-170c-43ac-aea0-279fd20b53b1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "f5f29d6a-c7ea-4d9e-a9fb-72a8a20b7a84",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-09-06T12:14:16.943",
        "ModifiedDateTime": "2025-09-06T12:14:16.943"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "93852244-a667-4749-961a-d47f88675be4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "247acbd2-a235-42df-b7d6-fc9a039c3b3f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b7807ea-24b0-4b73-ac78-5269238281c7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Last Round Robin Person (Select Person)",
        "IsSystem": false,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Key": "2d5fa153-0543-46d0-9d51-61ac730e9bfc",
        "Name": "Last Round Robin Person (Select Person)",
        "Description": null,
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": null,
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2017-08-04T11:18:41.303",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "68da4d62-1d68-4044-9947-b854ba6e87de",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Last Round Robin Person (Assign Pastor)",
        "IsSystem": false,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Key": "1ec26111-8f24-4ad4-8258-6270d7ec9fbe",
        "Name": "Last Round Robin Person (Assign Pastor)",
        "Description": null,
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": null,
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2017-09-25T14:47:30.373",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5be1bb26-5ff5-4544-96a8-a306b34cb60c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Flow Chart",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "FlowChart",
        "Name": "Flow Chart",
        "Description": "",
        "Order": 1020,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2019-11-18T10:50:02.35",
        "ModifiedDateTime": "2023-03-24T02:11:37.353"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.FileFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6286fb36-5e8f-4aaf-9515-19193621eb4d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "binaryFileType",
        "Value": "6cbea3b0-e983-40c1-9712-bd3fa2466eae"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5be1bb26-5ff5-4544-96a8-a306b34cb60c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "54101ba5-e521-4f28-a2ae-9f5f536fbfa4",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "BEMA Custom Code Items",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BEMACustomCodeItems",
        "Name": "BEMA Custom Code Items",
        "Description": "",
        "Order": 1086,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2020-04-13T15:48:04.503",
        "ModifiedDateTime": "2023-02-10T02:15:11.84"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.MatrixFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "194415d9-09dc-4230-8104-082a6b939ee1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributematrixtemplate",
        "Value": "7"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "54101ba5-e521-4f28-a2ae-9f5f536fbfa4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Custom Code Items",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "CustomCodeItems",
        "Name": "Custom Code Items",
        "Description": "",
        "Order": 1157,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2020-02-27T15:30:38.063",
        "ModifiedDateTime": "2023-03-24T02:11:37.29"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.MatrixFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5b21ace5-106e-4877-a558-bf13ea4bc93b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributematrixtemplate",
        "Value": "12"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9d017116-d8ca-4fa9-be65-21b0a24d794a",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "BEMA Upgrade Additional Flags",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BEMAUpgradeAdditionalFlags",
        "Name": "BEMA Upgrade Additional Flags",
        "Description": "",
        "Order": 1158,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2020-02-27T15:31:32.78",
        "ModifiedDateTime": "2023-03-24T02:11:37.29"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bc692e9f-6f5c-4121-8d52-259465febe39",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2fb2cc69-af8a-40f6-bdfb-a0de3c051e3b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "repeatColumns",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c5292238-7f21-49e0-b3c3-036659b99996",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "Critical"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "76c1c505-b11f-4757-abb6-2c17211673a0",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "EntryPage",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "EntryPage",
        "Name": "EntryPage",
        "Description": "This attribute is used to programmatically enter the URL of the workflow entry page. Sometimes it is custom, sometimes it is just the generic workflow entry page.",
        "Order": 2008,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2021-09-30T08:49:03.643",
        "ModifiedDateTime": "2023-03-24T02:11:37.353"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.UrlLinkFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "14870faf-3b53-49d6-96b7-c8c1f72772fe",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ShouldAlwaysShowCondensed",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "76c1c505-b11f-4757-abb6-2c17211673a0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2212f7bd-7140-4b42-ac5b-880753979730",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ShouldRequireTrailingForwardSlash",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "76c1c505-b11f-4757-abb6-2c17211673a0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a3f64723-3ed5-4f47-bb4f-f3248d116126",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Hubspot Keys",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "HubspotKeys",
        "Name": "Hubspot Keys",
        "Description": "",
        "Order": 2565,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2022-05-04T13:44:44.693",
        "ModifiedDateTime": "2023-04-19T03:36:57.187"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.KeyValueListFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f30586c9-1cb1-439f-b47b-d1b8112bff84",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowhtml",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a3f64723-3ed5-4f47-bb4f-f3248d116126"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e0c90d2e-00ca-42e7-b1b6-7890af2d3f01",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "customvalues",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a3f64723-3ed5-4f47-bb4f-f3248d116126"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "570e5c12-6e95-40af-ae38-43c38f4bd081",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a3f64723-3ed5-4f47-bb4f-f3248d116126"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "44d20be5-1184-4c4e-b08b-67a507b3f86a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayvaluefirst",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a3f64723-3ed5-4f47-bb4f-f3248d116126"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e7d0eb06-8a4e-475e-97e1-342b21017dbf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "keyprompt",
        "Value": "Workflow Attribute Key"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a3f64723-3ed5-4f47-bb4f-f3248d116126"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "be7659df-0c09-4934-a911-a3bfefd760dc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "valueprompt",
        "Value": "Hubspot Key"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a3f64723-3ed5-4f47-bb4f-f3248d116126"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3bc0266c-fcf9-4d19-96ec-d95485073bd7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Workflow Entry Block Title",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BlockTitle",
        "Name": "Workflow Entry Block Title",
        "Description": "A title for the Workflow Entry block",
        "Order": 6558,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2020-08-03T12:50:57.527",
        "ModifiedDateTime": "2023-03-24T02:11:37.353"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bde30911-9e76-4137-bffc-3a74048a11a7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3bc0266c-fcf9-4d19-96ec-d95485073bd7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "dff63d36-21b0-41d2-af4c-0279e9de4ae4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": "50"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3bc0266c-fcf9-4d19-96ec-d95485073bd7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d758556b-1936-4bca-8c50-17d25b0333f3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3bc0266c-fcf9-4d19-96ec-d95485073bd7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d91c622a-4ad6-449e-ab4b-d1aa18176ce8",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "ClickUpId",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "ClickUpId",
        "Name": "ClickUpId",
        "Description": "",
        "Order": 15254,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2023-02-13T14:55:11.45",
        "ModifiedDateTime": "2023-02-13T14:55:11.45"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e5a54995-f434-478a-b9ac-3d1995bf7631",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d91c622a-4ad6-449e-ab4b-d1aa18176ce8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fc84cd6c-127e-4c18-b111-8df21024e668",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d91c622a-4ad6-449e-ab4b-d1aa18176ce8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ba8e7f31-de1d-4b19-861f-63ff683164b8",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d91c622a-4ad6-449e-ab4b-d1aa18176ce8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d86295db-2def-41da-97bb-7f62ecb0eed8",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Is Helix Editable",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "IsHelixEditable",
        "Name": "Is Helix Editable",
        "Description": "Attribute to identify Workflow Types used for Helix Forms",
        "Order": 2514417,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2025-04-28T08:39:47.85",
        "ModifiedDateTime": "2025-04-28T08:39:47.85"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e0aca4b2-5bc9-4975-b071-a03ae73b6719",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "BooleanControlType",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d86295db-2def-41da-97bb-7f62ecb0eed8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "944ffb52-a69c-4642-9e88-2e586be3e768",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d86295db-2def-41da-97bb-7f62ecb0eed8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e7055fe7-f84d-43c5-b580-aa8c46ab3279",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d86295db-2def-41da-97bb-7f62ecb0eed8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9bd0dfd7-1c85-47d4-99e6-ef9a0e5939ce",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Public Start Date",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "PublicStartDate",
        "Name": "Public Start Date",
        "Description": "",
        "Order": 2514418,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2025-04-28T10:12:39.867",
        "ModifiedDateTime": "2025-04-28T10:12:39.867"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DateFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bd758892-6869-4166-a75c-028fb1d678c1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "datePickerControlType",
        "Value": "Date Picker"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9bd0dfd7-1c85-47d4-99e6-ef9a0e5939ce"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6ada5e18-4982-4e86-8799-5cd766feb56c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayCurrentOption",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9bd0dfd7-1c85-47d4-99e6-ef9a0e5939ce"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f975fc1e-fe2a-487e-aaab-206d87361f72",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayDiff",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9bd0dfd7-1c85-47d4-99e6-ef9a0e5939ce"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b934b6b9-982f-4ab0-8dd1-5a3ded254bf2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "format",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9bd0dfd7-1c85-47d4-99e6-ef9a0e5939ce"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "82d92e7f-8330-4cfe-93ea-f014921c22ca",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "futureYearCount",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9bd0dfd7-1c85-47d4-99e6-ef9a0e5939ce"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fa45f99c-a0d1-432e-a115-aaf51490fc64",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Public End Date",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "PublicEndDate",
        "Name": "Public End Date",
        "Description": "",
        "Order": 2514419,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2025-04-28T10:12:54.043",
        "ModifiedDateTime": "2025-04-28T10:12:54.043"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DateFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "db410f35-48a6-4795-b4e9-ab3917ba5711",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "datePickerControlType",
        "Value": "Date Picker"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fa45f99c-a0d1-432e-a115-aaf51490fc64"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1f4106b7-6bd7-484b-9884-e5a71c57cfe0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayCurrentOption",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fa45f99c-a0d1-432e-a115-aaf51490fc64"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "cd6e65d1-ae84-4739-8f4d-8e34cf568e74",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayDiff",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fa45f99c-a0d1-432e-a115-aaf51490fc64"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f742605e-1189-4d2f-9a0b-465858320427",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "format",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fa45f99c-a0d1-432e-a115-aaf51490fc64"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "cea047c1-51e8-4bcb-8004-9d0b31c3ab27",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "futureYearCount",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fa45f99c-a0d1-432e-a115-aaf51490fc64"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6af98a7d-8b52-4438-ab72-f7684a37ff12",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Connection Opportunity",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "ConnectionOpportunity",
        "Name": "Connection Opportunity",
        "Description": "Connection Opportunity for Helix Forms",
        "Order": 2514422,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2025-04-29T12:51:17.033",
        "ModifiedDateTime": "2025-04-29T12:51:17.033"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.ConnectionOpportunityFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f52460c8-ed7e-4803-8030-39e158d5a35b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "connectionTypeFilter",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6af98a7d-8b52-4438-ab72-f7684a37ff12"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f7faecfb-a5fb-4396-99a4-43d226f0fe1b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "includeInactive",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6af98a7d-8b52-4438-ab72-f7684a37ff12"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a16143b8-0674-4296-bc09-e7a654c5a922",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Group",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "Group",
        "Name": "Group",
        "Description": "Group for Helix Forms",
        "Order": 2514423,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2025-04-29T12:51:30.38",
        "ModifiedDateTime": "2025-04-29T12:51:30.38"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.GroupFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "29bf405b-468a-47d7-a36a-78a7124e2f42",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Response Limit",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "ResponseLimit",
        "Name": "Response Limit",
        "Description": "Limits how many Form submissions can be created",
        "Order": 2514437,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": "2025-06-10T13:41:32.09",
        "ModifiedDateTime": "2025-06-10T13:41:32.09"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f5f29d6a-c7ea-4d9e-a9fb-72a8a20b7a84",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Person",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-09-06T14:09:49.89"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "4ad447d0-0dcb-4a18-8cb2-88f1d4391d20"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1a3cf86c-173b-4ce0-85a3-3aad3838fb40",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f5f29d6a-c7ea-4d9e-a9fb-72a8a20b7a84"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "dcb709e3-9ffc-4188-946b-1df4960c38af",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "includeBusinesses",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f5f29d6a-c7ea-4d9e-a9fb-72a8a20b7a84"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "05a9aee6-a7a8-40e8-a905-c1f730124edf",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "NotificationMessageId",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "NotificationMessageId",
        "Name": "NotificationMessageId",
        "Description": "",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-09-06T14:09:50.22"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "4ad447d0-0dcb-4a18-8cb2-88f1d4391d20"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7c2eca16-7dba-4ef9-a236-c1a860b4adcb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "isfirstname",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "05a9aee6-a7a8-40e8-a905-c1f730124edf"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b7b475a6-1796-4d59-935b-fcb7cd74a98b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "05a9aee6-a7a8-40e8-a905-c1f730124edf"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2df68d35-6bd0-4168-9b85-48a5a24dcae9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "05a9aee6-a7a8-40e8-a905-c1f730124edf"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b401f9dc-e91f-46aa-8518-7a2bf94e04d6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "05a9aee6-a7a8-40e8-a905-c1f730124edf"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8ea3dffe-aabb-480f-a028-ddafeb203755",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Microsoft UserName",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "MicrosoftUserName",
        "Name": "Microsoft UserName",
        "Description": "",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-09-06T14:09:50.377"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "4ad447d0-0dcb-4a18-8cb2-88f1d4391d20"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "69102a3c-e6f8-4090-b5be-fb415929a8b9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "isfirstname",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8ea3dffe-aabb-480f-a028-ddafeb203755"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a6b3ec6d-39cf-42fb-892a-800497f35f9a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8ea3dffe-aabb-480f-a028-ddafeb203755"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7276e7ad-2ad0-4a08-b0cb-018e791df605",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8ea3dffe-aabb-480f-a028-ddafeb203755"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "75bef4b4-0f7e-4ac4-84da-43fd6878b62d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8ea3dffe-aabb-480f-a028-ddafeb203755"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "02095ca9-b316-4d30-b89b-40b43b6805f9",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "NotificationDescription",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "NotificationDescription",
        "Name": "NotificationDescription",
        "Description": "",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "You have a new notification from Rock.",
        "DefaultPersistedTextValue": "You have a new notification from Rock.",
        "DefaultPersistedHtmlValue": "You have a new notification from Rock.",
        "DefaultPersistedCondensedTextValue": "You have a new notification from Rock.",
        "DefaultPersistedCondensedHtmlValue": "You have a new notification from Rock.",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-09-06T14:09:50.567"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "4ad447d0-0dcb-4a18-8cb2-88f1d4391d20"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2628e9f9-27e0-4519-bd4b-82af7132490b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "isfirstname",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02095ca9-b316-4d30-b89b-40b43b6805f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fea52853-502d-4768-93d7-359c7cac754b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02095ca9-b316-4d30-b89b-40b43b6805f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b0dc13c2-a8df-434c-9b37-a49c5f3269ce",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02095ca9-b316-4d30-b89b-40b43b6805f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "278c86dc-addf-4966-9284-1b588508012b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02095ca9-b316-4d30-b89b-40b43b6805f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "73732776-7e97-43d6-9042-3632a782e128",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Microsoft Token Response",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "MicrosoftTokenResponse",
        "Name": "Microsoft Token Response",
        "Description": "",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-09-06T14:09:50.69"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "4ad447d0-0dcb-4a18-8cb2-88f1d4391d20"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4c3226f7-788d-476f-beb8-0cf0b335398f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "isfirstname",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "73732776-7e97-43d6-9042-3632a782e128"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d51adaaf-978f-475f-b10e-4ab22c3f2305",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "73732776-7e97-43d6-9042-3632a782e128"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a6fb5412-d9c9-4c8b-b15a-3e4cb9bee1ce",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "73732776-7e97-43d6-9042-3632a782e128"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "08ffbe19-8f3f-465d-9b71-e4050f4abb69",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "73732776-7e97-43d6-9042-3632a782e128"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5afb96a4-aa54-4421-b5e0-0126a9178059",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Microsoft Token",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "MicrosoftToken",
        "Name": "Microsoft Token",
        "Description": "",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-09-06T14:09:50.83"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "4ad447d0-0dcb-4a18-8cb2-88f1d4391d20"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "43505996-139b-42d5-b23f-240db57185c3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "isfirstname",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5afb96a4-aa54-4421-b5e0-0126a9178059"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c7b7a185-ab43-4b48-aa4b-a5bc45af7de7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5afb96a4-aa54-4421-b5e0-0126a9178059"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7c7e506a-a532-4bb3-aa9f-f1c81678633e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5afb96a4-aa54-4421-b5e0-0126a9178059"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e51ec6bc-143a-4e66-a809-3267a0784ab8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5afb96a4-aa54-4421-b5e0-0126a9178059"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4cbafa69-a027-4d6c-ab1d-e7dbcc3579f5",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "TeamsAppId",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "TeamsAppId",
        "Name": "TeamsAppId",
        "Description": "Set as default value here. The catalog Id of the teams app, comes from Teams admin center.",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "2235bb8d-a3f0-421e-8e22-5d3e5e1ad3ae",
        "DefaultPersistedTextValue": "2235bb8d-a3f0-421e-8e22-5d3e5e1ad3ae",
        "DefaultPersistedHtmlValue": "2235bb8d-a3f0-421e-8e22-5d3e5e1ad3ae",
        "DefaultPersistedCondensedTextValue": "2235bb8d-a3f0-421e-8e22-5d3e5e1ad3ae",
        "DefaultPersistedCondensedHtmlValue": "2235bb8d-a3f0-421e-8e22-5d3e5e1ad3ae",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-09-06T14:09:51.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "4ad447d0-0dcb-4a18-8cb2-88f1d4391d20"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c4969505-1ca2-427e-b105-175f664dbc33",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "isfirstname",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4cbafa69-a027-4d6c-ab1d-e7dbcc3579f5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "343bdc96-d18a-4af8-8780-d221f2bed3f2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4cbafa69-a027-4d6c-ab1d-e7dbcc3579f5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "36b3f8e3-31cd-4d6c-b499-9c7465e9accf",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4cbafa69-a027-4d6c-ab1d-e7dbcc3579f5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9f50a812-f187-46df-9567-8e0577b9066c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4cbafa69-a027-4d6c-ab1d-e7dbcc3579f5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "888f78a5-6b05-468c-9f39-7863c3893b5b",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "ManifestAppId",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "ManifestAppId",
        "Name": "ManifestAppId",
        "Description": "Set as default value here. The id set in the manifest.json file when the app was packaged and uploaded to Teams admin center.",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "62b1d5de-59d5-4270-bc69-b0e7e738c38b",
        "DefaultPersistedTextValue": "62b1d5de-59d5-4270-bc69-b0e7e738c38b",
        "DefaultPersistedHtmlValue": "62b1d5de-59d5-4270-bc69-b0e7e738c38b",
        "DefaultPersistedCondensedTextValue": "62b1d5de-59d5-4270-bc69-b0e7e738c38b",
        "DefaultPersistedCondensedHtmlValue": "62b1d5de-59d5-4270-bc69-b0e7e738c38b",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-09-06T14:09:50.977"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "4ad447d0-0dcb-4a18-8cb2-88f1d4391d20"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0fa4a42f-2db3-4c27-a660-c043a3f05b77",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "isfirstname",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "888f78a5-6b05-468c-9f39-7863c3893b5b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d1bb0b3c-f56b-4f0a-855d-932a90f906ed",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "888f78a5-6b05-468c-9f39-7863c3893b5b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5636ea35-8367-4630-a3cc-2eaae90946ab",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "888f78a5-6b05-468c-9f39-7863c3893b5b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3c39b7c0-b292-4e4d-8e24-bde0d26401ed",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "888f78a5-6b05-468c-9f39-7863c3893b5b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e6f2fefd-ab5d-4b12-86ef-c6a55213d29e",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Teams Notification Response",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "TeamsNotificationResponse",
        "Name": "Teams Notification Response",
        "Description": "",
        "Order": 8,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-09-06T14:09:51.117"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "4ad447d0-0dcb-4a18-8cb2-88f1d4391d20"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9d42594d-9ba7-41cc-838a-3f2d67151b3a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "isfirstname",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e6f2fefd-ab5d-4b12-86ef-c6a55213d29e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c433d42f-2a5b-4fbf-aa1e-2ea4215b6af3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e6f2fefd-ab5d-4b12-86ef-c6a55213d29e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e08f8482-932b-446a-b264-9fd826831e12",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e6f2fefd-ab5d-4b12-86ef-c6a55213d29e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3f9a99ab-a89f-415d-91a4-0de32bd5c958",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e6f2fefd-ab5d-4b12-86ef-c6a55213d29e"
        }
      ]
    }
  ],
  "RootEntities": [
    "4ad447d0-0dcb-4a18-8cb2-88f1d4391d20"
  ]
}