{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "57ef1f37-7211-45b0-9abb-52e2d9b2f8e5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Staff Tree Refresh - Copy",
        "Description": "",
        "Order": 0,
        "WorkTerm": "Work",
        "ProcessingIntervalSeconds": 28800,
        "IsPersisted": true,
        "SummaryViewText": "<div class='row'>\n    <div class='col-sm-6'>\n        <dl><dt>Started By</dt><dd>{{ Workflow.InitiatorPersonAlias.Person.FullName }}</dd></dl>\n    </div>\n    <div class='col-sm-6'>\n        <dl><dt>Started On</dt><dd>{{ Workflow.ActivatedDateTime | Date:'MM/dd/yyyy' }} at {{ Workflow.ActivatedDateTime | Date:'hh:mm:ss tt' }}</dd></dl>\n    </div>\n</div>\n\n{% assign attributeList = '' %}\n{% for attribute in Workflow.AttributeValues %}\n    {% if attribute.AttributeIsGridColumn %}\n        {% assign attributeValue = attribute.ValueFormatted %}\n        {% if attributeValue != '' %}\n            {% capture item %}<dt>{{ attribute.AttributeName }}</dt><dd>{{ attributeValue }}</dd>{% endcapture %}\n            {% assign attributeList = attributeList | Append:item %}\n        {% endif %}\n    {% endif %}\n{% endfor %}\n\n{% if attributeList != '' %}\n    <div class='row'>\n        <div class='col-sm-6'>\n            <dl>\n                {{ attributeList }}\n            </dl>\n        </div>\n    </div>\n{% endif %}",
        "NoActionMessage": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "LogRetentionPeriod": null,
        "CompletedWorkflowRetentionPeriod": null,
        "LoggingLevel": 0,
        "IconCssClass": "fa fa-list-ol",
        "CreatedDateTime": "2020-07-14T11:27:41.36",
        "ModifiedDateTime": "2020-07-14T11:30:01.077"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "ddcb7053-c447-4375-8a14-58885c32d76c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Start",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2020-07-14T11:27:41.577",
        "ModifiedDateTime": "2020-07-14T11:27:41.577"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "57ef1f37-7211-45b0-9abb-52e2d9b2f8e5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "01207eaf-b745-463d-91d4-b18b36b7106c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Create Page Content",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2020-07-14T11:27:41.733",
        "ModifiedDateTime": "2020-07-14T11:27:41.733"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ddcb7053-c447-4375-8a14-58885c32d76c"
        },
        {
          "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-09T20:47:01.897"
      },
      "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": "f8ffc13a-26ea-4a31-9c87-43274a337361",
      "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": "8b108589-0375-407f-adb1-7dc40114a2e6",
      "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": "a1627b39-4488-4f89-bf3b-3b790d833b5f",
      "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": "68d89715-1839-4e69-bd83-cb475d224c37",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "<!DOCTYPE html>\n<html>\n<head>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n<style>\n\nul, #myUL \n{\n  list-style-type: none;\n}\n\n#myUL \n{\n  margin: 0;\n  padding: 0;\n}\n\n#personWrapper\n{\n    display: inline;\n}\n\n.my_caret \n{\n  cursor: pointer;\n  -webkit-user-select: none; /* Safari 3.1+ */\n  -moz-user-select: none; /* Firefox 2+ */\n  -ms-user-select: none; /* IE 10+ */\n  user-select: none;\n}\n\n.my_caret::before \n{\n    content: \"\\25B6\";\n    color: black;\n    display: inline-block;\n    margin-right: 5px;\n}\n\n.my_caret-down::before \n{\n  -ms-transform: rotate(90deg); /* IE 9 */\n  -webkit-transform: rotate(90deg); /* Safari */'\n  transform: rotate(90deg);  \n}\n\n.my_person_name\n{\n    margin-left: 3px;\n    cursor: pointer;\n    -webkit-user-select: none; /* Safari 3.1+ */\n    -moz-user-select: none; /* Firefox 2+ */\n    -ms-user-select: none; /* IE 10+ */\n     user-select: none;\n}\n\n.my_person_name:hover\n{\n    color: DarkBlue;\n}\n\n.underline_active\n{\n    display: inline-block;\n    border-bottom-style: solid !important;\n    border-width: 2px;\n    width: auto;\n    margin-bottom: 2px;\n}\n\n.underline_inactive\n{\n    display: inline-block;\n    border-bottom-style: none;\n    width: auto;\n    margin-top: 2px;\n    margin-bottom: 2px;\n}\n\n.person_links_active\n{\n    display: inline-block !important;\n    padding-left: 20px;\n}\n\n.person_links_inactive\n{\n    display: none;\n}\n\n.nested_ul \n{\n  display: none;\n}\n\n.active_ul \n{\n  display: block;\n}\n\nimg\n{\n    padding-bottom: 1px;\n}\n\n</style>\n\n</head>\n<body>\n\n<ul id=\"myUL\">\n<button type=\"button\" class='expand' onclick=\"tree('expand')\" style=\"display:block;\">Expand All &#x2ba7;</button>\n<button type=\"button\" class='retract' onclick=\"tree('retract')\" style=\"display:none;\">Retract All &#x2ba4;</button>\n<br>\n\n{% assign editWindow = Workflow | Attribute:'EditWindow' | AsBoolean %}\n{% assign rootPerson = Workflow | Attribute:'RootPerson' %}\n{% assign group = Workflow | Attribute:'Group','RawValue' | GroupByGuid %}\n{% assign url = Workflow | Attribute:'DatabaseURL' %}\n\n{% assign groupMembers_unsorted = group.Members %}\n\n{% assign groupMembers = groupMembers_unsorted | OrderBy:'Person.LastName' | SortByAttribute:'Campus','desc' %}\n\n{% for groupMember in groupMembers %}\n    {% if groupMember.Person.FullName == rootPerson %}\n    \n        <li><span class=\"my_caret\"></span>\n        <div id=\"personWrapper\">\n            <div class=\"underline_inactive\">\n                <img src=\"{{ url }}{{ groupMember.Person.PhotoUrl }}\" width=\"32\" height=\"32\">\n                <strong class=\"my_person_name\">{{ groupMember.Person.FullName }}</strong> \n                \n                ({{ groupMember | Attribute:'Campus' }}) \n                \n                <span class=\"person_links_inactive\">\n                    <a href=\"{{ url }}/Person/{{ groupMember.Person.Id }}\" target=\"_blank\"><i class=\"fas fa-user fa-lg\"></i></a>\n                    &nbsp <!-- space character between link buttons -->\n                    {% if editWindow == true %}\n                        <a href=\"\" onClick=\"window.open('{{ url }}/GroupMember/{{ groupMember.Id }}','Edit Group Member','resizable,height=800,width=650,left=75,top=75,titlebar=no'); return false;\"><i class=\"fas fa-edit fa-lg\"></i></a><noscript>You need Javascript to use the previous link or use <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a></noscript>\n                    {% else %}\n                        <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a>\n                    {% endif %}\n                </span>\n            </div>\n        </div>\n        \n        <ul class=\"nested_ul\">\n        \n        {% assign parent1 = groupMember.Person.FullName %}\n        {% for groupMember in groupMembers %}\n            {% assign supervisor1 = groupMember | Attribute:'Supervisor' %}\n            {% if supervisor1 == parent1 %}\n                <li><span class=\"my_caret\"></span>\n                <div id=\"personWrapper\">\n                    <div class=\"underline_inactive\">\n                        <img src=\"{{ url }}{{ groupMember.Person.PhotoUrl }}\" width=\"32\" height=\"32\">\n                        <strong class=\"my_person_name\">{{ groupMember.Person.FullName }}</strong>\n                        \n                        ({{ groupMember | Attribute:'Campus' }}) \n                        \n                        <span class=\"person_links_inactive\">\n                            <a href=\"{{ url }}/Person/{{ groupMember.Person.Id }}\" target=\"_blank\"><i class=\"fas fa-user fa-lg\"></i></a>\n                            &nbsp <!-- space character between link buttons -->\n                            {% if editWindow == true %}\n                                <a href=\"\" onClick=\"window.open('{{ url }}/GroupMember/{{ groupMember.Id }}','Edit Group Member','resizable,height=800,width=650,left=75,top=75,titlebar=no'); return false;\"><i class=\"fas fa-edit fa-lg\"></i></a><noscript>You need Javascript to use the previous link or use <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a></noscript>\n                            {% else %}\n                                <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a>\n                            {% endif %}\n                        </span>\n                    </div>\n                </div>\n                \n                <ul class=\"nested_ul\">\n                \n                {% assign parent2 = groupMember.Person.FullName %}\n                {% for groupMember in groupMembers %}\n                    {% assign supervisor2 = groupMember | Attribute:'Supervisor' %}\n                    {% if supervisor2 == parent2 %}\n                        <li><span class=\"my_caret\"></span>\n                        <div id=\"personWrapper\">\n                            <div class=\"underline_inactive\">\n                                <img src=\"{{ url }}{{ groupMember.Person.PhotoUrl }}\" width=\"32\" height=\"32\">\n                                <strong class=\"my_person_name\">{{ groupMember.Person.FullName }}</strong> \n                                \n                                ({{ groupMember | Attribute:'Campus' }}) \n                                \n                                <span class=\"person_links_inactive\">\n                                    <a href=\"{{ url }}/Person/{{ groupMember.Person.Id }}\" target=\"_blank\"><i class=\"fas fa-user fa-lg\"></i></a>\n                                    &nbsp <!-- space character between link buttons -->\n                                    {% if editWindow == true %}\n                                        <a href=\"\" onClick=\"window.open('{{ url }}/GroupMember/{{ groupMember.Id }}','Edit Group Member','resizable,height=800,width=650,left=75,top=75,titlebar=no'); return false;\"><i class=\"fas fa-edit fa-lg\"></i></a><noscript>You need Javascript to use the previous link or use <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a></noscript>\n                                    {% else %}\n                                        <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a>\n                                    {% endif %}\n                                </span>\n                            </div>\n                        </div>\n                        \n                        <ul class=\"nested_ul\">\n                        \n                        {% assign parent3 = groupMember.Person.FullName %}\n                        {% for groupMember in groupMembers %}\n                            {% assign supervisor3 = groupMember | Attribute:'Supervisor' %}\n                            {% if supervisor3 == parent3 %}\n                                <li><span class=\"my_caret\"></span>\n                                <div id=\"personWrapper\">\n                                    <div class=\"underline_inactive\">\n                                        <img src=\"{{ url }}{{ groupMember.Person.PhotoUrl }}\" width=\"32\" height=\"32\">\n                                        <strong class=\"my_person_name\">{{ groupMember.Person.FullName }}</strong> \n\n                                        ({{ groupMember | Attribute:'Campus' }}) \n                                        \n                                        <span class=\"person_links_inactive\">\n                                            <a href=\"{{ url }}/Person/{{ groupMember.Person.Id }}\" target=\"_blank\"><i class=\"fas fa-user fa-lg\"></i></a>\n                                            &nbsp <!-- space character between link buttons -->\n                                            {% if editWindow == true %}\n                                                <a href=\"\" onClick=\"window.open('{{ url }}/GroupMember/{{ groupMember.Id }}','Edit Group Member','resizable,height=800,width=650,left=75,top=75,titlebar=no'); return false;\"><i class=\"fas fa-edit fa-lg\"></i></a><noscript>You need Javascript to use the previous link or use <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a></noscript>\n                                            {% else %}\n                                                <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a>\n                                            {% endif %}\n                                        </span>\n                                    </div>\n                                </div>\n                                \n                                <ul class=\"nested_ul\">\n                                \n                                {% assign parent4 = groupMember.Person.FullName %}\n                                {% for groupMember in groupMembers %}\n                                    {% assign supervisor4 = groupMember | Attribute:'Supervisor' %}\n                                    {% if supervisor4 == parent4 %}\n                                        <li><span class=\"my_caret\"></span>\n                                        <div id=\"personWrapper\">\n                                            <div class=\"underline_inactive\">\n                                                <img src=\"{{ url }}{{ groupMember.Person.PhotoUrl }}\" width=\"32\" height=\"32\">\n                                                <strong class=\"my_person_name\">{{ groupMember.Person.FullName }}</strong> \n\n                                                ({{ groupMember | Attribute:'Campus' }}) \n\n                                                <span class=\"person_links_inactive\">\n                                                    <a href=\"{{ url }}/Person/{{ groupMember.Person.Id }}\" target=\"_blank\"><i class=\"fas fa-user fa-lg\"></i></a>\n                                                    &nbsp <!-- space character between link buttons -->\n                                                    {% if editWindow == true %}\n                                                        <a href=\"\" onClick=\"window.open('{{ url }}/GroupMember/{{ groupMember.Id }}','Edit Group Member','resizable,height=800,width=650,left=75,top=75,titlebar=no'); return false;\"><i class=\"fas fa-edit fa-lg\"></i></a><noscript>You need Javascript to use the previous link or use <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a></noscript>\n                                                    {% else %}\n                                                        <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a>\n                                                    {% endif %}\n                                                </span>\n                                            </div>\n                                        </div>\n                                        \n                                        <ul class=\"nested_ul\">\n                                        \n                                        {% assign parent5 = groupMember.Person.FullName %}\n                                        {% for groupMember in groupMembers %}\n                                            {% assign supervisor5 = groupMember | Attribute:'Supervisor' %}\n                                            {% if supervisor5 == parent5 %}\n                                                <li><span class=\"my_caret\"></span>\n                                                <div id=\"personWrapper\">\n                                                    <div class=\"underline_inactive\">\n                                                        <img src=\"{{ url }}{{ groupMember.Person.PhotoUrl }}\" width=\"32\" height=\"32\">\n                                                        <strong class=\"my_person_name\">{{ groupMember.Person.FullName }}</strong> \n\n                                                        ({{ groupMember | Attribute:'Campus' }}) \n\n                                                        <span class=\"person_links_inactive\">\n                                                            <a href=\"{{ url }}/Person/{{ groupMember.Person.Id }}\" target=\"_blank\"><i class=\"fas fa-user fa-lg\"></i></a>\n                                                            &nbsp <!-- space character between link buttons -->\n                                                            {% if editWindow == true %}\n                                                                <a href=\"\" onClick=\"window.open('{{ url }}/GroupMember/{{ groupMember.Id }}','Edit Group Member','resizable,height=800,width=650,left=75,top=75,titlebar=no'); return false;\"><i class=\"fas fa-edit fa-lg\"></i></a><noscript>You need Javascript to use the previous link or use <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a></noscript>\n                                                            {% else %}\n                                                                <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a>\n                                                            {% endif %}\n                                                        </span>\n                                                    </div>\n                                                </div>\n                                                \n                                                <ul class=\"nested_ul\">\n                                                \n                                                {% assign parent6 = groupMember.Person.FullName %}\n                                                {% for groupMember in groupMembers %}\n                                                    {% assign supervisor6 = groupMember | Attribute:'Supervisor' %}\n                                                    {% if supervisor6 == parent6 %}\n                                                        <li><span class=\"my_caret\"></span>\n                                                        <div id=\"personWrapper\">\n                                                            <div class=\"underline_inactive\">\n                                                                <img src=\"{{ url }}{{ groupMember.Person.PhotoUrl }}\" width=\"32\" height=\"32\">\n                                                                <strong class=\"my_person_name\">{{ groupMember.Person.FullName }}</strong> \n\n                                                                ({{ groupMember | Attribute:'Campus' }}) \n\n                                                                <span class=\"person_links_inactive\">\n                                                                    <a href=\"{{ url }}/Person/{{ groupMember.Person.Id }}\" target=\"_blank\"><i class=\"fas fa-user fa-lg\"></i></a>\n                                                                    &nbsp <!-- space character between link buttons -->\n                                                                    {% if editWindow == true %}\n                                                                        <a href=\"\" onClick=\"window.open('{{ url }}/GroupMember/{{ groupMember.Id }}','Edit Group Member','resizable,height=800,width=650,left=75,top=75,titlebar=no'); return false;\"><i class=\"fas fa-edit fa-lg\"></i></a><noscript>You need Javascript to use the previous link or use <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a></noscript>\n                                                                    {% else %}\n                                                                        <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a>\n                                                                    {% endif %}\n                                                                </span>\n                                                            </div>\n                                                        </div>\n                                                        \n                                                        <ul class=\"nested_ul\">\n                                                        \n                                                        {% assign parent7 = groupMember.Person.FullName %}\n                                                        {% for groupMember in groupMembers %}\n                                                            {% assign supervisor7 = groupMember | Attribute:'Supervisor' %}\n                                                            {% if supervisor7 == parent7 %}\n                                                                <li><span class=\"my_caret\"></span>\n                                                                <div id=\"personWrapper\">\n                                                                    <div class=\"underline_inactive\">\n                                                                        <img src=\"{{ url }}{{ groupMember.Person.PhotoUrl }}\" width=\"32\" height=\"32\">\n                                                                        <strong class=\"my_person_name\">{{ groupMember.Person.FullName }}</strong> \n\n                                                                        ({{ groupMember | Attribute:'Campus' }}) \n\n                                                                        <span class=\"person_links_inactive\">\n                                                                            <a href=\"{{ url }}/Person/{{ groupMember.Person.Id }}\" target=\"_blank\"><i class=\"fas fa-user fa-lg\"></i></a>\n                                                                            &nbsp <!-- space character between link buttons -->\n                                                                            {% if editWindow == true %}\n                                                                                <a href=\"\" onClick=\"window.open('{{ url }}/GroupMember/{{ groupMember.Id }}','Edit Group Member','resizable,height=800,width=650,left=75,top=75,titlebar=no'); return false;\"><i class=\"fas fa-edit fa-lg\"></i></a><noscript>You need Javascript to use the previous link or use <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a></noscript>\n                                                                            {% else %}\n                                                                                <a href=\"{{ url }}/GroupMember/{{ groupMember.Id }}\" target=\"_blank\"><i class=\"fas fa-edit fa-lg\"></i></a>\n                                                                            {% endif %}\n                                                                        </span>\n                                                                    </div>\n                                                                </div>\n                                                                \n                                                                <ul class=\"nested_ul\">\n                                                       \n                                                                </ul>\n                                                                </li>\n                                                            {% endif %}\n                                                        {% endfor %}\n                                               \n                                                        </ul>\n                                                        </li>\n                                                    {% endif %}\n                                                {% endfor %}\n                                       \n                                                </ul>\n                                                </li>\n                                            {% endif %}\n                                        {% endfor %}\n                               \n                                        </ul>\n                                        </li>\n                                    {% endif %}\n                                {% endfor %}\n                       \n                                </ul>\n                                </li>\n                            {% endif %}\n                        {% endfor %}\n               \n                        </ul>\n                        </li>\n                    {% endif %}\n                {% endfor %}\n       \n                </ul>\n                </li>\n            {% endif %}\n        {% endfor %}\n        \n        </ul>\n        </li>\n    {% endif %}\n{% endfor %}\n\n</ul>\n\n<script>\nfunction tree(expand_retract) \n{\n    /*\n        if 'expand' is selected, the code will first find all already-expanded ul elements and close them. This way, the entire document can be 'toggled' to be expanded. this is reversed for 'retract'\n    */\n\tvar uls; //variable to host list of 'ul' elements\n\tif(expand_retract == 'expand') { uls = document.getElementsByClassName(\"active_ul\"); } //if expand, find all active ul's\n\telse if(expand_retract == 'retract' ) { uls = document.getElementsByClassName(\"nested_ul\"); } //if retract, find all nested ul's\n\t\n    var i;\n    for (i = 0; i < uls.length; i++) \n    {\n        uls[i].classList.toggle(\"active_ul\"); //toggle ul visibility\n    }\n\t\n\tif(expand_retract == 'expand') { uls = document.getElementsByClassName(\"nested_ul\"); } //if expand, find all nested ul's\n\telse if(expand_retract == 'retract' ) { uls = document.getElementsByClassName(\"active_ul\"); } //if retract, find all active ul's\n\n    for (i = 0; i < uls.length; i++)\n    {\n    \tuls[i].classList.toggle(\"active_ul\"); //toggle visibility\n    }\n\t\n    var carets = document.getElementsByClassName(\"my_caret\"); //get all carets\n    \n    for (i = 0; i < carets.length; i++) \n    {\n        if (expand_retract == 'expand' && !carets[i].classList.contains('my_caret-down')) //if expand, find carets that are not facing down already\n        {\n            carets[i].classList.toggle(\"my_caret-down\"); //toggle caret\n        }\n        else if(expand_retract == 'retract' && carets[i].classList.contains('my_caret-down')) //if retract, find carets that are facing down\n        {\n            carets[i].classList.toggle(\"my_caret-down\"); //toggle caret\n        }\n    }\n    \n\tif(expand_retract == \"expand\") \n\t{ \n\t    document.querySelector(\".expand\").style.display = \"none\"; //hide expand all button\n\t    document.querySelector(\".retract\").style.display = \"block\"; //show retract all button\n\t}\n\telse if(expand_retract == \"retract\" ) \n\t{ \n\t    document.querySelector(\".expand\").style.display = \"block\"; //show expand all button\n\t    document.querySelector(\".retract\").style.display = \"none\"; //hide retract all button\n\t}\n\t\n\t//close any expanded person links\n\tvar cur_active = document.getElementsByClassName(\"person_links_active\"); //find all 'expanded' links\n    for (i = 0; i < cur_active.length; i++)\n    {\n        cur_active[i].classList.toggle(\"person_links_active\"); //close 'expanded' links\n    }\n    \n    cur_active = document.getElementsByClassName(\"underline_active\"); //finds all underlining effects\n    for (i = 0; i < cur_active.length; i++)\n    {\n        cur_active[i].classList.toggle(\"underline_active\"); //removes underlining effects\n    }\n}\n</script>\n\n<script>\nfunction display_person_links() //displays links to the right of a person after clikcing name\n{\n    /*\n    the following inside this if statement closes other 'expanded' links when clicking on someone else. This ensures only one set of links is visible at a time. The if statement checks to see if the element currently being clicked is expanded, and if so, it does not close it because the code after the if statement will handle that.\n    */\n    if(!this.parentElement.querySelector(\".person_links_inactive\").classList.contains(\"person_links_active\"))\n    {\n        var cur_active = document.getElementsByClassName(\"person_links_active\"); //find all 'expanded' links\n        for (i = 0; i < cur_active.length; i++)\n        {\n            cur_active[i].classList.toggle(\"person_links_active\"); //close 'expanded' links\n        }\n        \n        cur_active = document.getElementsByClassName(\"underline_active\"); //finds all underlining effects\n        for (i = 0; i < cur_active.length; i++)\n        {\n            cur_active[i].classList.toggle(\"underline_active\"); //removes underlining effects\n        }\n    }\n    this.parentElement.querySelector(\".person_links_inactive\").classList.toggle(\"person_links_active\"); //toggles link visibility on click\n    this.parentElement.classList.toggle(\"underline_active\"); //toggles underlining effect on click\n}\n</script>\n\n<script>\nfunction caret_click() //handles the clikcing of carets to navigate tree\n{\n    this.parentElement.querySelector(\".nested_ul\").classList.toggle(\"active_ul\"); //finds first ul element with 'nested_ul' class after caret\n    this.classList.toggle(\"my_caret-down\"); //changes caret's direction\n}\n</script>\n\n<script> //script to automatically run on page loading\nvar carets = document.getElementsByClassName(\"my_caret\"); //find all carets on the page\nvar names = document.getElementsByClassName(\"my_person_name\"); //find all names on the page\n\nvar i;\nfor (i = 0; i < carets.length; i++) \n{\n    carets[i].addEventListener(\"click\", caret_click); //for each caret, add function \"caret_click\" to event listener\n}\nfor (i = 0; i < names.length; i++) \n{\n    names[i].addEventListener(\"click\", display_person_links); //for each name, add function \"display_person_links\" to event listener\n}\n</script>\n\n</body>\n</html>",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-14T11:27:41.843",
        "ModifiedDateTime": "2020-07-14T11:30:01.297"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "01207eaf-b745-463d-91d4-b18b36b7106c"
        }
      ]
    },
    {
      "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": 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.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b869ceaf-06c4-4cca-9bde-f686c04934df",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-14T11:27:41.843",
        "ModifiedDateTime": "2020-07-14T11:27:41.843"
      },
      "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": "01207eaf-b745-463d-91d4-b18b36b7106c"
        }
      ]
    },
    {
      "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": "2019-01-09T20:47:01.933"
      },
      "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": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "34056e58-f8ee-4d4c-80e8-b9f1254777aa",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "299f2f5c-5227-42ad-ab63-b8ac950ea42a",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-14T11:27:41.843",
        "ModifiedDateTime": "2020-07-14T11:27:41.843"
      },
      "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": "01207eaf-b745-463d-91d4-b18b36b7106c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f3e380bf-aac8-4015-9adc-0df56b5462f5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EnabledLavaCommands",
        "Name": "Enabled Lava Commands",
        "Description": "The Lava commands that should be enabled for this action.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Enabled Lava Commands",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.LavaCommandsFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "ddf7f89f-27db-4220-9757-5f568d8cc7de",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Update Group Attribute",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2020-07-14T11:27:41.733",
        "ModifiedDateTime": "2020-07-14T11:27:41.733"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ddcb7053-c447-4375-8a14-58885c32d76c"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetGroupMemberAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "692788eb-d3dc-4098-a6e0-48c4381d2ff7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Group",
        "Name": "Group",
        "Description": "The attribute containing the group to get the leader for.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Group",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-09T20:46:59.44",
        "ModifiedDateTime": "2019-01-09T20:46:59.44"
      },
      "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.SetGroupMemberAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3a54731e-e42c-4d7e-aea0-8be2510c2379",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.GroupFieldType|Rock.Field.Types.GroupFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "692788eb-d3dc-4098-a6e0-48c4381d2ff7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c9d630cd-627e-44d6-85c7-e65876338155",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "49c21284-9717-4a47-aab2-45a7b3e39bd0",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-14T11:27:41.907",
        "ModifiedDateTime": "2020-07-14T11:27:41.907"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "692788eb-d3dc-4098-a6e0-48c4381d2ff7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ddf7f89f-27db-4220-9757-5f568d8cc7de"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e9051db1-4b2d-49dc-8f82-dc6d996c212a",
      "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-09T20:46:59.517",
        "ModifiedDateTime": "2019-01-09T20:46:59.517"
      },
      "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.SetGroupMemberAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c944909b-7b9f-4333-ba97-1d1b13c6ccda",
      "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-09T20:46:59.53",
        "ModifiedDateTime": "2019-01-09T20:46:59.53"
      },
      "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.SetGroupMemberAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "fea6b265-8499-4090-a958-336d0fd84cd6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-14T11:27:41.907",
        "ModifiedDateTime": "2020-07-14T11:27:41.907"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c944909b-7b9f-4333-ba97-1d1b13c6ccda"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ddf7f89f-27db-4220-9757-5f568d8cc7de"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ebcc56ea-85fe-43de-bf0f-8f77bfa9abc2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "The attribute to set to the person in the group.",
        "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": "Person",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-09T20:46:59.457",
        "ModifiedDateTime": "2019-01-09T20:46:59.457"
      },
      "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.SetGroupMemberAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "09e0fd98-3610-4ddc-9164-6ef0ccd75f61",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ebcc56ea-85fe-43de-bf0f-8f77bfa9abc2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "91136097-9640-47bf-9f45-6cfdad86d38d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "e16a899c-ac82-47bf-99cd-c65e68fd4d5a",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-14T11:27:41.907",
        "ModifiedDateTime": "2020-07-14T11:27:41.907"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ebcc56ea-85fe-43de-bf0f-8f77bfa9abc2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ddf7f89f-27db-4220-9757-5f568d8cc7de"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7bafc81d-0979-4b27-953e-e95cf69111aa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "GroupMemberAttributeKey",
        "Name": "Group Member Attribute Key",
        "Description": "The attribute key to use for the group member attribute.",
        "Order": 2,
        "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 Member Attribute Key",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-09T20:46:59.47",
        "ModifiedDateTime": "2019-01-09T20:46:59.47"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetGroupMemberAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bd2cb649-8266-4b12-afd1-5329f9f987fe",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7bafc81d-0979-4b27-953e-e95cf69111aa"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7a5be4b4-f1fa-4ef5-82dd-367af797ff97",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "TreeHTML",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-14T11:27:41.907",
        "ModifiedDateTime": "2020-07-14T11:27:41.907"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7bafc81d-0979-4b27-953e-e95cf69111aa"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ddf7f89f-27db-4220-9757-5f568d8cc7de"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c9ab072e-c214-4a75-b777-ddf6c08dfb84",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "GroupRoleFilter",
        "Name": "Group Role Filter",
        "Description": "Use to set the attribute if the person is a specific role. If no role filter is provided then the all roles will be used.",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Group Role Filter",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-09T20:46:59.487",
        "ModifiedDateTime": "2019-01-09T20:46:59.487"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.GroupRoleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetGroupMemberAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "44ce93d3-d653-4cca-aaeb-1808f58bbb70",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttributeValue",
        "Name": "Text Value|Attribute Value",
        "Description": "The text or attribute to set the value from. <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": "Text Value|Attribute Value",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-01-09T20:46:59.5",
        "ModifiedDateTime": "2019-01-09T20:46:59.5"
      },
      "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.SetGroupMemberAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b75f14b6-40fb-4bf7-b484-6fb9e23f60fe",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "299f2f5c-5227-42ad-ab63-b8ac950ea42a",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-14T11:27:41.907",
        "ModifiedDateTime": "2020-07-14T11:27:41.907"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44ce93d3-d653-4cca-aaeb-1808f58bbb70"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ddf7f89f-27db-4220-9757-5f568d8cc7de"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "299f2f5c-5227-42ad-ab63-b8ac950ea42a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "PageHTML",
        "Name": "Page HTML",
        "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": "Page HTML",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-14T11:30:01.217"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.HtmlFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ddcb7053-c447-4375-8a14-58885c32d76c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "18db6802-49b8-4ed7-9d49-b793422185ba",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "documentfolderroot",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "299f2f5c-5227-42ad-ab63-b8ac950ea42a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bfc5f065-0edd-4d6c-9811-eaac806d6331",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "imagefolderroot",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "299f2f5c-5227-42ad-ab63-b8ac950ea42a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4bca07f7-d044-408d-af96-d6106a721e83",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "toolbar",
        "Value": "Light"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "299f2f5c-5227-42ad-ab63-b8ac950ea42a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d724de5e-47e1-4cf2-bcea-ebccb1198808",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "userspecificroot",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "299f2f5c-5227-42ad-ab63-b8ac950ea42a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b7807ea-24b0-4b73-ac78-5269238281c7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Key": "2d5fa153-0543-46d0-9d51-61ac730e9bfc",
        "Name": "Last Round Robin Person (Select Person)",
        "Description": null,
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": null,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Last Round Robin Person (Select Person)",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-08-04T11:18:41.303",
        "ModifiedDateTime": "2017-08-04T11:18:41.303"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "68da4d62-1d68-4044-9947-b854ba6e87de",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Key": "1ec26111-8f24-4ad4-8258-6270d7ec9fbe",
        "Name": "Last Round Robin Person (Assign Pastor)",
        "Description": null,
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": null,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Last Round Robin Person (Assign Pastor)",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-09-25T14:47:30.373",
        "ModifiedDateTime": "2017-09-25T14:47:30.373"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "84ac6fb8-a379-4984-9e51-66dcfe89a2f6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "EditWindow",
        "Name": "Open edit in small window",
        "Description": "Set default value of this attribute to \"True\" if you want the edit button to open a new, small window. Set it to \"False\" if you want it to open in a new tab in the same window (less problems but also less intuitive)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Open edit in small window",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-14T11:30:01.123"
      },
      "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": "57ef1f37-7211-45b0-9abb-52e2d9b2f8e5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1eb9b8d1-ef37-4721-b797-40a52a61d283",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "BooleanControlType",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "84ac6fb8-a379-4984-9e51-66dcfe89a2f6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2afb9476-234a-4a4d-b70c-940f6db46e84",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "84ac6fb8-a379-4984-9e51-66dcfe89a2f6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2ba9a46e-4051-4020-9d89-655461feb4e7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "84ac6fb8-a379-4984-9e51-66dcfe89a2f6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "49c21284-9717-4a47-aab2-45a7b3e39bd0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Group",
        "Name": "Group",
        "Description": "The staff group to operate on.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "c7de9fa2-c7a9-4a5d-a2e2-2678ee055905",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Group",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-14T11:30:01.14"
      },
      "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": "57ef1f37-7211-45b0-9abb-52e2d9b2f8e5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e16a899c-ac82-47bf-99cd-c65e68fd4d5a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "RootPerson",
        "Name": "Root Person",
        "Description": "The person who the tree should start with.",
        "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": "Root Person",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-14T11:30:01.157"
      },
      "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": "57ef1f37-7211-45b0-9abb-52e2d9b2f8e5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6cebe8bf-27fa-412b-a20a-9ca30293683b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e16a899c-ac82-47bf-99cd-c65e68fd4d5a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9a5493ce-f983-4575-98c8-4746b14b4277",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "DatabaseURL",
        "Name": "Database URL",
        "Description": "This is the base URL for the database.",
        "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": "Database URL",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-14T11:30:01.187"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "57ef1f37-7211-45b0-9abb-52e2d9b2f8e5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "60f9c66f-66b4-4137-b0e1-8ecf3c5105ab",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9a5493ce-f983-4575-98c8-4746b14b4277"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6c5113ca-d2c6-45b5-bd6b-f83b6da69add",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9a5493ce-f983-4575-98c8-4746b14b4277"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6056abac-6a1e-4962-8506-9f51eef17e6e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9a5493ce-f983-4575-98c8-4746b14b4277"
        }
      ]
    }
  ],
  "RootEntities": [
    "57ef1f37-7211-45b0-9abb-52e2d9b2f8e5"
  ]
}