{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Automated Follow Up Action Template",
        "Description": "",
        "Order": 0,
        "WorkTerm": "Action",
        "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": null,
        "CompletedWorkflowRetentionPeriod": null,
        "LoggingLevel": 0,
        "IconCssClass": "fa fa-list-ol",
        "CreatedDateTime": "2021-09-01T07:57:36.94",
        "ModifiedDateTime": "2021-09-01T08:41:14.73"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "1326cfd2-6fd8-45f7-a78e-a5f141f4b6a4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Start",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2021-09-01T07:57:37.41",
        "ModifiedDateTime": "2021-09-01T07:57:37.41"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "0a327250-ab9c-425c-b2e8-d0a6bb94deac",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Person",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T07:57:37.49",
        "ModifiedDateTime": "2021-09-01T07:57:37.49"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1326cfd2-6fd8-45f7-a78e-a5f141f4b6a4"
        },
        {
          "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": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Lava",
        "Description": "The <span class='tip tip-lava'></span> to run.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Lava",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:37:02.687",
        "ModifiedDateTime": "2018-04-24T20:37:02.687"
      },
      "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": "684024ac-796a-437d-929a-d405dbe4a6da",
      "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": "c5facc06-5e15-4c20-9e1f-e858d9453038",
      "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": "64c3f5a9-2ede-4dc9-bde0-17e12d00fbbd",
      "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": "4691ccff-565e-4ad6-8483-e64e24823b11",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign GroupMember = Workflow | Attribute: 'GroupMember','Object' %}\n{{ GroupMember.Person.PrimaryAlias.Guid }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.297",
        "ModifiedDateTime": "2021-09-01T07:57:38.297"
      },
      "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": "0a327250-ab9c-425c-b2e8-d0a6bb94deac"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b833f48-efc2-4537-b1e3-7793f6863eaa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:37:03.007",
        "ModifiedDateTime": "2018-04-24T20:37:03.007"
      },
      "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": "f1924bdc-9b79-4018-9d4a-c3516c87a514",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:37:03.193",
        "ModifiedDateTime": "2018-04-24T20:37:03.193"
      },
      "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": "c6440baf-5f7a-4c4f-a97e-ab48045cd5df",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.297",
        "ModifiedDateTime": "2021-09-01T07:57:38.297"
      },
      "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": "0a327250-ab9c-425c-b2e8-d0a6bb94deac"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "431273c6-342d-4030-adc7-7cdedc7f8b27",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to store the result in.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:37:02.867",
        "ModifiedDateTime": "2018-04-24T20:37:02.867"
      },
      "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": "bfefa22f-abeb-414b-b9bd-70e599bb3d6c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "856fc559-c800-4d4f-89d2-73a7eb0e4ea1",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.297",
        "ModifiedDateTime": "2021-09-01T07:57:38.297"
      },
      "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": "0a327250-ab9c-425c-b2e8-d0a6bb94deac"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f3e380bf-aac8-4015-9adc-0df56b5462f5",
      "GenerateNewGuid": false,
      "Properties": {
        "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": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Enabled Lava Commands",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.WorkflowActionType",
      "Guid": "2b8a6eba-eab0-4056-b18d-4b2ec384965c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Group",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T07:57:37.507",
        "ModifiedDateTime": "2021-09-01T07:57:37.507"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1326cfd2-6fd8-45f7-a78e-a5f141f4b6a4"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c3f935d8-ce77-400e-81a9-34c87f86259c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Workflow | Attribute: 'GroupMember','GroupId' | GroupById | Property:'Guid' }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.473",
        "ModifiedDateTime": "2021-09-01T07:57:38.473"
      },
      "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": "2b8a6eba-eab0-4056-b18d-4b2ec384965c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "de794517-b643-4917-82ae-803883b1a32e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.473",
        "ModifiedDateTime": "2021-09-01T07:57:38.473"
      },
      "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": "2b8a6eba-eab0-4056-b18d-4b2ec384965c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "09cf5380-7be7-4ada-86d3-67b2518d9857",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "25adc7a8-2625-4d43-921d-00d8e7c27891",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.49",
        "ModifiedDateTime": "2021-09-01T07:57:38.49"
      },
      "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": "2b8a6eba-eab0-4056-b18d-4b2ec384965c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "552aef40-d8ad-4325-9148-5ed3163fc771",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Person Campus",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T07:57:37.507",
        "ModifiedDateTime": "2021-09-01T07:57:37.507"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1326cfd2-6fd8-45f7-a78e-a5f141f4b6a4"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8529cce5-e3b3-4eda-9dfe-e3eedd0bc9db",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign Person = Workflow | Attribute:'Person','Object' -%}\n{%- if Person.PrimaryCampus and PersonPrimaryCampusId != '' -%}\n    {{- Person.PrimaryCampus.Id -}}\n{%- else -%}\n    2\n{%- endif -%}\n",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.537",
        "ModifiedDateTime": "2021-09-01T07:57:38.537"
      },
      "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": "552aef40-d8ad-4325-9148-5ed3163fc771"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0521cfcb-c89f-48dd-ba5c-04fe1259bf14",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.537",
        "ModifiedDateTime": "2021-09-01T07:57:38.537"
      },
      "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": "552aef40-d8ad-4325-9148-5ed3163fc771"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "61e10534-5cb6-4b5b-bbc1-3fca0a629983",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "b9d2c831-73ca-4b2b-ba25-fbb60d498989",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.537",
        "ModifiedDateTime": "2021-09-01T08:27:43.56"
      },
      "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": "552aef40-d8ad-4325-9148-5ed3163fc771"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "8387fdeb-45d5-45f2-ba07-f6af61aabdd6",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Action Content Channel",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T07:57:37.507",
        "ModifiedDateTime": "2021-09-01T07:57:37.507"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1326cfd2-6fd8-45f7-a78e-a5f141f4b6a4"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "eb96bdae-17ce-40f5-b3d2-af7671e3672b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign ActionItemGuid = Workflow | Attribute: 'ActionItem','RawValue' -%}\n{% contentchannelitem where:'Guid == \"{{ActionItemGuid}}\"' limit:'1' securityenabled:'false'%}\n{% assign ActionItem = contentchannelitem %}\n{{- ActionItem.ContentChannel.Guid -}}\n{% endcontentchannelitem %}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.583",
        "ModifiedDateTime": "2021-09-01T07:57:38.583"
      },
      "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": "8387fdeb-45d5-45f2-ba07-f6af61aabdd6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "02299f6e-229b-47b7-9fc0-175dfd2d9dfc",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.583",
        "ModifiedDateTime": "2021-09-01T07:57:38.583"
      },
      "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": "8387fdeb-45d5-45f2-ba07-f6af61aabdd6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ea0950fa-21f1-4b39-80a5-dfe209a38829",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "b8accc98-bba7-4fb7-84e6-5b96ebdadf1b",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.583",
        "ModifiedDateTime": "2021-09-01T07:57:38.583"
      },
      "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": "8387fdeb-45d5-45f2-ba07-f6af61aabdd6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8ab52598-8355-4c2a-8128-05e4b1e66237",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.583",
        "ModifiedDateTime": "2021-09-01T07:57:38.583"
      },
      "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": "8387fdeb-45d5-45f2-ba07-f6af61aabdd6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "ca10962c-4a35-40b5-bf51-e343e1b492fd",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Start Send Email Activity",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "b8accc98-bba7-4fb7-84e6-5b96ebdadf1b",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "7c93caf7-0226-4702-b795-a7d7e9fa32e0",
        "CreatedDateTime": "2021-09-01T07:57:37.507",
        "ModifiedDateTime": "2021-09-01T07:57:37.507"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1326cfd2-6fd8-45f7-a78e-a5f141f4b6a4"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e8abd802-372c-47be-82b1-96f50db5169e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8ccb01ab-c906-46eb-8733-25919b6c076c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.677",
        "ModifiedDateTime": "2021-09-01T07:57:38.677"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ca10962c-4a35-40b5-bf51-e343e1b492fd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3809a78c-b773-440c-8e3f-a8e81d0dae08",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "02d5a7a5-8781-46b4-b9fc-af816829d240",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Activity",
        "Name": "Activity",
        "Description": "The activity type to activate",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Activity",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2018-04-24T20:37:10.46"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowActivityFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "49d47eff-b197-4ba5-ab44-5466869abc11",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "F7FC63EB-C34C-4469-9605-F5BA44AE2CFE",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.677",
        "ModifiedDateTime": "2021-09-01T07:57:38.677"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ca10962c-4a35-40b5-bf51-e343e1b492fd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "696c1fd7-17eb-4b70-90e8-f117d3ae4b6b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Start SMS Activity",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "b8accc98-bba7-4fb7-84e6-5b96ebdadf1b",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "71274823-fb34-4335-af87-26c78c2dad87",
        "CreatedDateTime": "2021-09-01T07:57:37.507",
        "ModifiedDateTime": "2021-09-01T07:57:37.507"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1326cfd2-6fd8-45f7-a78e-a5f141f4b6a4"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9b94f126-89a5-478f-a9a8-ef5bf3c3d2ce",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.757",
        "ModifiedDateTime": "2021-09-01T07:57:38.757"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "696c1fd7-17eb-4b70-90e8-f117d3ae4b6b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "06bf0c7e-51f3-4683-b2a2-8c1a69fb45ae",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "1668A7DB-C293-494D-B09A-9D26DC8FC185",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.757",
        "ModifiedDateTime": "2021-09-01T07:57:38.757"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "696c1fd7-17eb-4b70-90e8-f117d3ae4b6b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "373e9111-aa00-40b5-b379-3c9a0b4f731b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Start Create Connection Activity",
        "Order": 6,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "b8accc98-bba7-4fb7-84e6-5b96ebdadf1b",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "6eb7327f-5520-4e81-91be-26b816bee52e",
        "CreatedDateTime": "2021-09-01T07:57:37.507",
        "ModifiedDateTime": "2021-09-01T07:57:37.507"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1326cfd2-6fd8-45f7-a78e-a5f141f4b6a4"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "27735378-80dc-40d2-8014-5a67003852e0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.787",
        "ModifiedDateTime": "2021-09-01T07:57:38.787"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "373e9111-aa00-40b5-b379-3c9a0b4f731b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d46a8db6-b686-497a-9f6d-b1ee720baf1c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "99E41607-21CB-4DB3-B6B3-F28853A30A2A",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.787",
        "ModifiedDateTime": "2021-09-01T07:57:38.787"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "373e9111-aa00-40b5-b379-3c9a0b4f731b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "f7fc63eb-c34c-4469-9605-f5ba44ae2cfe",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Send Email",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 1,
        "CreatedDateTime": "2021-09-01T07:57:37.49",
        "ModifiedDateTime": "2021-09-01T07:57:37.49"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "20cb664d-26ea-4ea9-b466-b687a3d685fe",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Email Content",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T07:57:37.77",
        "ModifiedDateTime": "2021-09-01T08:15:42.88"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f7fc63eb-c34c-4469-9605-f5ba44ae2cfe"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "38c85f17-85ea-4224-8ff1-31d47fffbf75",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign Person = Workflow | Attribute:'Person','Object' -%}\n{%- assign Group = Workflow | Attribute:'Group','Object' -%}\n{%- assign GroupMember = Workflow | Attribute:'GroupMember','Object' -%}\n{%- assign ActionItemGuid = Workflow | Attribute: 'ActionItem','RawValue' -%}\n{%- contentchannelitem where:'Guid == \"{{ActionItemGuid}}\"' limit:'1' securityenabled:'false' -%}\n    {%- assign ActionItem = contentchannelitem -%}\n{%- endcontentchannelitem -%}\n{%- cache key:'oafollowupautomationtemplate' duration:'0' twopass:'true' -%}\n    {{- ActionItem | Attribute:'EmailBody' -}}\n{%- endcache -%}\n",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.833",
        "ModifiedDateTime": "2021-09-01T08:15:43.333"
      },
      "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": "20cb664d-26ea-4ea9-b466-b687a3d685fe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3b453ff7-807f-42d0-b72a-1c880ec5fcac",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.833",
        "ModifiedDateTime": "2021-09-01T07:57:38.833"
      },
      "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": "20cb664d-26ea-4ea9-b466-b687a3d685fe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7441225b-6825-4cb5-914f-5ab8e42c8394",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "74b2ab27-ceba-4050-be46-846147e67e2f",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.833",
        "ModifiedDateTime": "2021-09-01T08:15:43.333"
      },
      "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": "20cb664d-26ea-4ea9-b466-b687a3d685fe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "677d20e5-7f98-44b5-94ae-a03ea5e21d9d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Cache,RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.833",
        "ModifiedDateTime": "2021-09-01T07:57:38.833"
      },
      "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": "20cb664d-26ea-4ea9-b466-b687a3d685fe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "b563226b-d058-430d-b946-7af61157e856",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send Email",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T07:57:37.77",
        "ModifiedDateTime": "2021-09-01T08:15:42.88"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f7fc63eb-c34c-4469-9605-f5ba44ae2cfe"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "36197160-7d3d-490d-ab42-7e29105afe91",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "932ac1df-a3be-4a51-aa43-04c79ca00644",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.913",
        "ModifiedDateTime": "2021-09-01T07:57:38.913"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "36197160-7d3d-490d-ab42-7e29105afe91"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b563226b-d058-430d-b946-7af61157e856"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d1269254-c15a-40bd-b784-adcc231d3950",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "From",
        "Name": "From Email Address|From Attribute",
        "Description": "The email address or an attribute that contains the person or email address that email should be sent from (will default to organization email). <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "From Email Address|From Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e7f5fcf2-1268-415f-a903-fb39ac69f558",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ebb8cba4-c1d7-49d3-8fbe-cf2e7115cacd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "b08a3ef5-efa8-4d55-9236-417fc12961f6",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.913",
        "ModifiedDateTime": "2021-09-01T07:57:38.913"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b563226b-d058-430d-b946-7af61157e856"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0c4c13b8-7076-4872-925a-f950886b5e16",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "To",
        "Name": "Send To Email Addresses|To Attribute",
        "Description": "The email addresses or an attribute that contains the person, email address, group or security role that the email should be sent to. <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Send To Email Addresses|To Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2018-04-24T20:36:28.88"
      },
      "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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a5baec5d-c8ef-4be1-81ca-5948153f4e04",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c13b8-7076-4872-925a-f950886b5e16"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a8b4e1e6-08c8-496c-8e25-d85b693d8ca9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "856fc559-c800-4d4f-89d2-73a7eb0e4ea1",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.913",
        "ModifiedDateTime": "2021-09-01T07:57:38.913"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c13b8-7076-4872-925a-f950886b5e16"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b563226b-d058-430d-b946-7af61157e856"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d43c2686-7e02-4a70-8d99-3bcd8ecafb2f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "GroupRole",
        "Name": "Send to Group Role",
        "Description": "An optional Group Role attribute to limit recipients to if the 'Send to Email Addresses' is a group or security role.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Send to Group Role",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:08.26",
        "ModifiedDateTime": "2018-05-04T13:29:08.26"
      },
      "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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e6362035-7208-4be8-8bbc-aa55db6bbe00",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.GroupRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d43c2686-7e02-4a70-8d99-3bcd8ecafb2f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Subject",
        "Name": "Subject",
        "Description": "The subject that should be used when sending email. <span class='tip tip-lava'></span>",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Subject",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2018-05-04T13:29:08.603"
      },
      "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.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c5f464df-8644-4561-b63f-5a4115f34159",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{- Activity | Attribute:'EmailSubject' -}}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.913",
        "ModifiedDateTime": "2021-09-01T08:15:43.367"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b563226b-d058-430d-b946-7af61157e856"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4d245b9e-6b03-46e7-8482-a51fba190e4d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Body",
        "Name": "Body",
        "Description": "The body of the email that should be sent. <span class='tip tip-lava'></span> <span class='tip tip-html'></span>",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Body",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2018-05-04T13:29:08.823"
      },
      "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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "695a5edb-85e2-4102-a49e-8971d22e2beb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bad95d9c-9f35-4aa3-af18-8328cf7ef25c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Html"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "57890c1e-2ce3-4f7a-8c7b-41603ffabcf9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cef29fe5-8c50-46d4-a51f-ee078a42d7dc",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{- Activity | Attribute:'EmailBody' -}}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.913",
        "ModifiedDateTime": "2021-09-01T08:15:43.367"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b563226b-d058-430d-b946-7af61157e856"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "99ffd423-2ab6-481b-8749-b4793a16b620",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "CC",
        "Name": "CC Email Addresses|CC Attribute",
        "Description": "The email addresses or an attribute that contains the person, email address, group or security role that the email should be CC'd (carbon copied) to. Any address in this field will be copied on the email sent to every recipient. <span class='tip tip-lava'></span>",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "CC Email Addresses|CC Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c110c376-ab70-429a-956e-c612222bd93a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "99ffd423-2ab6-481b-8749-b4793a16b620"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3a131021-cb73-44a8-a142-b42832b77f60",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BCC",
        "Name": "BCC Email Addresses|BCC Attribute",
        "Description": "The email addresses or an attribute that contains the person, email address, group or security role that the email should be BCC'd (blind carbon copied) to. Any address in this field will be copied on the email sent to every recipient. <span class='tip tip-lava'></span>",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "BCC Email Addresses|BCC Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8daeb6c4-248c-417d-9b4d-04d15d5922a0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3a131021-cb73-44a8-a142-b42832b77f60"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c2c7da55-3018-4645-b9ee-4bcd11855f2c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentOne",
        "Name": "Attachment One",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attachment One",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5a5e17b9-4323-4c0d-905a-69658c22d687",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c2c7da55-3018-4645-b9ee-4bcd11855f2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ffd9193a-451f-40e6-9776-74d5dcac1450",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentTwo",
        "Name": "Attachment Two",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 8,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attachment Two",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "004c46b8-7c83-4fbe-8215-f8431b21bc02",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ffd9193a-451f-40e6-9776-74d5dcac1450"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a059767a-5592-4926-948a-1065af4e9748",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentThree",
        "Name": "Attachment Three",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 9,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attachment Three",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ce9bd817-4346-4986-8827-4145ffc564ee",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a059767a-5592-4926-948a-1065af4e9748"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "65e69b78-37d8-4a88-b8ac-71893d2f75ef",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SaveCommunicationHistory",
        "Name": "Save Communication History",
        "Description": "Should a record of this communication be saved to the recipient's profile?",
        "Order": 10,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Save Communication History",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:29.8",
        "ModifiedDateTime": "2018-05-04T13:29:09.417"
      },
      "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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "81e213f1-7cec-48c1-a561-acc583fd34b2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:38.913",
        "ModifiedDateTime": "2021-09-01T07:57:38.913"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "65e69b78-37d8-4a88-b8ac-71893d2f75ef"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b563226b-d058-430d-b946-7af61157e856"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "46a6955d-798c-4207-b471-334dd0493b7c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Activate Create Interaction Activity",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T07:57:37.77",
        "ModifiedDateTime": "2021-09-01T08:15:42.88"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f7fc63eb-c34c-4469-9605-f5ba44ae2cfe"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7ff3e791-5348-42f0-b49d-ca6f5ffe9330",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.007",
        "ModifiedDateTime": "2021-09-01T07:57:39.007"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "46a6955d-798c-4207-b471-334dd0493b7c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "89ec3fc5-655f-4089-bdeb-0f761360ac2d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "FB0EDAA0-2B88-425B-B9C6-E5AD22A615EE",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.007",
        "ModifiedDateTime": "2021-09-01T07:57:39.007"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "46a6955d-798c-4207-b471-334dd0493b7c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "e145b323-f0f3-439c-a1aa-2da4c1029331",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Email Subject",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T08:15:42.88",
        "ModifiedDateTime": "2021-09-01T08:15:42.88"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f7fc63eb-c34c-4469-9605-f5ba44ae2cfe"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "43604cd0-0dce-4a6f-be38-68e4a7c37553",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign Person = Workflow | Attribute:'Person','Object' -%}\n{%- assign Group = Workflow | Attribute:'Group','Object' -%}\n{%- assign GroupMember = Workflow | Attribute:'GroupMember','Object' -%}\n{%- assign ActionItemGuid = Workflow | Attribute: 'ActionItem','RawValue' -%}\n{%- contentchannelitem where:'Guid == \"{{ActionItemGuid}}\"' limit:'1' securityenabled:'false' -%}\n    {%- assign ActionItem = contentchannelitem -%}\n{%- endcontentchannelitem -%}\n{%- cache key:'oafollowupautomationtemplate' duration:'0' twopass:'true' -%}\n    {{- ActionItem | Attribute:'EmailSubject' -}}\n{%- endcache -%}\n",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T08:15:43.397",
        "ModifiedDateTime": "2021-09-01T08:15:43.397"
      },
      "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": "e145b323-f0f3-439c-a1aa-2da4c1029331"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2b3e8eda-534d-4fcf-9217-50db69352361",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T08:15:43.397",
        "ModifiedDateTime": "2021-09-01T08:15:43.397"
      },
      "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": "e145b323-f0f3-439c-a1aa-2da4c1029331"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e43ad438-37e7-4992-ba6b-fdf7d837ca60",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "de1d4d56-d439-4692-8b5f-ebc7ad774efe",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T08:15:43.397",
        "ModifiedDateTime": "2021-09-01T08:15:43.397"
      },
      "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": "e145b323-f0f3-439c-a1aa-2da4c1029331"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2b8b7469-c0c6-421c-b303-f1e2717e5d82",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Cache,RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T08:15:43.397",
        "ModifiedDateTime": "2021-09-01T08:15:43.397"
      },
      "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": "e145b323-f0f3-439c-a1aa-2da4c1029331"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "74b2ab27-ceba-4050-be46-846147e67e2f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "EmailBody",
        "Name": "Email Body",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Email Body",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:16.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.HtmlFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f7fc63eb-c34c-4469-9605-f5ba44ae2cfe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4be16262-13d1-4d0f-a89a-3f0536dd1c58",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "documentfolderroot",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "74b2ab27-ceba-4050-be46-846147e67e2f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8bc64e0b-13c9-4cb0-8b30-0cb2e9981292",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "imagefolderroot",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "74b2ab27-ceba-4050-be46-846147e67e2f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1d924026-3c19-4c7a-9304-095b9ae5ccb2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "toolbar",
        "Value": "Light"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "74b2ab27-ceba-4050-be46-846147e67e2f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4970be48-f6ed-4d14-b633-6cdd5effc23d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "userspecificroot",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "74b2ab27-ceba-4050-be46-846147e67e2f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "de1d4d56-d439-4692-8b5f-ebc7ad774efe",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "EmailSubject",
        "Name": "Email Subject",
        "Description": "",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Email Subject",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:16.193"
      },
      "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.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f7fc63eb-c34c-4469-9605-f5ba44ae2cfe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fa368ea0-b967-466c-8729-12750b99e35e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "de1d4d56-d439-4692-8b5f-ebc7ad774efe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "27ae7b7f-95bb-4437-a18a-03b106f1bace",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "de1d4d56-d439-4692-8b5f-ebc7ad774efe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c44f3ed5-6d58-4236-8540-c34e99ec5683",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "de1d4d56-d439-4692-8b5f-ebc7ad774efe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "1668a7db-c293-494d-b09a-9d26dc8fc185",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Send SMS",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 2,
        "CreatedDateTime": "2021-09-01T07:57:37.77",
        "ModifiedDateTime": "2021-09-01T07:57:37.77"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "010286cd-35b5-4bdd-9b4f-ecdf8bd516dc",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send SMS From Campus 2",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "b9d2c831-73ca-4b2b-ba25-fbb60d498989",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "2",
        "CreatedDateTime": "2021-09-01T07:57:37.88",
        "ModifiedDateTime": "2021-09-01T08:41:16.34"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1668a7db-c293-494d-b09a-9d26dc8fc185"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendSms"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "243e09cb-3564-4963-89f2-f0c8fc8a9d2c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "From",
        "Name": "From",
        "Description": "The number to originate message from (configured under Admin Tools > Communications > SMS Phone Numbers).",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "From",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:32.863",
        "ModifiedDateTime": "2019-08-06T03:19:46.737"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendSms"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6757d548-47fa-4131-987d-5ca5700b3022",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "AllowAddingNewValues",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "243e09cb-3564-4963-89f2-f0c8fc8a9d2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "317be40d-5f52-4d53-aa83-6ba99a95f089",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "243e09cb-3564-4963-89f2-f0c8fc8a9d2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "91e1c98a-77dd-444c-b37a-6d5bd3cbfe82",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": "32"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "243e09cb-3564-4963-89f2-f0c8fc8a9d2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "56783961-7601-46c5-8a20-1a82047b2ab0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "243e09cb-3564-4963-89f2-f0c8fc8a9d2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e43491d2-892d-42b9-adf6-1b30319282e0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "RepeatColumns",
        "Value": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "243e09cb-3564-4963-89f2-f0c8fc8a9d2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "30fbb112-e614-4ff2-898c-6a39be0a4c03",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "e06f1ca6-3906-4bbf-b859-9c5807efbea4",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.053",
        "ModifiedDateTime": "2021-09-01T07:57:39.053"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "243e09cb-3564-4963-89f2-f0c8fc8a9d2c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "010286cd-35b5-4bdd-9b4f-ecdf8bd516dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5589127b-afd1-4ed5-a372-b41cfe160556",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:33.503",
        "ModifiedDateTime": "2018-04-24T20:36:33.503"
      },
      "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.SendSms"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3d1c1b75-02a2-4bfc-aff7-d7ebdabaa3b4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:33.63",
        "ModifiedDateTime": "2018-04-24T20:36:33.63"
      },
      "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.SendSms"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f03e4262-82e9-440f-8c7d-b3755bdcb891",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.053",
        "ModifiedDateTime": "2021-09-01T07:57:39.053"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3d1c1b75-02a2-4bfc-aff7-d7ebdabaa3b4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "010286cd-35b5-4bdd-9b4f-ecdf8bd516dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "acafd643-89f2-4026-89dc-3156c93c3fb7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "To",
        "Name": "Recipient|Attribute Value",
        "Description": "The phone number or an attribute that contains the person or phone number that message should be sent to. <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Recipient|Attribute Value",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:33.207",
        "ModifiedDateTime": "2018-04-24T20:36:33.207"
      },
      "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.SendSms"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "087e587e-803e-494b-a323-500b901c8639",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "acafd643-89f2-4026-89dc-3156c93c3fb7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d2eebd29-1e68-4396-9d42-84a0c9e20741",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "856fc559-c800-4d4f-89d2-73a7eb0e4ea1",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.053",
        "ModifiedDateTime": "2021-09-01T07:57:39.053"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "acafd643-89f2-4026-89dc-3156c93c3fb7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "010286cd-35b5-4bdd-9b4f-ecdf8bd516dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "bcf0fd2e-7b64-4777-8eda-88a34a97ecb0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Message",
        "Name": "Message|Attribute Value",
        "Description": "The message or an attribute that contains the message that should be sent. <span class='tip tip-lava'></span>",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Message|Attribute Value",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:33.347",
        "ModifiedDateTime": "2020-02-07T01:54:42.037"
      },
      "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.SendSms"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "dcbd86c3-28eb-4c63-8a94-f95d7d82e7e3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.MemoFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bcf0fd2e-7b64-4777-8eda-88a34a97ecb0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "30138177-e2c2-4133-82ba-2a2eedae6b55",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{- Activity | Attribute:'SMSText' -}}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.053",
        "ModifiedDateTime": "2021-09-01T08:15:43.443"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bcf0fd2e-7b64-4777-8eda-88a34a97ecb0"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "010286cd-35b5-4bdd-9b4f-ecdf8bd516dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "821ff15b-8913-4001-a3ea-babe78a8cc9b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attachment",
        "Name": "Attachment",
        "Description": "Workflow attribute that contains the attachment to be added. Note that when sending attachments with MMS; jpg, gif, and png images are supported for all carriers. Support for other file types is dependent upon each carrier and device. So make sure to test sending this to different carriers and phone types to see if it will work as expected.",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attachment",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:13.683",
        "ModifiedDateTime": "2018-05-04T13:29:13.683"
      },
      "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.SendSms"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1a339ef0-ee0f-435e-912e-fec50c56d463",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "821ff15b-8913-4001-a3ea-babe78a8cc9b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "05b68127-6891-4cf3-8b65-e838742f6b7e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SaveCommunicationHistory",
        "Name": "Save Communication History",
        "Description": "Should a record of this communication be saved. If a person is provided then it will save to the recipient's profile. If a phone number is provided then the communication record is saved but a communication recipient is not.",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Save Communication History",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-08-06T03:19:46.77",
        "ModifiedDateTime": "2019-08-06T03:19:46.77"
      },
      "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.SendSms"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c72c20ee-d705-4367-a655-8eee3683ed54",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.053",
        "ModifiedDateTime": "2021-09-01T07:57:39.053"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "05b68127-6891-4cf3-8b65-e838742f6b7e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "010286cd-35b5-4bdd-9b4f-ecdf8bd516dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "23680e9a-7ef1-4b32-ade9-92a2ff70a102",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send SMS From Campus 3",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "b9d2c831-73ca-4b2b-ba25-fbb60d498989",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "3",
        "CreatedDateTime": "2021-09-01T07:57:37.88",
        "ModifiedDateTime": "2021-09-01T08:27:43.26"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1668a7db-c293-494d-b09a-9d26dc8fc185"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendSms"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "148a9297-a9d9-43d9-b844-c72ba1a7c2f1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "ac8f5afb-1dea-4686-b3fb-36ce2f05977f",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.163",
        "ModifiedDateTime": "2021-09-01T07:57:39.163"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "243e09cb-3564-4963-89f2-f0c8fc8a9d2c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "23680e9a-7ef1-4b32-ade9-92a2ff70a102"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b91c1f64-5c9f-4764-81ee-f0d7c575741c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.163",
        "ModifiedDateTime": "2021-09-01T07:57:39.163"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3d1c1b75-02a2-4bfc-aff7-d7ebdabaa3b4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "23680e9a-7ef1-4b32-ade9-92a2ff70a102"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ccb13dd6-5b4b-4586-8d26-95f21afde1d8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "856fc559-c800-4d4f-89d2-73a7eb0e4ea1",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.163",
        "ModifiedDateTime": "2021-09-01T07:57:39.163"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "acafd643-89f2-4026-89dc-3156c93c3fb7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "23680e9a-7ef1-4b32-ade9-92a2ff70a102"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9a90e0f1-ca25-49fb-a0b7-4c2bfff43dd1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign ToPerson = Workflow | Attribute:'ToPerson','Object' %}{%- assign ActionItemGuid = Workflow | Attribute: 'ActionItem','RawValue' -%} {% contentchannelitem where:'Guid == \"{{ActionItemGuid}}\"' limit:'1' securityenabled:'false'%} {% assign ActionItem = contentchannelitem %} {% endcontentchannelitem %}{%- cache key:'oafollowupautomationtemplate' duration:'0' twopass:'true' -%}{{- ActionItem | Attribute:'SMSText' -}}{%- endcache -%}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.163",
        "ModifiedDateTime": "2021-09-01T07:57:39.163"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bcf0fd2e-7b64-4777-8eda-88a34a97ecb0"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "23680e9a-7ef1-4b32-ade9-92a2ff70a102"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1ce1971f-8f14-4af4-bc3a-cfa748aa4f1f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.163",
        "ModifiedDateTime": "2021-09-01T07:57:39.163"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "05b68127-6891-4cf3-8b65-e838742f6b7e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "23680e9a-7ef1-4b32-ade9-92a2ff70a102"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "137ca0bf-4885-4dc8-b391-f9c9c3c40dca",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send SMS From Campus 4",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "b9d2c831-73ca-4b2b-ba25-fbb60d498989",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "4",
        "CreatedDateTime": "2021-09-01T07:57:37.88",
        "ModifiedDateTime": "2021-09-01T08:27:43.26"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1668a7db-c293-494d-b09a-9d26dc8fc185"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendSms"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e1bcb92e-906e-44d2-95ef-3cd17f2a5fd7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "722734cd-43bb-4ef0-8431-cb8a3efeb3a5",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.24",
        "ModifiedDateTime": "2021-09-01T07:57:39.24"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "243e09cb-3564-4963-89f2-f0c8fc8a9d2c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "137ca0bf-4885-4dc8-b391-f9c9c3c40dca"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "23bac37e-f588-4577-b7da-750563264ecf",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.24",
        "ModifiedDateTime": "2021-09-01T07:57:39.24"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3d1c1b75-02a2-4bfc-aff7-d7ebdabaa3b4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "137ca0bf-4885-4dc8-b391-f9c9c3c40dca"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "18839511-225a-4489-af37-5ce5758759ad",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "856fc559-c800-4d4f-89d2-73a7eb0e4ea1",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.24",
        "ModifiedDateTime": "2021-09-01T07:57:39.24"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "acafd643-89f2-4026-89dc-3156c93c3fb7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "137ca0bf-4885-4dc8-b391-f9c9c3c40dca"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "20d6b404-c71e-424e-a876-90b76f8d2a47",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign ToPerson = Workflow | Attribute:'ToPerson','Object' %}{%- assign ActionItemGuid = Workflow | Attribute: 'ActionItem','RawValue' -%} {% contentchannelitem where:'Guid == \"{{ActionItemGuid}}\"' limit:'1' securityenabled:'false'%} {% assign ActionItem = contentchannelitem %} {% endcontentchannelitem %}{%- cache key:'oafollowupautomationtemplate' duration:'0' twopass:'true' -%}{{- ActionItem | Attribute:'SMSText' -}}{%- endcache -%}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.24",
        "ModifiedDateTime": "2021-09-01T07:57:39.24"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bcf0fd2e-7b64-4777-8eda-88a34a97ecb0"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "137ca0bf-4885-4dc8-b391-f9c9c3c40dca"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "afdb9944-6699-4983-a6f2-0c88787e1f96",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.24",
        "ModifiedDateTime": "2021-09-01T07:57:39.24"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "05b68127-6891-4cf3-8b65-e838742f6b7e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "137ca0bf-4885-4dc8-b391-f9c9c3c40dca"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "cd28b566-c86d-469e-90c0-0fc7380d7dcc",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Activate Create Interaction Activity",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T07:57:37.88",
        "ModifiedDateTime": "2021-09-01T08:15:43.003"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1668a7db-c293-494d-b09a-9d26dc8fc185"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "002b09c0-f048-493a-af5a-4759ec7d23d5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.303",
        "ModifiedDateTime": "2021-09-01T07:57:39.303"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "cd28b566-c86d-469e-90c0-0fc7380d7dcc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e0df5e9f-3c01-40c0-a9ce-769dac6e9c9e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "FB0EDAA0-2B88-425B-B9C6-E5AD22A615EE",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.303",
        "ModifiedDateTime": "2021-09-01T07:57:39.303"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "cd28b566-c86d-469e-90c0-0fc7380d7dcc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "80e2141d-c5cc-45c4-9fd0-f06d799cfe9b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set SMS Body",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T08:15:43.003",
        "ModifiedDateTime": "2021-09-01T08:15:43.003"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1668a7db-c293-494d-b09a-9d26dc8fc185"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e8860db0-8ccd-426d-8b01-8db13c825d9a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign Person = Workflow | Attribute:'Person','Object' -%}\n{%- assign Group = Workflow | Attribute:'Group','Object' -%}\n{%- assign GroupMember = Workflow | Attribute:'GroupMember','Object' -%}\n{%- assign ActionItemGuid = Workflow | Attribute: 'ActionItem','RawValue' -%}\n{%- contentchannelitem where:'Guid == \"{{ActionItemGuid}}\"' limit:'1' securityenabled:'false' -%}\n    {%- assign ActionItem = contentchannelitem -%}\n{%- endcontentchannelitem -%}\n{%- cache key:'oafollowupautomationtemplate' duration:'0' twopass:'true' -%}\n    {{- ActionItem | Attribute:'SMSText' -}}\n{%- endcache -%}\n",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T08:15:43.477",
        "ModifiedDateTime": "2021-09-01T08:15:43.477"
      },
      "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": "80e2141d-c5cc-45c4-9fd0-f06d799cfe9b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f9d88ec9-c17e-4687-86db-3f0ac153d2b5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T08:15:43.477",
        "ModifiedDateTime": "2021-09-01T08:15:43.477"
      },
      "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": "80e2141d-c5cc-45c4-9fd0-f06d799cfe9b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d934a531-083b-435b-804a-d4c3789e042c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "5a7e42c3-0ab5-4bdd-987c-cd367ca07530",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T08:15:43.477",
        "ModifiedDateTime": "2021-09-01T08:15:43.477"
      },
      "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": "80e2141d-c5cc-45c4-9fd0-f06d799cfe9b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bb227c05-dea8-4828-a1e1-bf6341289a91",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Cache,RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T08:15:43.477",
        "ModifiedDateTime": "2021-09-01T08:15:43.477"
      },
      "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": "80e2141d-c5cc-45c4-9fd0-f06d799cfe9b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5a7e42c3-0ab5-4bdd-987c-cd367ca07530",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "SMSText",
        "Name": "SMS Text",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "SMS Text",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:16.24"
      },
      "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.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1668a7db-c293-494d-b09a-9d26dc8fc185"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ecd268a9-487a-4184-9405-aa26ff1c6ef3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5a7e42c3-0ab5-4bdd-987c-cd367ca07530"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e6625b10-8efe-4ace-943b-2301a3d0afe9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5a7e42c3-0ab5-4bdd-987c-cd367ca07530"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "58e6eb71-215e-4074-bac9-a5cc3af5090e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5a7e42c3-0ab5-4bdd-987c-cd367ca07530"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "99e41607-21cb-4db3-b6b3-f28853a30a2a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Create Connection",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 3,
        "CreatedDateTime": "2021-09-01T07:57:37.88",
        "ModifiedDateTime": "2021-09-01T07:57:37.88"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "29fded62-2b82-418b-bdbe-31b57566afc4",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Connection Opportunity",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T07:57:38.06",
        "ModifiedDateTime": "2021-09-01T07:57:38.06"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "99e41607-21cb-4db3-b6b3-f28853a30a2a"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "66efff67-2d80-4c3c-b39b-133800c986c4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign ActionItemGuid = Workflow | Attribute: 'ActionItem','RawValue' -%}\n{% contentchannelitem where:'Guid == \"{{ActionItemGuid}}\"' limit:'1' securityenabled:'false'%}\n{% assign ActionItem = contentchannelitem %}\n{% endcontentchannelitem %}\n{{- ActionItem | Attribute:'ConnectionOpportunity','RawValue' -}}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.333",
        "ModifiedDateTime": "2021-09-01T07:57:39.333"
      },
      "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": "29fded62-2b82-418b-bdbe-31b57566afc4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "045e5805-70d8-49b1-968d-c82a7cdb9274",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.333",
        "ModifiedDateTime": "2021-09-01T07:57:39.333"
      },
      "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": "29fded62-2b82-418b-bdbe-31b57566afc4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "98de33f4-7f21-4ed6-bd6b-7dd2e13b4314",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "7baeba29-7937-4cd1-8798-aa60e2345ea6",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.333",
        "ModifiedDateTime": "2021-09-01T07:57:39.333"
      },
      "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": "29fded62-2b82-418b-bdbe-31b57566afc4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0f0cf5c4-07d5-4e3c-8ffb-e2f0ec8d015a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.333",
        "ModifiedDateTime": "2021-09-01T07:57:39.333"
      },
      "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": "29fded62-2b82-418b-bdbe-31b57566afc4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "562e0b60-e6ec-4c92-8081-247c147f96b9",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Create Connection Request",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T07:57:38.06",
        "ModifiedDateTime": "2021-09-01T07:57:38.06"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "99e41607-21cb-4db3-b6b3-f28853a30a2a"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CreateConnectionRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "122b4fa5-e7e2-45c8-bde9-df5b4badc623",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "PersonAttribute",
        "Name": "Person Attribute",
        "Description": "The Person attribute that contains the person that connection request should be created for.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Person Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:35.567",
        "ModifiedDateTime": "2018-04-24T20:36:35.567"
      },
      "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.CreateConnectionRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "08335119-5e90-4a1b-b6e0-3a059f3eea69",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "122b4fa5-e7e2-45c8-bde9-df5b4badc623"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "be941252-41cc-4522-b787-83ccd1a0f8e1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "856fc559-c800-4d4f-89d2-73a7eb0e4ea1",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.397",
        "ModifiedDateTime": "2021-09-01T07:57:39.397"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "122b4fa5-e7e2-45c8-bde9-df5b4badc623"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "562e0b60-e6ec-4c92-8081-247c147f96b9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3f1c7c92-9f52-4723-97cc-740a706e117d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:36.817",
        "ModifiedDateTime": "2018-04-24T20:36:36.817"
      },
      "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.CreateConnectionRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9a7c8ba1-d4fa-4f65-8ebd-fb21151c8851",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:36.94",
        "ModifiedDateTime": "2018-04-24T20:36:36.94"
      },
      "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.CreateConnectionRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4ef4fa34-3751-4644-aa8d-268e4ac04485",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.397",
        "ModifiedDateTime": "2021-09-01T07:57:39.397"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9a7c8ba1-d4fa-4f65-8ebd-fb21151c8851"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "562e0b60-e6ec-4c92-8081-247c147f96b9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5a7bc09e-5947-4a63-877f-12c82590ad81",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ConnectionOpportunityAttribute",
        "Name": "Connection Opportunity Attribute",
        "Description": "The attribute that contains the type of connection opportunity to create.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Connection Opportunity Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:35.723",
        "ModifiedDateTime": "2018-04-24T20:36:35.723"
      },
      "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.CreateConnectionRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "878ef4a9-5974-4634-ae0f-a83cae331c3a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.ConnectionOpportunityFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5a7bc09e-5947-4a63-877f-12c82590ad81"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a7926bf3-28f2-4913-bc23-fd87e947e951",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "7baeba29-7937-4cd1-8798-aa60e2345ea6",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.397",
        "ModifiedDateTime": "2021-09-01T07:57:39.397"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5a7bc09e-5947-4a63-877f-12c82590ad81"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "562e0b60-e6ec-4c92-8081-247c147f96b9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "db699973-dc49-4fd9-a693-34ad71c2c8f6",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ConnectionStatusAttribute",
        "Name": "Connection Status Attribute",
        "Description": "The attribute that contains the connection status to use for the new request.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Connection Status Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:35.863",
        "ModifiedDateTime": "2018-04-24T20:36:35.863"
      },
      "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.CreateConnectionRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "810babeb-d6a9-4d27-9ba0-4aa3c524c0bf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.ConnectionStatusFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "db699973-dc49-4fd9-a693-34ad71c2c8f6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7f75b357-121d-478d-a722-9e4a561ba418",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ConnectionStatus",
        "Name": "Connection Status",
        "Description": "The connection status to use for the new request (when Connection Status Attribute is not specified or invalid). If neither this setting or the Connection Status Attribute setting are set, the default status will be used.",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Connection Status",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:36.207",
        "ModifiedDateTime": "2018-04-24T20:36:36.207"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.ConnectionStatusFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CreateConnectionRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ef32d10f-fcdd-450b-8e0f-29f2cba0ec1f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "includeInactive",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7f75b357-121d-478d-a722-9e4a561ba418"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "51316f6a-3c3c-48e9-a252-e130239784a0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "CampusAttribute",
        "Name": "Campus Attribute",
        "Description": "An optional attribute that contains the campus to use for the request.",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Campus Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:36.333",
        "ModifiedDateTime": "2018-04-24T20:36:36.333"
      },
      "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.CreateConnectionRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "90e1fcbd-5a34-41e9-99ee-5e91151b86aa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.CampusFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "51316f6a-3c3c-48e9-a252-e130239784a0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "38c2b805-8d7f-489e-8271-a3f9a07c7244",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.397",
        "ModifiedDateTime": "2021-09-01T08:41:16.683"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "51316f6a-3c3c-48e9-a252-e130239784a0"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "562e0b60-e6ec-4c92-8081-247c147f96b9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8ce0f856-8b1f-4cce-8c7d-62ae8530452d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ConnectionCommentAttribute",
        "Name": "Connection Comment Attribute",
        "Description": "An optional attribute that contains the comment to use for the request.",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Connection Comment Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:36.473",
        "ModifiedDateTime": "2018-04-24T20:36:36.473"
      },
      "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.CreateConnectionRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d485eeaa-1b51-4210-b609-266b141ae843",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.MemoFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8ce0f856-8b1f-4cce-8c7d-62ae8530452d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "89f99606-e611-49fd-b526-5df2799e9509",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ConnectionRequestAttribute",
        "Name": "Connection Request Attribute",
        "Description": "An optional connection request attribute to store the request that is created.",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Connection Request Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:36:36.66",
        "ModifiedDateTime": "2018-04-24T20:36:36.66"
      },
      "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.CreateConnectionRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "29897852-c306-4aa4-af4b-0d2c1e1b1543",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.ConnectionRequestFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "89f99606-e611-49fd-b526-5df2799e9509"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "17815205-0f0b-4a0c-97a5-7dd4b8d15f09",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "fed7ffd9-a57e-4d17-8572-c128841408c7",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.397",
        "ModifiedDateTime": "2021-09-01T07:57:39.397"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "89f99606-e611-49fd-b526-5df2799e9509"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "562e0b60-e6ec-4c92-8081-247c147f96b9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "dadf2122-76b3-4381-9989-30e90c0d9a47",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Activate Create Interaction Activity",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T07:57:38.06",
        "ModifiedDateTime": "2021-09-01T07:57:38.06"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "99e41607-21cb-4db3-b6b3-f28853a30a2a"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9abbbbc4-95e9-482d-b5f6-e4deead6db7d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.46",
        "ModifiedDateTime": "2021-09-01T07:57:39.46"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "dadf2122-76b3-4381-9989-30e90c0d9a47"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "de71c0d7-c2df-4652-ba2c-65739c56293b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "FB0EDAA0-2B88-425B-B9C6-E5AD22A615EE",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.46",
        "ModifiedDateTime": "2021-09-01T07:57:39.46"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "dadf2122-76b3-4381-9989-30e90c0d9a47"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7baeba29-7937-4cd1-8798-aa60e2345ea6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "ConnectionOpportunity",
        "Name": "Connection Opportunity",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Connection Opportunity",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:16.37"
      },
      "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.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "99e41607-21cb-4db3-b6b3-f28853a30a2a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6b69eb73-42a4-4a90-9ca4-8ed2a246dacf",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "connectionTypeFilter",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7baeba29-7937-4cd1-8798-aa60e2345ea6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "10073c9c-b85f-4415-9366-6c9c249d92f1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "includeInactive",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7baeba29-7937-4cd1-8798-aa60e2345ea6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fed7ffd9-a57e-4d17-8572-c128841408c7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "ConnectionRequest",
        "Name": "Connection Request",
        "Description": "",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Connection Request",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:16.463"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.ConnectionRequestFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "99e41607-21cb-4db3-b6b3-f28853a30a2a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "fb0edaa0-2b88-425b-b9c6-e5ad22a615ee",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Create Interaction",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 4,
        "CreatedDateTime": "2021-09-01T07:57:38.06",
        "ModifiedDateTime": "2021-09-01T07:57:38.06"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "2a6d2aff-c09d-4cce-9593-53b9f2f81c08",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Create Interaction",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-09-01T07:57:38.187",
        "ModifiedDateTime": "2021-09-01T07:57:38.187"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "fb0edaa0-2b88-425b-b9c6-e5ad22a615ee"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "83ad38c3-c00c-4c86-a1be-a852b8beaf77",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign Persons = Workflow | Attribute:'Person','Object' %}\n{%- assign ActionItemGuid = Workflow | Attribute: 'ActionItem','RawValue' -%}\n{% contentchannelitem where:'Guid == \"{{ActionItemGuid}}\"' limit:'1' securityenabled:'false'%}\n{% assign ActionItem = contentchannelitem %}\n{% endcontentchannelitem %}\n{% interactioncontentchannelitemwrite contentchannelitemid:'{{ ActionItem.Id }}' personaliasid:'{{ Persons.PrimaryAliasId }}' %}\nPA: {{ Persons.PrimaryAliasId }} AI: {{ ActionItem.Id }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.49",
        "ModifiedDateTime": "2021-09-01T07:57:39.49"
      },
      "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": "2a6d2aff-c09d-4cce-9593-53b9f2f81c08"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "84d94ac6-dbdf-4c54-913d-b4ebf631684d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.49",
        "ModifiedDateTime": "2021-09-01T07:57:39.49"
      },
      "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": "2a6d2aff-c09d-4cce-9593-53b9f2f81c08"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e48bc0f0-812e-4aec-8469-91a045a305bb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "47413714-dbf2-458b-97ad-9a5f987a3187",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.49",
        "ModifiedDateTime": "2021-09-01T07:57:39.49"
      },
      "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": "2a6d2aff-c09d-4cce-9593-53b9f2f81c08"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "52b8db77-ec6a-4767-aed3-7569f8c1c428",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-09-01T07:57:39.49",
        "ModifiedDateTime": "2021-09-01T07:57:39.49"
      },
      "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": "2a6d2aff-c09d-4cce-9593-53b9f2f81c08"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "47413714-dbf2-458b-97ad-9a5f987a3187",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "Text",
        "Name": "Text",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Text",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:16.51"
      },
      "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.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "fb0edaa0-2b88-425b-b9c6-e5ad22a615ee"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "44962614-efd1-4b2d-8068-0ebed01bb142",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "47413714-dbf2-458b-97ad-9a5f987a3187"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "62f7657d-80a1-40b1-bdb9-c10452a46c72",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "47413714-dbf2-458b-97ad-9a5f987a3187"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1d9f46ef-9b12-4928-86f4-0788119e16fb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "47413714-dbf2-458b-97ad-9a5f987a3187"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b7807ea-24b0-4b73-ac78-5269238281c7",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Last Round Robin Person (Select Person)",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-08-04T11:18:41.303",
        "ModifiedDateTime": "2017-08-04T11:18:41.303"
      },
      "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": {
        "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,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Last Round Robin Person (Assign Pastor)",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-09-25T14:47:30.373",
        "ModifiedDateTime": "2017-09-25T14:47:30.373"
      },
      "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": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "CustomCodeItems",
        "Name": "Custom Code Items",
        "Description": "",
        "Order": 1157,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Custom Code Items",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-02-27T15:30:38.063",
        "ModifiedDateTime": "2020-02-27T15:30:38.063"
      },
      "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": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BEMAUpgradeAdditionalFlags",
        "Name": "BEMA Upgrade Additional Flags",
        "Description": "",
        "Order": 1158,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "BEMA Upgrade Additional Flags",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-02-27T15:31:32.78",
        "ModifiedDateTime": "2020-02-27T15:31:32.78"
      },
      "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": "cb4bbcfe-39ef-4a4c-9184-fe9b0ff695e0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "ActionItem",
        "Name": "Action Content Channel Item",
        "Description": "",
        "Order": 0,
        "IsGridColumn": true,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Action Content Channel Item",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:15.863"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.ContentChannelItemFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f486b4fe-2289-48fe-bdf8-fef75502b8e9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "contentchannel",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cb4bbcfe-39ef-4a4c-9184-fe9b0ff695e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7232cecb-8529-4e38-b115-37c819af218c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "GroupMember",
        "Name": "GroupMember",
        "Description": "",
        "Order": 1,
        "IsGridColumn": true,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "GroupMember",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:15.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.GroupMemberFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2d67edbf-65df-47cc-8dd5-f97ec618e73b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7232cecb-8529-4e38-b115-37c819af218c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "97945a51-7295-49cc-8a02-8fcb6c9a134b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7232cecb-8529-4e38-b115-37c819af218c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d94cc385-f6b0-484d-9941-d50a705eba4f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "group",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7232cecb-8529-4e38-b115-37c819af218c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "856fc559-c800-4d4f-89d2-73a7eb0e4ea1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Person",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:15.927"
      },
      "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": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4879df41-ce3e-4661-aac8-089e930c2f59",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "856fc559-c800-4d4f-89d2-73a7eb0e4ea1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "25adc7a8-2625-4d43-921d-00d8e7c27891",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Group",
        "Name": "Group",
        "Description": "",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Group",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:15.943"
      },
      "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.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b8accc98-bba7-4fb7-84e6-5b96ebdadf1b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "ActionContentChannel",
        "Name": "Action Content Channel",
        "Description": "",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Action Content Channel",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:15.957"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.ContentChannelFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b08a3ef5-efa8-4d55-9236-417fc12961f6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "FromEmailAddress",
        "Name": "From Email Address",
        "Description": "",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "From Email Address",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:15.99"
      },
      "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": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7f6324af-3d83-49b9-9d4e-b7b7d4c87e5a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b08a3ef5-efa8-4d55-9236-417fc12961f6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "76703627-2955-477f-a798-cfd4ea2b1568",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b08a3ef5-efa8-4d55-9236-417fc12961f6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "10fb87e5-f72b-42c1-9a67-b0b13c36b1ec",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b08a3ef5-efa8-4d55-9236-417fc12961f6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b9d2c831-73ca-4b2b-ba25-fbb60d498989",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PersonCampusId",
        "Name": "PersonCampusId",
        "Description": "",
        "Order": 8,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "PersonCampusId",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-09-01T08:41:16.003"
      },
      "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.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
        }
      ]
    }
  ],
  "RootEntities": [
    "f1ec7d2b-5e54-4041-a8a7-ff64e91f695b"
  ]
}