{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "f07bd760-7649-4fe2-89df-5ba575c20196",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Reactivate Person",
        "Description": "Reactivates a specified person record and all of the associated group memberships that were deactivated on or after a specified date",
        "Order": 0,
        "WorkTerm": "Person Reactivation",
        "ProcessingIntervalSeconds": 28800,
        "IsPersisted": false,
        "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": 30,
        "LoggingLevel": 0,
        "IconCssClass": "fas fa-undo-alt",
        "CreatedDateTime": "2022-04-05T10:30:38.733",
        "ModifiedDateTime": "2022-04-08T10:57:35.18"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "280894b6-b604-4288-8981-7078f8c0af21",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Choose Criteria",
        "Description": "Display a form for choosing a person and deactivation date",
        "IsActivatedWithWorkflow": false,
        "Order": 1,
        "CreatedDateTime": "2022-04-05T10:30:39.103",
        "ModifiedDateTime": "2022-04-08T09:36:00.163"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f07bd760-7649-4fe2-89df-5ba575c20196"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Category",
      "Guid": "f217e403-31c9-4ffb-aa81-41946e25f9a4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Order": 15,
        "Name": "Person",
        "Description": null,
        "IconCssClass": "fa fa-user",
        "HighlightColor": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-02-03T09:24:35.74"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedType",
      "Guid": "2e6540ea-63f0-40fe-be50-f2a84735e600",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 0,
        "Name": "Connection Status",
        "Description": "Determines the level of connection (member, visitor, etc.) the individual has to the organization.",
        "HelpText": "",
        "IsActive": true,
        "EnableSecurityOnValues": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "f217e403-31c9-4ffb-aa81-41946e25f9a4"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "f217e403-31c9-4ffb-aa81-41946e25f9a4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 0,
        "Value": "Guest",
        "Description": "Used when a person first enters through your first-time visitor process. As they continue to attend they will become an attendee and possibly a member.",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-01-28T17:11:09.443"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e6540ea-63f0-40fe-be50-f2a84735e600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "23777a50-e000-4f29-994f-26635a357160",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "Color",
        "Name": "Color",
        "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": "Color",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-01-28T10:50:35.16"
      },
      "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.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e6540ea-63f0-40fe-be50-f2a84735e600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "cf38be6e-83c9-4843-9723-0f30c5f5909a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "23777a50-e000-4f29-994f-26635a357160"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "60cb3f92-20cd-4172-810a-13954ed0a538",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "23777a50-e000-4f29-994f-26635a357160"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d5ac25a0-f120-4b63-9a49-8e532774b6b3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "23777a50-e000-4f29-994f-26635a357160"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c99ca906-613b-4389-b7ab-c526d94c094e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "#8a4faf",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-01-28T17:15:17.82"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "23777a50-e000-4f29-994f-26635a357160"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "849b0b11-8ad3-452c-a773-0d2ab6eed7a5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "Priority",
        "Name": "Priority",
        "Description": "Numeric value that indicates which statuses this status should override. Higher numbers are higher priority.",
        "Order": 1064,
        "IsGridColumn": true,
        "DefaultValue": "0",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Priority",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-03-20T13:54:23.92",
        "ModifiedDateTime": "2020-03-20T13:54:58.397"
      },
      "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.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e6540ea-63f0-40fe-be50-f2a84735e600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "563a853d-b201-4e34-8a72-142c35131fa9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Value": "2",
        "ValueAsNumeric": 2.0,
        "CreatedDateTime": "2020-03-20T13:55:15.75",
        "ModifiedDateTime": "2020-03-20T13:55:15.75"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "849b0b11-8ad3-452c-a773-0d2ab6eed7a5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedType",
      "Guid": "8522badd-2871-45a5-81dd-c76da07e2e7e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 0,
        "Name": "Record Status",
        "Description": "Notes the state (Active, Inactive, Pending, etc.) of the record.",
        "HelpText": null,
        "IsActive": true,
        "EnableSecurityOnValues": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "f217e403-31c9-4ffb-aa81-41946e25f9a4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "283999ec-7346-42e3-b807-bce9b2babb49",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 3,
        "Value": "Pending",
        "Description": "Is used by the system to mark a record that needs to be verified before becoming active.  This state is often used when someone registers on-line to allow a staff person to confirm the new individual and check that it is not a duplicate record.",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "8522badd-2871-45a5-81dd-c76da07e2e7e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Category",
      "Guid": "683a2cd9-9fd9-425d-9b73-a747aa0cb1a9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Order": 9,
        "Name": "Group",
        "Description": null,
        "IconCssClass": "fa fa-users",
        "HighlightColor": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-02-03T09:24:35.74"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedType",
      "Guid": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 2,
        "Name": "Location Type",
        "Description": "Categorizes (home, work, etc.) locations for use in groups.",
        "HelpText": null,
        "IsActive": true,
        "EnableSecurityOnValues": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "683a2cd9-9fd9-425d-9b73-a747aa0cb1a9"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "683a2cd9-9fd9-425d-9b73-a747aa0cb1a9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 0,
        "Value": "Home",
        "Description": "Address where the family lives.",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "AllowMapSelection",
        "Name": "Allow Map Selection",
        "Description": "When adding a location of this type to a group, should user be able to select a point on a map?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Allow Map Selection",
        "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.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c9c190c0-6b5b-4882-9d9d-fb86718f5135",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f5bde6e9-1c95-4c28-a28e-68a5658b4665",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7cd85825-d3db-45ff-bc34-9313b53f5c34",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "AllowNamedSelection",
        "Name": "Allow Named Selection",
        "Description": "When adding a location of this type to a group, should user be able to select a named location?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Allow Named Selection",
        "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.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "013cfb1f-5d3d-4b69-a972-ac4810141866",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bbe52779-308a-466f-a220-37fc9e7e6320",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e82af5db-2a13-4c9e-8d27-6d27a7412aff",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "AllowAddressSelection",
        "Name": "Allow Address Selection",
        "Description": "When adding a location of this type to a group, should user be able to select an address?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Allow Address Selection",
        "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.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f3ace584-5993-4bd4-991f-a2f08f0a3788",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "48b28573-05c7-4ce6-a690-300d1ce11bb9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d074fd27-0ce5-40ce-af23-d053b1b318aa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Category",
      "Guid": "dcaae55e-abbf-467e-98d5-c89eaefab5ef",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Order": 7,
        "Name": "Global",
        "Description": null,
        "IconCssClass": "fa fa-server",
        "HighlightColor": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-02-03T09:24:35.74"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedType",
      "Guid": "407a3a73-a3ef-4970-b856-2a33f62ac72e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 26,
        "Name": "Button HTML",
        "Description": "Contains HTML for common button styles.",
        "HelpText": null,
        "IsActive": true,
        "EnableSecurityOnValues": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "dcaae55e-abbf-467e-98d5-c89eaefab5ef"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "fdc397cd-8b4a-436e-bea1-bce2e6717c03",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Order": 0,
        "Value": "Primary",
        "Description": "Used for the primary button on the form. Styled to use the Rock brand color (orange).",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6ff59f53-28ea-4bfe-afe1-a459cc588495",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "ButtonHTML",
        "Name": "Button HTML",
        "Description": "The HTML to use for displaying a button. \"{{ ButtonLink }}\", \"{{ ButtonClick }}\" and \"{{ ButtonText }}\" merge fields are available to be used in the HTML as placeholders.  {{ ButtonLink }} will be replaced with the url that user should be redirected to when they select that button.  {{ ButtonClick }} is replaced with any necessary client script (e.g. validation and animation).  {{ ButtonText }} is replaced with the name to be displayed.",
        "Order": 28,
        "IsGridColumn": true,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Button HTML",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7e21a104-50f6-4c93-943b-d1ebee3444ee",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorHeight",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "203785f4-60c1-4bd4-b2f4-cc125857a360",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorMode",
        "Value": "2"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "afd572cd-b751-474f-945d-97dd1a3c7edf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorTheme",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1684332d-3872-4047-bc99-6980e7f92d07",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "<a  href=\"{{ ButtonLink }}\" \r\n    onclick=\"{{ ButtonClick }}\"\r\n    data-loading-text=\"<i class='fa fa-refresh fa-spin'></i> {{ ButtonText }}\"\r\n    class=\"btn btn-primary\"\r\n    >\r\n    {{ ButtonText }}\r\n</a>",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8da98984-ba25-473c-93ba-8ba2fd58c4c7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "ButtonEmailHTML",
        "Name": "Button Email HTML",
        "Description": "The HTML to use for displaying a button in an HTML email. {{ ButtonLink }}, {{ ButtonClick }} and {{ ButtonText }} merge fields are available to be used in the HTML as placeholders.  {{ ButtonLink }} will be replaced with the url that user should be redirected to when they select that button.  {{ ButtonClick }} is replaced with any necessary client script (e.g. validation and animation).  {{ ButtonText }} is replaced with the name to be displayed.",
        "Order": 35,
        "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": "Button Email HTML",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "73b8da44-9d4b-4c93-bcea-632b6b43426e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorHeight",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "94a24055-9866-4ac8-8e57-278d232c935b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorMode",
        "Value": "2"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3446ecac-9273-449c-b933-f0f6506f5b19",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorTheme",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "38757a8f-e40e-40f0-8664-1ae7599f3b57",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "<table align=\"left\" style=\"width: 29%; min-width: 190px; margin-bottom: 12px;\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n   <td>\r\n\r\n\t\t<div><!--[if mso]>\r\n\t\t  <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"{{ ButtonLink }}\" style=\"height:38px;v-text-anchor:middle;width:175px;\" arcsize=\"11%\" strokecolor=\"#e76812\" fillcolor=\"#ee7624\">\r\n\t\t\t<w:anchorlock/>\r\n\t\t\t<center style=\"color:#ffffff;font-family:sans-serif;font-size:13px;font-weight:normal;\">{{ ButtonText }}</center>\r\n\t\t  </v:roundrect>\r\n\t\t<![endif]--><a href=\"{{ ButtonLink }}\"\r\n\t\tstyle=\"background-color:#ee7624;border:1px solid #e76812;border-radius:4px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:normal;line-height:38px;text-align:center;text-decoration:none;width:175px;-webkit-text-size-adjust:none;mso-hide:all;\">{{ ButtonText }}</a></div>\r\n\r\n\t</td>\r\n </tr>\r\n</table>",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionForm",
      "Guid": "2a788a16-d39e-4788-b544-79b3586818fc",
      "GenerateNewGuid": true,
      "Properties": {
        "IncludeActionsInNotification": true,
        "Header": "",
        "Footer": "",
        "ActionAttributeGuid": null,
        "AllowNotes": false,
        "AllowPersonEntry": false,
        "PersonEntryPreHtml": "",
        "PersonEntryPostHtml": "",
        "PersonEntryCampusIsVisible": true,
        "PersonEntryAutofillCurrentPerson": true,
        "PersonEntryHideIfCurrentPersonKnown": false,
        "PersonEntrySpouseEntryOption": 0,
        "PersonEntryGenderEntryOption": 2,
        "PersonEntryEmailEntryOption": 2,
        "PersonEntryMobilePhoneEntryOption": 0,
        "PersonEntryBirthdateEntryOption": 0,
        "PersonEntryAddressEntryOption": 0,
        "PersonEntryMaritalStatusEntryOption": 0,
        "PersonEntrySpouseLabel": "Spouse",
        "PersonEntryPersonAttributeGuid": null,
        "PersonEntrySpouseAttributeGuid": null,
        "PersonEntryFamilyAttributeGuid": null,
        "CreatedDateTime": "2022-04-05T10:30:39.357",
        "ModifiedDateTime": "2022-04-07T16:09:06.483"
      },
      "Transforms": {
        "5df81bd2-6d4e-438e-98a8-6e756b738264": "Next^fdc397cd-8b4a-436e-bea1-bce2e6717c03^^|"
      },
      "References": [
        {
          "Property": "PersonEntryConnectionStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2"
        },
        {
          "Property": "PersonEntryRecordStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "283999ec-7346-42e3-b807-bce9b2babb49"
        },
        {
          "Property": "PersonEntryGroupLocationTypeValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        },
        {
          "Property": "Actions",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "12ef555a-a2b6-45b5-bb54-6c1835c3d95b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "The person to be reactivated",
        "Order": 0,
        "IsGridColumn": true,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Person",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-04-08T10:57:35.243"
      },
      "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": "f07bd760-7649-4fe2-89df-5ba575c20196"
        },
        {
          "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"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "897e6fa9-feb9-492d-a226-ea04075b5578",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "12ef555a-a2b6-45b5-bb54-6c1835c3d95b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "3c3732a4-7777-4f73-b156-df495b3d06b4",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 0,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "<div class=\"row\">\n<div class=\"col-md-6\">",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-05T10:30:39.357",
        "ModifiedDateTime": "2022-04-07T16:00:17.363"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "2a788a16-d39e-4788-b544-79b3586818fc"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "12ef555a-a2b6-45b5-bb54-6c1835c3d95b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "691add22-3917-4e95-9e70-c27c5e9f7c8e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "InactiveDate",
        "Name": "Deactivation Date",
        "Description": "When was the person deactivated?\n\nOnly group memberships that were deactivated on or after this date will be reactivated.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Deactivation Date",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-04-08T10:57:35.26"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DateFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f07bd760-7649-4fe2-89df-5ba575c20196"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DateFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5456e3ee-4675-422c-90b2-2f1e48b1cf9b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "datePickerControlType",
        "Value": "Date Picker"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "691add22-3917-4e95-9e70-c27c5e9f7c8e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ed216aba-e916-400d-9dfb-95999af50a97",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayCurrentOption",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "691add22-3917-4e95-9e70-c27c5e9f7c8e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e65fd468-acce-48fd-9aef-fc73b5801713",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayDiff",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "691add22-3917-4e95-9e70-c27c5e9f7c8e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "695947ce-120f-47ae-a8f7-214099c8069c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "format",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "691add22-3917-4e95-9e70-c27c5e9f7c8e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fb655fef-d1f3-4060-aac8-0168d3f95f94",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "futureYearCount",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "691add22-3917-4e95-9e70-c27c5e9f7c8e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "1d8748da-93ab-4385-a2ac-9646e1ae5efd",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 1,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "</div>\n<div class=\"col-md-6\">",
        "PostHtml": "</div>\n</div>",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-05T10:30:39.357",
        "ModifiedDateTime": "2022-04-07T15:55:56.78"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "2a788a16-d39e-4788-b544-79b3586818fc"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "691add22-3917-4e95-9e70-c27c5e9f7c8e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b0e4eae9-ecc5-49be-b65a-0663f34c6555",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "GroupMembers",
        "Name": "Group Members",
        "Description": "All recently deactivated group member records for the selected person",
        "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": "Group Members",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-04-08T10:57:35.273"
      },
      "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": "f07bd760-7649-4fe2-89df-5ba575c20196"
        },
        {
          "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"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c817f30d-7e37-4b6e-8630-b2d726587e0d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b0e4eae9-ecc5-49be-b65a-0663f34c6555"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "af47e4de-4200-43c4-a15c-85113265bf26",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b0e4eae9-ecc5-49be-b65a-0663f34c6555"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1997ec75-0a18-4248-9299-386412475125",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "group",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b0e4eae9-ecc5-49be-b65a-0663f34c6555"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "ecece45d-13ce-4052-b22d-5f27424c4fe8",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 2,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-05T10:30:39.357",
        "ModifiedDateTime": "2022-04-05T10:30:39.357"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "2a788a16-d39e-4788-b544-79b3586818fc"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b0e4eae9-ecc5-49be-b65a-0663f34c6555"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e55343b8-1334-42fe-8f26-012eca360e6f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "GroupsHTML",
        "Name": "Groups HTML",
        "Description": "HTML for displaying the list of group memberships that will be reactivated",
        "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": "Groups HTML",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-04-08T10:57:35.29"
      },
      "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.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f07bd760-7649-4fe2-89df-5ba575c20196"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.HtmlFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2937ae53-5a36-49cd-9798-e2002cf6031f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "documentfolderroot",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e55343b8-1334-42fe-8f26-012eca360e6f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c67bb205-46d3-4a5a-a89f-71b45a94a3f2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "imagefolderroot",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e55343b8-1334-42fe-8f26-012eca360e6f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f88c6dc6-3395-4725-ae8b-852c942f2d62",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "toolbar",
        "Value": "Light"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e55343b8-1334-42fe-8f26-012eca360e6f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2af05318-c38b-450b-bef1-a7cae030ec6c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "userspecificroot",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e55343b8-1334-42fe-8f26-012eca360e6f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "4d2ee3f9-fc08-4700-b73a-74e4ca22d362",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 3,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-05T10:57:16.97",
        "ModifiedDateTime": "2022-04-05T10:57:16.97"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "2a788a16-d39e-4788-b544-79b3586818fc"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e55343b8-1334-42fe-8f26-012eca360e6f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4f53c75d-27f8-4f51-bad8-0f532d844ee2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PersonIsActive",
        "Name": "Currently Active",
        "Description": "The person's status at the start of this process",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Currently Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-04-08T10:57:35.3"
      },
      "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.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f07bd760-7649-4fe2-89df-5ba575c20196"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c66bbc4c-eb84-444a-875c-c63919ad6159",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "BooleanControlType",
        "Value": "2"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4f53c75d-27f8-4f51-bad8-0f532d844ee2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d3566905-2a57-4d01-a1a5-23050cc06dbc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4f53c75d-27f8-4f51-bad8-0f532d844ee2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3a4737de-339b-4196-b2f4-0e29cb8b577c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4f53c75d-27f8-4f51-bad8-0f532d844ee2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "188d816a-8d9e-4651-9c81-1717557767bc",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 4,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T11:25:40.713",
        "ModifiedDateTime": "2022-04-06T11:25:40.713"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "2a788a16-d39e-4788-b544-79b3586818fc"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4f53c75d-27f8-4f51-bad8-0f532d844ee2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b03dc939-99f2-45e8-ade2-3c7ba54ee853",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "i",
        "Name": "Index",
        "Description": "Index value for looping through each group member record",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "0",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Index",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-04-08T10:57:35.33"
      },
      "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": "f07bd760-7649-4fe2-89df-5ba575c20196"
        },
        {
          "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"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "b17e478a-dcc6-411f-9543-0060037bd09a",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 5,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T12:06:58.523",
        "ModifiedDateTime": "2022-04-06T12:06:58.523"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "2a788a16-d39e-4788-b544-79b3586818fc"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b03dc939-99f2-45e8-ade2-3c7ba54ee853"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fcf552a0-3257-4108-b63b-c4714de8e34f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "MemberCount",
        "Name": "Member Count",
        "Description": "The total number of group member records to be reactivated",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "0",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Member Count",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-04-08T10:57:35.34"
      },
      "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": "f07bd760-7649-4fe2-89df-5ba575c20196"
        },
        {
          "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"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "c2c332ae-8850-4a74-a3a5-2f0f3a550a19",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 6,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T12:06:58.523",
        "ModifiedDateTime": "2022-04-06T14:33:18.533"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "2a788a16-d39e-4788-b544-79b3586818fc"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fcf552a0-3257-4108-b63b-c4714de8e34f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "69d563eb-8855-4cd6-b365-9ff5b580a7d0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "CurrentGroup",
        "Name": "Current Group",
        "Description": "The group that is currently being looked at for reactivation",
        "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": "Current Group",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-04-08T10:57:35.353"
      },
      "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": "f07bd760-7649-4fe2-89df-5ba575c20196"
        },
        {
          "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"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "d7da4732-f45f-4c6c-bbd9-3e909bcabbd7",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 7,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T14:33:18.533",
        "ModifiedDateTime": "2022-04-06T14:33:18.533"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "2a788a16-d39e-4788-b544-79b3586818fc"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "69d563eb-8855-4cd6-b365-9ff5b580a7d0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c315aaa3-d3aa-4bb4-9b61-c30df17c57b4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "ActiveStatus",
        "Name": "Active Status",
        "Description": "The \"Active\" defined value from the Record Status defined type",
        "Order": 9,
        "IsGridColumn": false,
        "DefaultValue": "618f906c-c33d-4fa3-8aef-e58cb7b63f1e",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Active Status",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-04-08T10:57:35.37"
      },
      "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.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f07bd760-7649-4fe2-89df-5ba575c20196"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c52273ff-2f6c-4167-b9fd-ec34fe4ea4a3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "AllowAddingNewValues",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c315aaa3-d3aa-4bb4-9b61-c30df17c57b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5380285e-9e12-43be-afdd-b19d417c274b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c315aaa3-d3aa-4bb4-9b61-c30df17c57b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "58697a2b-a210-47cd-85b2-4aa5a0f80c99",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": "2"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c315aaa3-d3aa-4bb4-9b61-c30df17c57b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a9483abe-99be-4004-abe0-36b024328c85",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displaydescription",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c315aaa3-d3aa-4bb4-9b61-c30df17c57b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "86558734-dea9-432b-a5bd-0ec7e4cc51fa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c315aaa3-d3aa-4bb4-9b61-c30df17c57b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "17ce0964-80d2-425b-ba8f-3182ff7b56e2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "includeInactive",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c315aaa3-d3aa-4bb4-9b61-c30df17c57b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "63c0292d-8a44-4a58-9ae1-c2ac08ebfb3b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "RepeatColumns",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c315aaa3-d3aa-4bb4-9b61-c30df17c57b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "2e88297b-c46a-45bf-b757-86bc23465aee",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 8,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T14:33:18.533",
        "ModifiedDateTime": "2022-04-06T14:33:18.533"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "2a788a16-d39e-4788-b544-79b3586818fc"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c315aaa3-d3aa-4bb4-9b61-c30df17c57b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "35594250-4997-4022-b438-1fccaf7b21a1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "DateAutoSelected",
        "Name": "Date Auto Selected",
        "Description": "Was the deactivation date automatically selected from the person record's last modified date?",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Date Auto Selected",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-04-08T10:57:35.313"
      },
      "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.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f07bd760-7649-4fe2-89df-5ba575c20196"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "500c2995-b935-47f5-a1ec-d643589ae664",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "BooleanControlType",
        "Value": "2"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35594250-4997-4022-b438-1fccaf7b21a1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f1bd7e46-4f0e-48ee-acc1-efda7f34ec87",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35594250-4997-4022-b438-1fccaf7b21a1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8a6fbff4-8efa-4d7e-a4d0-cb082fe3c6ef",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35594250-4997-4022-b438-1fccaf7b21a1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "6b4289c9-3408-4d95-a378-dfc970740816",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 9,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-07T16:09:06.483",
        "ModifiedDateTime": "2022-04-07T16:09:06.483"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "2a788a16-d39e-4788-b544-79b3586818fc"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35594250-4997-4022-b438-1fccaf7b21a1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "366113c7-ab6a-4ec7-b7d7-4e6dc098de34",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Form: Select Person",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-05T10:30:39.357",
        "ModifiedDateTime": "2022-04-08T09:36:00.283"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "280894b6-b604-4288-8981-7078f8c0af21"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        },
        {
          "Property": "WorkflowFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "2a788a16-d39e-4788-b544-79b3586818fc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "234910f2-a0db-4d7d-baf7-83c880ef30ae",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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.UserEntryForm"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a2aa1dd9-2036-42a0-9af7-e2052f5afe94",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-05T10:30:39.747",
        "ModifiedDateTime": "2022-04-05T10:30:39.747"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "234910f2-a0db-4d7d-baf7-83c880ef30ae"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "366113c7-ab6a-4ec7-b7d7-4e6dc098de34"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c178113d-7c86-4229-8424-c6d0cf4a7e23",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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": "2019-01-17T07:12:29.533"
      },
      "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.UserEntryForm"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "ebb95564-bf5e-48d5-8c69-4fa6018ddb7a",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Unset Date Auto Selected",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-07T16:09:06.483",
        "ModifiedDateTime": "2022-04-08T09:36:00.283"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "280894b6-b604-4288-8981-7078f8c0af21"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d7eaa859-f500-4521-9523-488b12eaa7d2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "48e74b01-4039-4033-8f8e-1eb58c5d76a6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-07T16:09:06.88",
        "ModifiedDateTime": "2022-04-07T16:09:06.88"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7eaa859-f500-4521-9523-488b12eaa7d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ebb95564-bf5e-48d5-8c69-4fa6018ddb7a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "44a0b977-4730-4519-8ff6-b0a01a95b212",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to set the value of.",
        "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": "Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2019-01-17T07:12:28.203"
      },
      "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.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "336783d0-9f38-4f68-bfdc-76fde9a215e6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "35594250-4997-4022-b438-1fccaf7b21a1",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-07T16:09:06.88",
        "ModifiedDateTime": "2022-04-07T16:09:06.88"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44a0b977-4730-4519-8ff6-b0a01a95b212"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ebb95564-bf5e-48d5-8c69-4fa6018ddb7a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "57093b41-50ed-48e5-b72b-8829e62704c8",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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": "2019-01-17T07:12:28.22"
      },
      "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.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e5272b11-a2b8-49dc-860d-8d574e2bc15c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Text Value|Attribute Value",
        "Description": "The text or attribute to set the value from. <span class='tip tip-lava'></span>",
        "Order": 1,
        "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": "Text Value|Attribute Value",
        "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.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "99df0758-b206-4d19-8bf0-c6a50504e023",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "No",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-07T16:09:06.88",
        "ModifiedDateTime": "2022-04-07T16:09:06.88"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5272b11-a2b8-49dc-860d-8d574e2bc15c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ebb95564-bf5e-48d5-8c69-4fa6018ddb7a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "5e5264c2-8536-44c9-9fe7-a7cf7f6c95e2",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Next Activity: Confirm Reactivation",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-07T16:09:06.483",
        "ModifiedDateTime": "2022-04-08T09:36:00.283"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "280894b6-b604-4288-8981-7078f8c0af21"
        },
        {
          "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": "66975e7b-34e5-464d-b746-608db78b4cd5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-07T16:09:06.94",
        "ModifiedDateTime": "2022-04-07T16:09:06.94"
      },
      "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": "5e5264c2-8536-44c9-9fe7-a7cf7f6c95e2"
        }
      ]
    },
    {
      "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": "2019-01-17T07:12:28.677"
      },
      "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": "6cded86f-2b9f-4451-9810-7a5642f55c50",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "A1A5D463-518F-4BC0-95DC-9273107C50FC",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-07T16:09:06.94",
        "ModifiedDateTime": "2022-04-07T16:09:06.94"
      },
      "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": "5e5264c2-8536-44c9-9fe7-a7cf7f6c95e2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "f3e2a79d-d0e9-4dcd-a6ce-9b93917e8f57",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Workflow Name: Choose Criteria",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-08T09:36:00.283",
        "ModifiedDateTime": "2022-04-08T09:36:00.283"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "280894b6-b604-4288-8981-7078f8c0af21"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetWorkflowName"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0a800013-51f7-4902-885a-5be215d67d3d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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.SetWorkflowName"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e80cad81-3072-4718-9f71-60d117c2ff16",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-08T09:36:00.737",
        "ModifiedDateTime": "2022-04-08T09:36:00.737"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0a800013-51f7-4902-885a-5be215d67d3d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f3e2a79d-d0e9-4dcd-a6ce-9b93917e8f57"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5d95c15a-ccae-40ad-a9dd-f929da587115",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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": "2019-01-17T07:12:29.51"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetWorkflowName"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "93852244-a667-4749-961a-d47f88675be4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "NameValue",
        "Name": "Text Value|Attribute Value",
        "Description": "The value to use for the workflow's name. <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Text Value|Attribute Value",
        "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.SetWorkflowName"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9a43de55-069b-4b70-8a7e-03bd94dceff7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Choose Reactivation Criteria",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-08T09:36:00.737",
        "ModifiedDateTime": "2022-04-08T09:36:00.737"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "93852244-a667-4749-961a-d47f88675be4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f3e2a79d-d0e9-4dcd-a6ce-9b93917e8f57"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "807e5e18-2056-4ad5-a306-80968fbc765d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Initialize",
        "Description": "Sets default values",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2022-04-06T11:25:40.43",
        "ModifiedDateTime": "2022-04-06T11:25:40.43"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f07bd760-7649-4fe2-89df-5ba575c20196"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "9b60d084-53cf-470e-88db-48c0b71748f6",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Default Date",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T11:25:40.553",
        "ModifiedDateTime": "2022-04-06T14:57:15.403"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "807e5e18-2056-4ad5-a306-80968fbc765d"
        },
        {
          "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": true,
        "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": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Lava",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2019-01-17T07:12:27.287"
      },
      "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": "c3dc81f4-16fe-4de0-998f-6f28f53da306",
      "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": "e7e4ead5-1055-4a23-ab68-b1d7df723682",
      "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": "a854d370-8a13-4caf-8413-69064fe98f40",
      "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": "ffb790c2-84a3-41f5-b1e9-46ca4da6fb96",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign person = Workflow | Attribute:'Person','Object' -%}\n{%- assign defaultDate = 'Now' | Date:'M/d/yyyy' -%}\n{{- person.ModifiedDateTime | Date:'M/d/yyyy' | Default:defaultDate -}}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.26",
        "ModifiedDateTime": "2022-04-06T11:29:48.33"
      },
      "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": "9b60d084-53cf-470e-88db-48c0b71748f6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1924bdc-9b79-4018-9d4a-c3516c87a514",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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": "2022-03-21T21:19:38.52"
      },
      "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": "7d55a685-0907-4d9e-9033-ef38a76d96ee",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.26",
        "ModifiedDateTime": "2022-04-06T11:25:41.26"
      },
      "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": "9b60d084-53cf-470e-88db-48c0b71748f6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b833f48-efc2-4537-b1e3-7793f6863eaa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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": "2022-03-21T21:19:38.5"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "431273c6-342d-4030-adc7-7cdedc7f8b27",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to store the result in.",
        "Order": 1,
        "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": "Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-03-21T21:19:38.47"
      },
      "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": "f4a8ed5b-2139-4ce8-b8d2-b45327334c16",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "691add22-3917-4e95-9e70-c27c5e9f7c8e",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.26",
        "ModifiedDateTime": "2022-04-06T11:25:41.26"
      },
      "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": "9b60d084-53cf-470e-88db-48c0b71748f6"
        }
      ]
    },
    {
      "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": "2022-03-21T21:19:38.487"
      },
      "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": "6b27d1b8-cc34-425c-889d-904bcb068fe3",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Next Activity: Select Person",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "12ef555a-a2b6-45b5-bb54-6c1835c3d95b",
        "CriteriaComparisonType": 32,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T11:25:40.553",
        "ModifiedDateTime": "2022-04-06T14:57:15.403"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "807e5e18-2056-4ad5-a306-80968fbc765d"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b969475d-b7b7-48c0-a239-7f4016ff1401",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.283",
        "ModifiedDateTime": "2022-04-06T11:25:41.283"
      },
      "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": "6b27d1b8-cc34-425c-889d-904bcb068fe3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8c27e9d1-9497-4fb3-9744-279272d8107a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "280894B6-B604-4288-8981-7078F8C0AF21",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.283",
        "ModifiedDateTime": "2022-04-06T11:25:41.283"
      },
      "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": "6b27d1b8-cc34-425c-889d-904bcb068fe3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "6ad5d943-aaf8-4c79-a2fb-fb30d1799d58",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Next Activity: Confirm Reactivation",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "12ef555a-a2b6-45b5-bb54-6c1835c3d95b",
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T11:25:40.553",
        "ModifiedDateTime": "2022-04-06T14:57:15.403"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "807e5e18-2056-4ad5-a306-80968fbc765d"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cff1fe60-1e02-453b-81fb-3c8cc5488de7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.313",
        "ModifiedDateTime": "2022-04-06T11:25:41.313"
      },
      "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": "6ad5d943-aaf8-4c79-a2fb-fb30d1799d58"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "dd4751cf-0507-4560-90e8-636844203508",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "A1A5D463-518F-4BC0-95DC-9273107C50FC",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.313",
        "ModifiedDateTime": "2022-04-06T11:25:41.313"
      },
      "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": "6ad5d943-aaf8-4c79-a2fb-fb30d1799d58"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "7c6c9761-805a-4324-b660-d0f23c1f7a7c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Person From Entity",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T14:57:15.403",
        "ModifiedDateTime": "2022-04-06T14:57:15.403"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "807e5e18-2056-4ad5-a306-80968fbc765d"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9392e3d7-a28b-4cd8-8b03-5e147b102ef1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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": "2022-03-21T21:19:38.87"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5ead72b5-3d76-43b2-a212-ec9dd13060df",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:57:15.79",
        "ModifiedDateTime": "2022-04-06T14:57:15.79"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9392e3d7-a28b-4cd8-8b03-5e147b102ef1"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "7c6c9761-805a-4324-b660-d0f23c1f7a7c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ad4efac4-e687-43df-832f-0dc3856ababb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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": "2019-01-17T07:12:27.857"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "61e6e1bc-e657-4f00-b2e9-769aaa25b9f7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to set the value of.",
        "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": "Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-03-21T21:19:38.827"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a325f22a-bc77-4263-85b4-c8dde041cf4a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "12ef555a-a2b6-45b5-bb54-6c1835c3d95b",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:57:15.79",
        "ModifiedDateTime": "2022-04-06T14:57:15.79"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "61e6e1bc-e657-4f00-b2e9-769aaa25b9f7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "7c6c9761-805a-4324-b660-d0f23c1f7a7c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "dae99ca3-e7b6-42a0-9e65-7a4c5029eefc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EntityIsRequired",
        "Name": "Entity Is Required",
        "Description": "Should an error be returned if the entity is missing or not a valid entity type?",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Entity Is Required",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-17T07:12:27.817",
        "ModifiedDateTime": "2022-03-21T21:19:38.837"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7a00e787-cbe1-43c7-9803-952a4ce73374",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:57:15.79",
        "ModifiedDateTime": "2022-04-06T14:57:15.79"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "dae99ca3-e7b6-42a0-9e65-7a4c5029eefc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "7c6c9761-805a-4324-b660-d0f23c1f7a7c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1246c53a-fd92-4e08-abde-9a6c37e70c7b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "UseId",
        "Name": "Use Id instead of Guid",
        "Description": "Most entity attribute field types expect the Guid of the entity (which is used by default). Select this option if the entity's Id should be used instead (should be rare).",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Use Id instead of Guid",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-03-21T21:19:38.85"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "258dec58-4496-43fd-82cb-a1295f92ce28",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:57:15.79",
        "ModifiedDateTime": "2022-04-06T14:57:15.79"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1246c53a-fd92-4e08-abde-9a6c37e70c7b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "7c6c9761-805a-4324-b660-d0f23c1f7a7c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5112b3b3-52f7-4527-b7be-3ce7fbd8f92b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "LavaTemplate",
        "Name": "Lava Template",
        "Description": "By default this action will set the attribute value equal to the guid (or id) of the entity that was passed in for processing. If you include a lava template here, the action will instead set the attribute value to the output of this template. The mergefield to use for the entity is 'Entity.' For example, use {{ Entity.Name }} if the entity has a Name property. <span class='tip tip-lava'></span>",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Lava Template",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-17T07:12:27.84",
        "ModifiedDateTime": "2019-01-17T07:12:27.84"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7c3438cf-5beb-4fa2-bec7-bb894cb3af56",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5112b3b3-52f7-4527-b7be-3ce7fbd8f92b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c0c7ed93-0c00-4d71-8f41-8922ee6763df",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Lava"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5112b3b3-52f7-4527-b7be-3ce7fbd8f92b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e144b8ef-c332-4230-9933-268be179dfea",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5112b3b3-52f7-4527-b7be-3ce7fbd8f92b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "a1a5d463-518f-4bc0-95dc-9273107c50fc",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Confirm Reactivation",
        "Description": "Display a form for confirming the groups that the person will be reactivated in",
        "IsActivatedWithWorkflow": false,
        "Order": 2,
        "CreatedDateTime": "2022-04-06T11:25:40.713",
        "ModifiedDateTime": "2022-04-06T11:25:40.713"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f07bd760-7649-4fe2-89df-5ba575c20196"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "253588e3-f799-43ac-8715-3dacc7a9386e",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Person Status",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T11:25:40.813",
        "ModifiedDateTime": "2022-04-08T09:36:00.423"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "a1a5d463-518f-4bc0-95dc-9273107c50fc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0beb6f5b-0f9b-4771-be72-35708adc3a7e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign person = Workflow | Attribute:'Person','Object' -%}\n{%- if person.RecordStatusValue.Value != 'Inactive' %}Yes{% else %}NO{% endif -%}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.333",
        "ModifiedDateTime": "2022-04-06T11:25:41.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": "253588e3-f799-43ac-8715-3dacc7a9386e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2c983e98-3662-4134-aca9-aca48be2a42f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.333",
        "ModifiedDateTime": "2022-04-06T11:25:41.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": "253588e3-f799-43ac-8715-3dacc7a9386e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0d9f8369-cb40-49ab-b7c6-4feb1c0d661f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "4f53c75d-27f8-4f51-bad8-0f532d844ee2",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.333",
        "ModifiedDateTime": "2022-04-06T11:25:41.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": "253588e3-f799-43ac-8715-3dacc7a9386e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "e31b5d2a-27fd-4ab9-ae53-9bb707c99f01",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Recently Deactivated Group Memberships",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T11:25:40.82",
        "ModifiedDateTime": "2022-04-08T09:36:00.423"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "a1a5d463-518f-4bc0-95dc-9273107c50fc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "617d2b31-7e51-42cb-b2de-f2e1ccf85df6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign person = Workflow | Attribute:'Person','Object' -%}\n{%- assign inactiveDate = Workflow | Attribute:'InactiveDate' | AsDateTime -%}\n{%- groupmember where:'PersonId == {{ person.Id }} && GroupMemberStatus == 0 && IsArchived == false && InactiveDateTime _! \"\" && InactiveDateTime >= \"{{ inactiveDate }}\"' expression:'Group.IsActive == true && Group.IsArchived == false' securityenabled:'false' -%}\n    {%- assign members = groupmemberItems | Select:'Id' -%}\n{%- endgroupmember -%}\n{{- members | Join:',' -}}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.363",
        "ModifiedDateTime": "2022-04-06T14:33:18.86"
      },
      "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": "e31b5d2a-27fd-4ab9-ae53-9bb707c99f01"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "73a689b3-0777-4852-ba32-ea06e50f4dd9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.363",
        "ModifiedDateTime": "2022-04-06T11:25:41.363"
      },
      "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": "e31b5d2a-27fd-4ab9-ae53-9bb707c99f01"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "726176de-9ee3-41d1-981f-a7fd693b7c8e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "b0e4eae9-ecc5-49be-b65a-0663f34c6555",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.363",
        "ModifiedDateTime": "2022-04-06T11:25:41.363"
      },
      "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": "e31b5d2a-27fd-4ab9-ae53-9bb707c99f01"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b9f54f92-af7f-4316-9216-cb1fe9a2378a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.363",
        "ModifiedDateTime": "2022-04-06T11:25:41.363"
      },
      "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": "e31b5d2a-27fd-4ab9-ae53-9bb707c99f01"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "8b0fc481-8ec4-4797-841c-f9531045cc35",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Generate Groups HTML",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T11:25:40.82",
        "ModifiedDateTime": "2022-04-08T09:36:00.423"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "a1a5d463-518f-4bc0-95dc-9273107c50fc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7135e58d-f379-4bd2-88b1-e11ffa4486d3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign memberIDs = Workflow | Attribute:'GroupMembers','RawValue' -%}\n{%- if memberIDs != empty -%}\n    {%- assign prevTypeID = 0 -%}\n    {%- groupmember ids:'{{ memberIDs }}' securityenabled:'false' -%}\n        {%- assign members = groupmemberItems | OrderBy:'Group.GroupType.Name,Group.Name' -%}\n        {%- for member in members -%}\n            {%- if member.Group.GroupTypeId != prevTypeID -%}\n                {%- assign prevTypeID = member.Group.GroupTypeId -%}\n                {%- if forloop.first != true -%}\n                </ul>\n                {%- endif -%}\n                <div class=\"mt-3\"><strong>{{ member.Group.GroupType.Name }}</strong></div>\n                <ul class=\"row list-unstyled ml-0\">\n            {%- endif -%}\n                    <li class=\"col-md-6 col-lg-4\">{{ member.Group.Name }} <small class=\"text-muted\">(deactivated {{ member.InactiveDateTime | Date:'M/d/yyyy' }})</small></li>\n            {%- if forloop.last == true -%}\n                </ul>\n            {%- endif -%}\n        {%- endfor -%}\n    {%- endgroupmember -%}\n{%- else -%}\n    <div class=\"alert alert-warning\">{{ Workflow | Attribute:'Person','NickName' }} has not been deactivated in any groups since {{ Workflow | Attribute:'InactiveDate' | Date:'MMMM d, yyyy' }}. No group membership changes will be made.</div>\n{%- endif -%}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.4",
        "ModifiedDateTime": "2022-04-07T16:24:16.637"
      },
      "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": "8b0fc481-8ec4-4797-841c-f9531045cc35"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "aef52346-3e44-4a95-91bc-36cf5b44b4da",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.4",
        "ModifiedDateTime": "2022-04-06T11:25:41.4"
      },
      "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": "8b0fc481-8ec4-4797-841c-f9531045cc35"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "fe27479e-90e1-4fdf-a17a-3badfab2d127",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "e55343b8-1334-42fe-8f26-012eca360e6f",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.4",
        "ModifiedDateTime": "2022-04-06T11:25:41.4"
      },
      "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": "8b0fc481-8ec4-4797-841c-f9531045cc35"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "405ac578-03f8-4d87-a2a5-0274346b15b4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.4",
        "ModifiedDateTime": "2022-04-06T11:25:41.4"
      },
      "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": "8b0fc481-8ec4-4797-841c-f9531045cc35"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "8cf6e927-4fa5-4241-991c-391038b79631",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Order": 2,
        "Value": "Secondary",
        "Description": "Used for the secondary button on the form. Styled to use the Bootstrap default styling.",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6fcfc479-d00b-48b8-a360-c3c920d0b5db",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "<a  href=\"{{ ButtonLink }}\" \r\n    onclick=\"{{ ButtonClick }}\" \r\n    data-loading-text=\"<i class='fa fa-refresh fa-spin'></i> {{ ButtonText }}\"\r\n    class=\"btn btn-default\"\r\n    >\r\n    {{ ButtonText }}\r\n</a>",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8cf6e927-4fa5-4241-991c-391038b79631"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e6b69b99-ac77-4e28-8d83-5fbad1f70158",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "<table align=\"left\" style=\"width: 29%; min-width: 190px; margin-bottom: 12px;\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n   <td>\r\n\r\n\t\t<div><!--[if mso]>\r\n\t\t  <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"{{ ButtonLink }}\" style=\"height:38px;v-text-anchor:middle;width:175px;\" arcsize=\"11%\" strokecolor=\"#adadad\" fillcolor=\"#e6e6e6\">\r\n\t\t\t<w:anchorlock/>\r\n\t\t\t<center style=\"color:#333333;font-family:sans-serif;font-size:13px;font-weight:normal;\">{{ ButtonText }}</center>\r\n\t\t  </v:roundrect>\r\n\t\t<![endif]--><a href=\"{{ ButtonLink }}\"\r\n\t\tstyle=\"background-color:#e6e6e6;border:1px solid #adadad;border-radius:4px;color:#333333;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:normal;line-height:38px;text-align:center;text-decoration:none;width:175px;-webkit-text-size-adjust:none;mso-hide:all;\">{{ ButtonText }}</a></div>\r\n\r\n\t</td>\r\n </tr>\r\n</table>",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8cf6e927-4fa5-4241-991c-391038b79631"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionForm",
      "Guid": "70de80c2-6e26-44d8-b99d-3198ebf26bce",
      "GenerateNewGuid": true,
      "Properties": {
        "IncludeActionsInNotification": true,
        "Header": "{%- assign autoSelected = Workflow | Attribute:'DateAutoSelected' | Default:'Yes' | AsBoolean -%}\n{%- if autoSelected == true -%}\n<p class=\"alert alert-info\">The <em>Deactivation Date</em> has been automatically filled in with the last modified date of the specified person record. Click the <em>Change Criteria</em> button below to choose a different date.</p>\n{%- endif -%}",
        "Footer": "",
        "ActionAttributeGuid": null,
        "AllowNotes": false,
        "AllowPersonEntry": false,
        "PersonEntryPreHtml": "",
        "PersonEntryPostHtml": "",
        "PersonEntryCampusIsVisible": true,
        "PersonEntryAutofillCurrentPerson": true,
        "PersonEntryHideIfCurrentPersonKnown": false,
        "PersonEntrySpouseEntryOption": 0,
        "PersonEntryGenderEntryOption": 2,
        "PersonEntryEmailEntryOption": 2,
        "PersonEntryMobilePhoneEntryOption": 0,
        "PersonEntryBirthdateEntryOption": 0,
        "PersonEntryAddressEntryOption": 0,
        "PersonEntryMaritalStatusEntryOption": 0,
        "PersonEntrySpouseLabel": "Spouse",
        "PersonEntryPersonAttributeGuid": null,
        "PersonEntrySpouseAttributeGuid": null,
        "PersonEntryFamilyAttributeGuid": null,
        "CreatedDateTime": "2022-04-06T11:25:40.82",
        "ModifiedDateTime": "2022-04-08T10:57:35.6"
      },
      "Transforms": {
        "5df81bd2-6d4e-438e-98a8-6e756b738264": "Reactivate Person^fdc397cd-8b4a-436e-bea1-bce2e6717c03^45C3788D-5E18-46C4-BFD6-413AFDA9E196^The person and group memberships have been reactivated|Change Criteria^8cf6e927-4fa5-4241-991c-391038b79631^280894B6-B604-4288-8981-7078F8C0AF21^|"
      },
      "References": [
        {
          "Property": "PersonEntryConnectionStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2"
        },
        {
          "Property": "PersonEntryRecordStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "283999ec-7346-42e3-b807-bce9b2babb49"
        },
        {
          "Property": "PersonEntryGroupLocationTypeValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        },
        {
          "Property": "Actions",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        },
        {
          "Property": "Actions",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8cf6e927-4fa5-4241-991c-391038b79631"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "5bd27386-5253-4f71-a5de-d0f21644f953",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 0,
        "IsVisible": true,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "<h4>Reactivation Criteria</h4>\n<div class=\"row\">\n<div class=\"col-md-6 col-lg-4\">",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T11:25:40.82",
        "ModifiedDateTime": "2022-04-07T15:53:17.93"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "70de80c2-6e26-44d8-b99d-3198ebf26bce"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "12ef555a-a2b6-45b5-bb54-6c1835c3d95b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "efe1aa81-7039-4a8e-ad1d-96dc270bc812",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 2,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T11:25:40.82",
        "ModifiedDateTime": "2022-04-07T16:19:54.723"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "70de80c2-6e26-44d8-b99d-3198ebf26bce"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4f53c75d-27f8-4f51-bad8-0f532d844ee2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "735167e0-9dce-46f4-9a6e-81169fd18da6",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 1,
        "IsVisible": true,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "</div>\n<div class=\"col-md-6 col-lg-4\">",
        "PostHtml": "</div>\n</div>\n{%- assign isActive = Workflow | Attribute:'PersonIsActive' | Default:'No' | AsBoolean -%}\n{%- if isActive == true -%}\n<p class=\"alert alert-warning\">{{ Workflow | Attribute:'Person','NickName' | Possessive }} person record has already been reactivated. No profile changes will be made.</p>\n{%- endif -%}",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T11:25:40.82",
        "ModifiedDateTime": "2022-04-08T09:36:00.423"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "70de80c2-6e26-44d8-b99d-3198ebf26bce"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "691add22-3917-4e95-9e70-c27c5e9f7c8e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "9a2aeec3-a37d-476f-83ca-e9f04579e317",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 3,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T11:25:40.82",
        "ModifiedDateTime": "2022-04-06T11:25:40.82"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "70de80c2-6e26-44d8-b99d-3198ebf26bce"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b0e4eae9-ecc5-49be-b65a-0663f34c6555"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "88805914-c02f-44dd-ab58-755b1ce0a97a",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 4,
        "IsVisible": true,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": true,
        "PreHtml": "{%- assign inactiveDate = Workflow | Attribute:'InactiveDate' -%}\n<h4>Group Memberships <small>(deactivated on or after {{ inactiveDate | Date:'M/d/yyyy' }})</small></h4>\n<div class=\"form-group static-control \">\n{%- assign memberIDs = Workflow | Attribute:'GroupMembers','RawValue' -%}\n{%- if memberIDs != empty -%}\n<label class=\"control-label\" for=\"reactivation-group-list\">{{ Workflow | Attribute:'Person','NickName' }} will be reactivated in these groups:</label>\n{%- endif -%}\n<div class=\"control-wrapper\">\n<div class=\"form-control-static\" id=\"reactivation-group-list\">",
        "PostHtml": "</div>\n</div>\n</div>",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T11:25:40.82",
        "ModifiedDateTime": "2022-04-07T16:24:16.403"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "70de80c2-6e26-44d8-b99d-3198ebf26bce"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e55343b8-1334-42fe-8f26-012eca360e6f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "3d049a50-85ca-4a5f-9aee-7070b61af82a",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 5,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T12:06:58.623",
        "ModifiedDateTime": "2022-04-06T12:06:58.623"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "70de80c2-6e26-44d8-b99d-3198ebf26bce"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b03dc939-99f2-45e8-ade2-3c7ba54ee853"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "ef114bce-ef2e-4db8-b0e7-114b297fb950",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 6,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T12:06:58.623",
        "ModifiedDateTime": "2022-04-06T14:33:18.603"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "70de80c2-6e26-44d8-b99d-3198ebf26bce"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fcf552a0-3257-4108-b63b-c4714de8e34f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "5ec2ed3d-7ae1-4e07-a479-2e300bac8f2f",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 7,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T14:33:18.603",
        "ModifiedDateTime": "2022-04-06T14:33:18.603"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "70de80c2-6e26-44d8-b99d-3198ebf26bce"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "69d563eb-8855-4cd6-b365-9ff5b580a7d0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "0b997048-697a-4a8f-b739-d4c4d9eff847",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 8,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-06T14:33:18.603",
        "ModifiedDateTime": "2022-04-06T14:33:18.603"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "70de80c2-6e26-44d8-b99d-3198ebf26bce"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c315aaa3-d3aa-4bb4-9b61-c30df17c57b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "a4c098ec-8157-4044-a688-84d8729ac521",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 9,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "CreatedDateTime": "2022-04-07T16:09:06.67",
        "ModifiedDateTime": "2022-04-07T16:09:06.67"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "70de80c2-6e26-44d8-b99d-3198ebf26bce"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35594250-4997-4022-b438-1fccaf7b21a1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "3e6c691e-1ec0-4abf-9493-8a9776eeb2c2",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Form: Confirm Reactivation",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T11:25:40.82",
        "ModifiedDateTime": "2022-04-08T09:36:00.423"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "a1a5d463-518f-4bc0-95dc-9273107c50fc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        },
        {
          "Property": "WorkflowFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "70de80c2-6e26-44d8-b99d-3198ebf26bce"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "92de8d81-f8b8-49f2-b993-c99e341c1013",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.43",
        "ModifiedDateTime": "2022-04-06T11:25:41.43"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "234910f2-a0db-4d7d-baf7-83c880ef30ae"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3e6c691e-1ec0-4abf-9493-8a9776eeb2c2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "38566f03-e518-410c-adb0-7e95b33ed684",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Workflow Name: Confirm Reactivation",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-08T09:36:00.423",
        "ModifiedDateTime": "2022-04-08T09:36:00.423"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "a1a5d463-518f-4bc0-95dc-9273107c50fc"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetWorkflowName"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f083d8d1-ed86-4b9d-ad83-454e03f070e4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-08T09:36:00.857",
        "ModifiedDateTime": "2022-04-08T09:36:00.857"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0a800013-51f7-4902-885a-5be215d67d3d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "38566f03-e518-410c-adb0-7e95b33ed684"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "54156aa6-a7c0-47da-8030-6e4cb29d7ca4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Confirm Reactivation for {{ Workflow | Attribute:'Person','FullName' }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-08T09:36:00.857",
        "ModifiedDateTime": "2022-04-08T09:36:00.857"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "93852244-a667-4749-961a-d47f88675be4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "38566f03-e518-410c-adb0-7e95b33ed684"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "45c3788d-5e18-46c4-bfd6-413afda9e196",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Reactivate Person",
        "Description": "Reactivates the person if necessary and then starts reactivating group memberships",
        "IsActivatedWithWorkflow": false,
        "Order": 3,
        "CreatedDateTime": "2022-04-06T11:25:40.813",
        "ModifiedDateTime": "2022-04-06T11:25:40.813"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f07bd760-7649-4fe2-89df-5ba575c20196"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "1c906848-9478-4e63-b585-5e16f001e6a4",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Next Activity: Reactivate First Membership",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "fcf552a0-3257-4108-b63b-c4714de8e34f",
        "CriteriaComparisonType": 128,
        "CriteriaValue": "0",
        "CreatedDateTime": "2022-04-06T11:25:40.96",
        "ModifiedDateTime": "2022-04-08T09:36:00.547"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "45c3788d-5e18-46c4-bfd6-413afda9e196"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c96f5b74-4a2f-47e2-9da5-8d8cd6a1125d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.453",
        "ModifiedDateTime": "2022-04-06T11:25:41.453"
      },
      "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": "1c906848-9478-4e63-b585-5e16f001e6a4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2cf8beb4-1956-425b-b848-4d242161d179",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "ECDA8670-8657-4DC2-91A3-4A639729D45A",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.453",
        "ModifiedDateTime": "2022-04-06T11:25:41.453"
      },
      "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": "1c906848-9478-4e63-b585-5e16f001e6a4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "af898069-75b0-4e5b-9a62-521199c092f3",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Count Group Members",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T12:06:58.69",
        "ModifiedDateTime": "2022-04-08T09:36:00.547"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "45c3788d-5e18-46c4-bfd6-413afda9e196"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4522ba19-f201-42d7-8f30-3622f33ecd21",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign memberIDs = Workflow | Attribute:'GroupMembers','RawValue' | Default:'' -%}\n{%- if memberIDs != '' -%}\n    {{- memberIDs | Split:',' | Size -}}\n{%- else %}0{% endif -%}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T16:06:31.953",
        "ModifiedDateTime": "2022-04-06T16:06:31.953"
      },
      "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": "af898069-75b0-4e5b-9a62-521199c092f3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "36d9635c-f113-4f56-83c0-19cd765c6409",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T16:06:31.953",
        "ModifiedDateTime": "2022-04-06T16:06:31.953"
      },
      "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": "af898069-75b0-4e5b-9a62-521199c092f3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bd33c06a-b9b5-4f3c-bd35-2d2b89b8a0a5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "fcf552a0-3257-4108-b63b-c4714de8e34f",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T16:06:31.953",
        "ModifiedDateTime": "2022-04-06T16:06:31.953"
      },
      "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": "af898069-75b0-4e5b-9a62-521199c092f3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "4b55c14d-2388-4480-96bc-20716e250723",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Reactivate Person Record",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "4f53c75d-27f8-4f51-bad8-0f532d844ee2",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "No",
        "CreatedDateTime": "2022-04-06T14:33:18.67",
        "ModifiedDateTime": "2022-04-08T09:36:00.547"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "45c3788d-5e18-46c4-bfd6-413afda9e196"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.PersonPropertyUpdate"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "953d2bf0-42b4-4b6e-98c7-35ac77b2c4fe",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "Workflow attribute that contains the person to update.",
        "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",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-17T07:12:26.18",
        "ModifiedDateTime": "2019-01-17T07:12:26.18"
      },
      "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.PersonPropertyUpdate"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "eff21f8a-b6b8-48b9-942b-48f5ee96515c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "953d2bf0-42b4-4b6e-98c7-35ac77b2c4fe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6016c5c7-8796-4df7-822e-ebe7727e27ea",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "12ef555a-a2b6-45b5-bb54-6c1835c3d95b",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:18.94",
        "ModifiedDateTime": "2022-04-06T14:33:18.94"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "953d2bf0-42b4-4b6e-98c7-35ac77b2c4fe"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4b55c14d-2388-4480-96bc-20716e250723"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a60f5d78-a3b4-44d6-8023-56e928a494ea",
      "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": "2019-01-17T07:12:26.233",
        "ModifiedDateTime": "2019-01-17T07:12:26.233"
      },
      "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.PersonPropertyUpdate"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fa4003cb-eb4e-4856-b3a8-c8d062ba6f5c",
      "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": "2019-01-17T07:12:26.247",
        "ModifiedDateTime": "2019-01-17T07:12:26.247"
      },
      "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.PersonPropertyUpdate"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "27ffbc45-9a9f-408f-8cbd-7d122091d4c4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:18.94",
        "ModifiedDateTime": "2022-04-06T14:33:18.94"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fa4003cb-eb4e-4856-b3a8-c8d062ba6f5c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4b55c14d-2388-4480-96bc-20716e250723"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "443f7104-a97a-4ca2-9f9e-d5e3fb44b9da",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Property",
        "Name": "Property",
        "Description": "The property to update.",
        "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": "Property",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-17T07:12:26.193",
        "ModifiedDateTime": "2019-01-17T07:12:26.193"
      },
      "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.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.PersonPropertyUpdate"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f291bf00-2318-4b1c-a51e-273a1cada1ab",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "443f7104-a97a-4ca2-9f9e-d5e3fb44b9da"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ac17f2ca-bc5b-4986-97cf-44532934fe4b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "Title^Title (Defined Value),FirstName^First Name (Text),NickName^Nick Name (Text),MiddleName^Middle Name (Text),LastName^Last Name (Text),Suffix^Suffix (Defined Value),Birthdate^Birthdate (Date/Text),Photo^Photo (Binary File/Integer of Binary File),Gender^Gender (Text or Integer [1=Male 2=Female 0=Unknown]),MaritalStatus^Marital Status (Defined Value),AnniversaryDate^Anniversary Date (Date),CommunicationPreference^Communication Preference (Text or Integer [1=Email 2=SMS 3=PushNotification]),Email^Email (Text),EmailPreference^Email Preference (Text or Integer [0=EmailAllowed 1=NoMassEmails 2=DoNotEmail]),IsEmailActive^Is Email Active (Boolean),EmailNote^Email Note (Text),GraduationYear^Graduation Year (Integer),RecordStatus^Record Status (Defined Value),RecordStatusReason^Inactive Record Status Reason (Defined Value),InactiveReasonNote^Inactive Reason Note (Text),ConnectionStatus^Connection Status (Defined Value),IsDeceased^IsDeceased (Boolean),SystemNote^System Note (Text),"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "443f7104-a97a-4ca2-9f9e-d5e3fb44b9da"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b8e565ec-94cd-45f5-9960-85afac13ca8f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RecordStatus",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:18.94",
        "ModifiedDateTime": "2022-04-06T14:33:18.94"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "443f7104-a97a-4ca2-9f9e-d5e3fb44b9da"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4b55c14d-2388-4480-96bc-20716e250723"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ac737974-b18f-4a11-b887-2af76a018a01",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Value|Attribute Value",
        "Description": "The value or attribute value to set the person property to. <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": "Value|Attribute Value",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-17T07:12:26.21",
        "ModifiedDateTime": "2019-01-17T07:12:26.21"
      },
      "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.PersonPropertyUpdate"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "54d2e98f-597d-4d0b-aa87-e52af552796a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "c315aaa3-d3aa-4bb4-9b61-c30df17c57b4",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:18.94",
        "ModifiedDateTime": "2022-04-06T14:33:18.94"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ac737974-b18f-4a11-b887-2af76a018a01"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4b55c14d-2388-4480-96bc-20716e250723"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8377b925-97f6-45c2-bb1d-ed57cb1e1753",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "IgnoreBlankValues",
        "Name": "Ignore Blank Values",
        "Description": "If a value is blank should it be ignored, or should it be used to wipe out the current value. This is helpful with working with defined values that can not be found.",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Ignore Blank Values",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-17T07:12:26.22",
        "ModifiedDateTime": "2019-01-17T07:12:26.22"
      },
      "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.PersonPropertyUpdate"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1f81e5c3-347f-44e2-9e54-59d91cc347c3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:18.94",
        "ModifiedDateTime": "2022-04-06T14:33:18.94"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8377b925-97f6-45c2-bb1d-ed57cb1e1753"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4b55c14d-2388-4480-96bc-20716e250723"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "acb35543-1c2a-49d4-bc8f-21e6b2320e36",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Persist Workflow",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T16:01:07.42",
        "ModifiedDateTime": "2022-04-08T09:36:00.547"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "45c3788d-5e18-46c4-bfd6-413afda9e196"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.PersistWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "50b01639-4938-40d2-a791-aa0eb4f86847",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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.PersistWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e97893fe-ac95-46f1-b832-662577ea9f7d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T16:01:07.63",
        "ModifiedDateTime": "2022-04-06T16:01:07.63"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "50b01639-4938-40d2-a791-aa0eb4f86847"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "acb35543-1c2a-49d4-bc8f-21e6b2320e36"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "86f795b0-0cb6-4da4-9ce4-b11d0922f361",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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": "2019-01-17T07:12:29.413"
      },
      "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.PersistWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "82744a46-0110-4728-bd3d-66c85c5fcb2f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "PersistImmediately",
        "Name": "Persist Immediately",
        "Description": "This action will normally cause the workflow to be persisted (saved) once all the current activities/actions have completed processing. Set this flag to true, if the workflow should be persisted immediately. This is only required if a subsequent action needs a persisted workflow with a valid id.",
        "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": "Persist Immediately",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2019-01-17T07:12:29.403"
      },
      "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.PersistWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f12545cd-5d7b-45db-a300-24e86c41cd88",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T16:01:07.63",
        "ModifiedDateTime": "2022-04-06T16:01:07.63"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "82744a46-0110-4728-bd3d-66c85c5fcb2f"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "acb35543-1c2a-49d4-bc8f-21e6b2320e36"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "144a47ef-b65b-487b-afd4-2c6a574a7cfd",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Next Activity: Complete Workflow",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "fcf552a0-3257-4108-b63b-c4714de8e34f",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "0",
        "CreatedDateTime": "2022-04-06T16:01:07.42",
        "ModifiedDateTime": "2022-04-08T09:36:00.547"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "45c3788d-5e18-46c4-bfd6-413afda9e196"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "21148aee-6406-4b3f-ab29-9c24b5ec9b12",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T16:01:07.66",
        "ModifiedDateTime": "2022-04-06T16:01:07.66"
      },
      "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": "144a47ef-b65b-487b-afd4-2c6a574a7cfd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8037718c-119e-4e64-9d83-e88a9f785ce1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "03CF974E-463B-442C-A87E-C9DEB56D2504",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T16:01:07.66",
        "ModifiedDateTime": "2022-04-06T16:01:07.66"
      },
      "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": "144a47ef-b65b-487b-afd4-2c6a574a7cfd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "e93e2674-b8ae-4d87-8682-d3b2818aff2c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Workflow Name: Reactivate Person",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-08T09:36:00.547",
        "ModifiedDateTime": "2022-04-08T09:36:00.547"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "45c3788d-5e18-46c4-bfd6-413afda9e196"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetWorkflowName"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0afd7e1f-5292-4c1f-a54a-e74173d672dd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-08T09:36:00.937",
        "ModifiedDateTime": "2022-04-08T09:36:00.937"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0a800013-51f7-4902-885a-5be215d67d3d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e93e2674-b8ae-4d87-8682-d3b2818aff2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9afa0bbe-bcfc-4a88-88ff-eec3a283c0f3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Reactivate {{ Workflow | Attribute:'Person','FullName' }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-08T09:36:00.937",
        "ModifiedDateTime": "2022-04-08T09:36:00.937"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "93852244-a667-4749-961a-d47f88675be4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e93e2674-b8ae-4d87-8682-d3b2818aff2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "ecda8670-8657-4dc2-91a3-4a639729d45a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Reactivate Membership",
        "Description": "Reactivates a single group membership",
        "IsActivatedWithWorkflow": false,
        "Order": 4,
        "CreatedDateTime": "2022-04-06T11:25:40.96",
        "ModifiedDateTime": "2022-04-06T11:25:40.96"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f07bd760-7649-4fe2-89df-5ba575c20196"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "ae468fc6-79b0-47bb-9b39-8a8e0ed07c54",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Next Activity: Complete Workflow",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T11:25:41.03",
        "ModifiedDateTime": "2022-04-06T14:33:18.74"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ecda8670-8657-4dc2-91a3-4a639729d45a"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "49607eb5-70e5-4acf-b956-20d3264f0ba4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.483",
        "ModifiedDateTime": "2022-04-06T11:25:41.483"
      },
      "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": "ae468fc6-79b0-47bb-9b39-8a8e0ed07c54"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "18a00acc-c54d-4bfc-bec3-86b5dd55620e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "03CF974E-463B-442C-A87E-C9DEB56D2504",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.483",
        "ModifiedDateTime": "2022-04-06T11:25:41.483"
      },
      "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": "ae468fc6-79b0-47bb-9b39-8a8e0ed07c54"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "7b205cdd-514c-4261-bc41-dbecaea49236",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Current Group",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T14:33:18.74",
        "ModifiedDateTime": "2022-04-06T14:33:18.74"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ecda8670-8657-4dc2-91a3-4a639729d45a"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0f805065-ff27-4e14-ba9d-831b50f59e68",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign i = Workflow | Attribute:'i' -%}\n{%- assign memberIDs = Workflow | Attribute:'GroupMembers','RawValue' -%}\n{%- groupmember ids:'{{ memberIDs }}' limit:'1' offset:'{{ i }}' -%}\n    {{- groupmember.Group.Guid -}}\n{%- endgroupmember -%}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:18.993",
        "ModifiedDateTime": "2022-04-06T14:50:20.207"
      },
      "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": "7b205cdd-514c-4261-bc41-dbecaea49236"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "16f9a517-ebce-4fd8-9bda-60253f4a4a08",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:18.993",
        "ModifiedDateTime": "2022-04-06T14:33:18.993"
      },
      "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": "7b205cdd-514c-4261-bc41-dbecaea49236"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bef878db-de63-4a71-b6af-32b63b343628",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "69d563eb-8855-4cd6-b365-9ff5b580a7d0",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:18.993",
        "ModifiedDateTime": "2022-04-06T14:33:18.993"
      },
      "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": "7b205cdd-514c-4261-bc41-dbecaea49236"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "38b52020-ace0-4039-9a12-ca12b39d44c2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:18.993",
        "ModifiedDateTime": "2022-04-06T14:33:18.993"
      },
      "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": "7b205cdd-514c-4261-bc41-dbecaea49236"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "8b944ca6-7401-48fe-b289-2557917dc439",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Reactivate Member",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T14:33:18.74",
        "ModifiedDateTime": "2022-04-06T14:33:18.74"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ecda8670-8657-4dc2-91a3-4a639729d45a"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UpdateGroupMemberStatus"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "096568fc-a162-497b-9888-16e879e1550e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "Workflow attribute that contains the person to update in the group.",
        "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",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-17T07:12:24.713",
        "ModifiedDateTime": "2019-01-17T07:12:24.713"
      },
      "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.UpdateGroupMemberStatus"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3b57f818-5f9b-4460-b700-13a3a4e72b9f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "096568fc-a162-497b-9888-16e879e1550e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "35e94c8f-f1d4-4461-89ce-aeb8710ec83f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "12ef555a-a2b6-45b5-bb54-6c1835c3d95b",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:19.033",
        "ModifiedDateTime": "2022-04-06T14:33:19.033"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "096568fc-a162-497b-9888-16e879e1550e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8b944ca6-7401-48fe-b289-2557917dc439"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ec614451-b34c-4e34-afc2-050213092fbc",
      "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": "2019-01-17T07:12:24.8",
        "ModifiedDateTime": "2019-01-17T07:12:24.8"
      },
      "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.UpdateGroupMemberStatus"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e37c3a4f-10ca-426c-b501-c0393cb95cfd",
      "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": "2019-01-17T07:12:24.817",
        "ModifiedDateTime": "2019-01-17T07:12:24.817"
      },
      "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.UpdateGroupMemberStatus"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "228c1304-8e56-4de8-a8d7-ecf0a96fb4de",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:19.033",
        "ModifiedDateTime": "2022-04-06T14:33:19.033"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e37c3a4f-10ca-426c-b501-c0393cb95cfd"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8b944ca6-7401-48fe-b289-2557917dc439"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f5e46264-88e8-41b5-aee0-8cf599882d4b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Group",
        "Name": "Group",
        "Description": "Workflow Attribute that contains the group the person is in.",
        "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": "Group",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-17T07:12:24.753",
        "ModifiedDateTime": "2019-01-17T07:12:24.753"
      },
      "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.UpdateGroupMemberStatus"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d5298494-57d8-4131-a687-1a545298999d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.GroupFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f5e46264-88e8-41b5-aee0-8cf599882d4b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cd69c147-49d7-49b9-9f0b-2b6dd0b121ec",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "69d563eb-8855-4cd6-b365-9ff5b580a7d0",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:19.033",
        "ModifiedDateTime": "2022-04-06T14:33:19.033"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f5e46264-88e8-41b5-aee0-8cf599882d4b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8b944ca6-7401-48fe-b289-2557917dc439"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a069d7f8-7e1b-493b-81b9-e60d9b5b4db0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "NewGroupMemberStatus",
        "Name": "New Group Member Status",
        "Description": "The new status to set the user to in the group.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "Active",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "New Group Member Status",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-17T07:12:24.777",
        "ModifiedDateTime": "2021-06-25T23:44:14.333"
      },
      "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.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UpdateGroupMemberStatus"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7cf4c99d-8c59-4a5d-bdb8-145b8ae94494",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enumSourceTypeKey",
        "Value": "Rock.Model.GroupMemberStatus"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a069d7f8-7e1b-493b-81b9-e60d9b5b4db0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2a3cd045-85cc-4fc8-83ac-aa8768cc5874",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "rb"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a069d7f8-7e1b-493b-81b9-e60d9b5b4db0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c2689ddf-4e3d-47a0-b209-1a3a535e0d2a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "0^Inactive,1^Active,2^Pending"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a069d7f8-7e1b-493b-81b9-e60d9b5b4db0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "223acfbc-22b5-4fe6-964e-7e379102cfe2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "1",
        "ValueAsNumeric": 1.0,
        "CreatedDateTime": "2022-04-06T14:33:19.033",
        "ModifiedDateTime": "2022-04-06T14:33:19.033"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a069d7f8-7e1b-493b-81b9-e60d9b5b4db0"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8b944ca6-7401-48fe-b289-2557917dc439"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "7b0fcd15-6b73-4f0f-9cfd-cc903b7691c8",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Increment Index",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T14:33:18.74",
        "ModifiedDateTime": "2022-04-06T14:33:18.74"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ecda8670-8657-4dc2-91a3-4a639729d45a"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4a19e6c2-5089-4011-8cb6-8f46ade7652c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:19.063",
        "ModifiedDateTime": "2022-04-06T14:33:19.063"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7eaa859-f500-4521-9523-488b12eaa7d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "7b0fcd15-6b73-4f0f-9cfd-cc903b7691c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0491917e-1b32-4e55-a895-5cc7308d6c69",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "b03dc939-99f2-45e8-ade2-3c7ba54ee853",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:19.063",
        "ModifiedDateTime": "2022-04-06T14:33:19.063"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44a0b977-4730-4519-8ff6-b0a01a95b212"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "7b0fcd15-6b73-4f0f-9cfd-cc903b7691c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8a7e4a28-21cb-413e-9f08-764694576362",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Workflow | Attribute:'i' | AsInteger | Plus:1 }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:19.063",
        "ModifiedDateTime": "2022-04-06T14:33:19.063"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5272b11-a2b8-49dc-860d-8d574e2bc15c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "7b0fcd15-6b73-4f0f-9cfd-cc903b7691c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "5d992f40-7ba1-456b-a78b-9683820f6771",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Next Activity: Reactivate Next Member",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "b03dc939-99f2-45e8-ade2-3c7ba54ee853",
        "CriteriaComparisonType": 512,
        "CriteriaValue": "fcf552a0-3257-4108-b63b-c4714de8e34f",
        "CreatedDateTime": "2022-04-06T14:33:18.74",
        "ModifiedDateTime": "2022-04-06T14:33:18.74"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ecda8670-8657-4dc2-91a3-4a639729d45a"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bd03c485-b0dc-4922-8ebd-d73c89fcab8c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:19.093",
        "ModifiedDateTime": "2022-04-06T14:33:19.093"
      },
      "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": "5d992f40-7ba1-456b-a78b-9683820f6771"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0aa3abd1-ac45-4b58-ba04-2480cbe9e23b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "ECDA8670-8657-4DC2-91A3-4A639729D45A",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:33:19.093",
        "ModifiedDateTime": "2022-04-06T14:33:19.093"
      },
      "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": "5d992f40-7ba1-456b-a78b-9683820f6771"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "03cf974e-463b-442c-a87e-c9deb56d2504",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Complete Workflow",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 5,
        "CreatedDateTime": "2022-04-06T11:25:41.03",
        "ModifiedDateTime": "2022-04-06T11:25:41.03"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "f07bd760-7649-4fe2-89df-5ba575c20196"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "da4348d9-512a-4926-bac7-7f917742d3a5",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Complete Workflow",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T11:25:41.1",
        "ModifiedDateTime": "2022-04-06T14:40:55.943"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "03cf974e-463b-442c-a87e-c9deb56d2504"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0ca0ddef-48ef-4abc-9822-a05e225de26c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8643cfe7-92a1-4234-b8eb-ce56cbaf116d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.513",
        "ModifiedDateTime": "2022-04-06T11:25:41.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0ca0ddef-48ef-4abc-9822-a05e225de26c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "da4348d9-512a-4926-bac7-7f917742d3a5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "25cad4be-5a00-409d-9bab-e32518d89956",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "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": "2019-01-17T07:12:29.093"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "07cb7dbc-236d-4d38-92a4-47ee448ba89a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Status",
        "Name": "Status|Status Attribute",
        "Description": "The status to set the workflow to when marking the workflow complete. <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "Completed",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Status|Status 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.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "697ffdfd-c310-4ab7-8908-8d43de92b112",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Completed",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T11:25:41.513",
        "ModifiedDateTime": "2022-04-06T11:25:41.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "07cb7dbc-236d-4d38-92a4-47ee448ba89a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "da4348d9-512a-4926-bac7-7f917742d3a5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "f90bc7fd-106e-4109-a006-e49d2b1362a7",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Redirect: Person Groups Tab",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-04-06T14:40:55.943",
        "ModifiedDateTime": "2022-04-06T14:40:55.943"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "03cf974e-463b-442c-a87e-c9deb56d2504"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Redirect"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7c346474-b407-486f-8039-ed73d4cff91e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Url",
        "Name": "Url|Url Attribute",
        "Description": "The full URL to redirect to, for example: http://www.rockrms.com  <span class='tip tip-lava'></span>",
        "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": "Url|Url Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-17T07:12:27.497",
        "ModifiedDateTime": "2021-03-12T00:19:12.6"
      },
      "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.Redirect"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "29fd276e-559d-4b76-89d3-59734a151dc3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.UrlLinkFieldType|Rock.Field.Types.AudioUrlFieldType|Rock.Field.Types.VideoUrlFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7c346474-b407-486f-8039-ed73d4cff91e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f72c164e-7850-446a-a30d-d01a13f802ba",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "~/person/{{ Workflow | Attribute:'Person','Id' }}/groups",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:40:56.063",
        "ModifiedDateTime": "2022-04-06T14:40:56.063"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7c346474-b407-486f-8039-ed73d4cff91e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f90bc7fd-106e-4109-a006-e49d2b1362a7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0363e52e-84a7-42aa-a291-84f2299bc948",
      "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": "2019-01-17T07:12:27.523",
        "ModifiedDateTime": "2019-01-17T07:12:27.523"
      },
      "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.Redirect"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f328a4ca-c540-42cf-8b31-369b3a728dfd",
      "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": "2019-01-17T07:12:27.537",
        "ModifiedDateTime": "2019-01-17T07:12:27.537"
      },
      "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.Redirect"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4548f05b-dc6b-4578-a2d7-aae89c3adb2d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-04-06T14:40:56.063",
        "ModifiedDateTime": "2022-04-06T14:40:56.063"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f328a4ca-c540-42cf-8b31-369b3a728dfd"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f90bc7fd-106e-4109-a006-e49d2b1362a7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0c4c2959-9344-404c-9a68-75367af552fb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ProcessingOptions",
        "Name": "Processing Options",
        "Description": "How should workflow continue processing?",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "0",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Processing Options",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-17T07:12:27.51",
        "ModifiedDateTime": "2019-01-17T07:12:27.51"
      },
      "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.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Redirect"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "25c6036e-f652-4451-878c-d4e11be7392e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c2959-9344-404c-9a68-75367af552fb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9efbb32d-e52e-47dc-bc7c-b97ed29f124b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "0^Always continue,1^Only continue on redirect,2^Never continue"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c2959-9344-404c-9a68-75367af552fb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e55aa361-dec5-46e1-a4c3-8990c9107c73",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "ValueAsNumeric": 0.0,
        "CreatedDateTime": "2022-04-06T14:40:56.063",
        "ModifiedDateTime": "2022-04-06T14:40:56.063"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c2959-9344-404c-9a68-75367af552fb"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f90bc7fd-106e-4109-a006-e49d2b1362a7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3bc0266c-fcf9-4d19-96ec-d95485073bd7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BlockTitle",
        "Name": "Workflow Entry Block Title",
        "Description": "A title for the Workflow Entry block",
        "Order": 6557,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Workflow Entry Block Title",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-08-03T12:50:57.527",
        "ModifiedDateTime": "2020-08-03T12:50:57.527"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bde30911-9e76-4137-bffc-3a74048a11a7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3bc0266c-fcf9-4d19-96ec-d95485073bd7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "dff63d36-21b0-41d2-af4c-0279e9de4ae4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": "50"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3bc0266c-fcf9-4d19-96ec-d95485073bd7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d758556b-1936-4bca-8c50-17d25b0333f3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3bc0266c-fcf9-4d19-96ec-d95485073bd7"
        }
      ]
    }
  ],
  "RootEntities": [
    "f07bd760-7649-4fe2-89df-5ba575c20196"
  ]
}