{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "be12629f-924c-4ef8-ac21-ce41b9773592",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Daily Facilities Report",
        "Description": "",
        "Order": 0,
        "WorkTerm": "Facilities Report",
        "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-02T15:56:35.407",
        "ModifiedDateTime": "2020-07-27T10:07:36.627"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "c5217f94-1208-4ecf-9a79-30b0149036db",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Start",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2020-07-02T15:56:35.547",
        "ModifiedDateTime": "2020-07-02T15:56:35.547"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "be12629f-924c-4ef8-ac21-ce41b9773592"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "f9cdc708-8348-40b6-b077-96ef8dcc1da4",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Generate \"today\" HTML for PDF",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2020-07-02T15:56:35.61",
        "ModifiedDateTime": "2020-07-20T16:32:56.36"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c5217f94-1208-4ecf-9a79-30b0149036db"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Lava",
        "Description": "The <span class='tip tip-lava'></span> to run.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Lava",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-06-15T16:55:39.103",
        "ModifiedDateTime": "2017-06-15T16:55:39.103"
      },
      "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": "ee68a42e-3211-4a9e-bb58-3a4037ec7d9b",
      "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": "b76e7edd-afe2-4460-bd51-fc0cd30e9a2c",
      "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": "9a2ab3a8-cfc3-4bc7-98d2-44ae0753c2b1",
      "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": "49f7ccd6-5af5-4b23-b205-358047ef28e1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% capture  resList %}\n    {% execute import:'com.centralaz.RoomManagement.Model,System.Text' %}\n        var rockContext = new RockContext();\n        var reservationService = new ReservationService( rockContext );\n        var qry = reservationService.Queryable();\n    \n        // Filter by Time\n        var today = RockDateTime.Today;\n        var reservationSummaryList = reservationService.GetReservationSummaries( qry, today, today, true );\n        \n        StringBuilder sb = new StringBuilder();\n        foreach (var reservation in reservationSummaryList) {\n            sb.Append(reservation.Id);\n            sb.Append(\",\");\n        }\n        string commalist = sb.ToString().Remove(sb.ToString().Length - 1, 1);  \n        \n        return commalist;\n        \n    {% endexecute %}\n{% endcapture %}\n\n{% assign reservationIds = resList | Split:',' %}\n\n<table id=\"restable\" class=\"table table-striped\">\n    <thead class=\"thead-dark\">\n        <tr>\n            <th>Reservation Name</th>\n            <th>Event Time</th>\n            <th>Reservation Time</th>\n            <th>Locations</th>\n            <th>Resources</th>\n            <th class=\"col-xs-4\">Setup Notes</th>\n            <th>Setup Diagram</th>\n        </tr>\n    </thead>\n    <tbody>\n    {% assign reservationsToSort = '' %}\n    \n    {% for resId in reservationIds %}\n        {% reservation where:'Id == \"{{ resId }}\"' %}\n            {% assign res = reservationItems | First %}\n            {% assign starttime = res.Schedule.StartTimeOfDay %}\n            {% assign setuptime = res.SetupTime | Times:-1 %}\n            {% assign actualstart = starttime | DateAdd:setuptime,'m' | Date:'HHmm' %}\n            \n            \n            {% assign reservationsToSort = reservationsToSort | Append:actualstart | Append:',' %}\n            {% assign reservationsToSort = reservationsToSort | Append:res.Id | Append:';' %}\n        {% endreservation %}\n    {% endfor %}\n\n    {% assign resToSortArray = reservationsToSort | Split:';' %}\n    {% assign assortedRes = resToSortArray | Sort %}\n    {% for res in assortedRes %}\n        {% assign resItems = res | Split:',' %}\n        \n        {% reservation where:'Id == \"{{ resItems[1] }}\"' %}\n            {% assign rsv = reservationItems | First %}\n            {% assign starttime = rsv.Schedule.StartTimeOfDay %}\n            {% assign setuptime = rsv.SetupTime | Times:-1 %}\n            {% assign actualstart = starttime | DateAdd:setuptime,'m' %}\n            {% if rsv.ApprovalState != 2 %}\n                <tr style=\"background-color: #F5A466;\">\n            {% else %}\n                <tr>\n            {% endif %}\n                <td>{{ rsv.Name }}</td>\n                <td>{{ rsv.Schedule.StartTimeOfDay | Date:'h:mmtt' }} - {{ rsv.Schedule.StartTimeOfDay | DateAdd:rsv.Schedule.DurationInMinutes,'m' | Date:'h:mmtt' }}</td>\n                <td>{{ actualstart | Date:'h:mmtt'  }} - {{ rsv.Schedule.StartTimeOfDay | DateAdd:rsv.Schedule.DurationInMinutes,'m' | DateAdd:rsv.CleanupTime,'m' | Date:'h:mmtt'  }}</td>\n                <td>\n                    {% reservationlocation where:'ReservationId == \"{{ rsv.Id }}\"' %}\n                        {% for location in reservationlocationItems %}\n                            {{ location.Location.Name }} {% if location.ApprovalState == 2 %}<i class=\"fas fa-check\"></i>{% endif %}<br>\n                        {% endfor %}\n                    {% endreservationlocation %}\n                </td>\n                <td>\n                    {% reservationresource where:'ReservationId == \"{{ rsv.Id }}\"' %}\n                        {% for resource in reservationresourceItems %}\n                            {{ resource.Resource.Name }} ({{ resource.Quantity}}) {% if resource.ApprovalState == 2 %}<i class=\"fas fa-check\"></i>{% endif %}<br>\n                        {% endfor %}\n                    {% endreservationresource %}\n                </td>\n                <td>{{ rsv | Attribute:'SetupNotes' }}</td>\n                <td class=\"text-center\">\n                    {% if rsv.SetupPhoto %}\n                        <a style=\"display: block; height: 100%; width: 100%;\" href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}GetImage.ashx?Guid={{ rsv.SetupPhoto.Guid }}\"><i class=\"fas fa-check\"></i></a>\n                    {% else %}\n                <i class=\"fas fa-times\"></i>\n                    {% endif %}\n                </td>\n            </tr>\n        {% endreservation %}\n    {% endfor %}\n</table>",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-02T15:56:35.64",
        "ModifiedDateTime": "2020-07-20T16:36:45.687"
      },
      "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": "f9cdc708-8348-40b6-b077-96ef8dcc1da4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b833f48-efc2-4537-b1e3-7793f6863eaa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-06-15T16:55:39.243",
        "ModifiedDateTime": "2017-06-15T16:55:39.243"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1924bdc-9b79-4018-9d4a-c3516c87a514",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-06-15T16:55:39.31",
        "ModifiedDateTime": "2017-06-15T16:55:39.31"
      },
      "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": "b968abe9-2c37-42eb-8b4c-e4f273945195",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-02T15:56:35.64",
        "ModifiedDateTime": "2020-07-02T15:56:35.64"
      },
      "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": "f9cdc708-8348-40b6-b077-96ef8dcc1da4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "431273c6-342d-4030-adc7-7cdedc7f8b27",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to store the result in.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-06-15T16:55:39.197",
        "ModifiedDateTime": "2017-06-15T16:55:39.197"
      },
      "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": "b84b5571-abde-41cd-91b0-c3417d515809",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "d6d7eebf-26b0-4b59-9884-9cf296479803",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-02T15:56:35.64",
        "ModifiedDateTime": "2020-07-02T15:56:35.64"
      },
      "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": "f9cdc708-8348-40b6-b077-96ef8dcc1da4"
        }
      ]
    },
    {
      "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.AttributeValue",
      "Guid": "860884e7-b4cf-424f-8374-0202f57dc320",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Execute,RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-02T15:56:35.64",
        "ModifiedDateTime": "2020-07-02T15:56:35.64"
      },
      "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": "f9cdc708-8348-40b6-b077-96ef8dcc1da4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "781b9176-48b0-4fc8-af7d-b6fcc03dcc41",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Save Report to File",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2020-07-02T15:56:35.61",
        "ModifiedDateTime": "2020-07-27T10:04:17.187"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c5217f94-1208-4ecf-9a79-30b0149036db"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "com.minecartstudio.LavaToPdfWorkflowAction.LavaToPdfWorkflowAction"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a5af5052-633c-4218-999b-c46e179c2829",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ResultAttribute",
        "Name": "Result Attribute",
        "Description": "The attribute to put the resulting file into.",
        "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": "Result Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-07-02T09:14:30.39",
        "ModifiedDateTime": "2020-07-02T09:14:30.39"
      },
      "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": "com.minecartstudio.LavaToPdfWorkflowAction.LavaToPdfWorkflowAction"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fd20c4a8-e7d1-455f-983a-f55ad8533d0e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a5af5052-633c-4218-999b-c46e179c2829"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "25adccb7-1196-409b-85b6-71caf885451b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a7d50c9c-a35e-48db-bc10-8bd68fbc415d",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-02T15:56:35.67",
        "ModifiedDateTime": "2020-07-02T15:56:35.67"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a5af5052-633c-4218-999b-c46e179c2829"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "781b9176-48b0-4fc8-af7d-b6fcc03dcc41"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b2cb0ed3-1e29-4ac0-83ff-13285322565e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "FileName",
        "Name": "File Name",
        "Description": "The file name to use for the file.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "document.pdf",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "File Name",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-07-02T09:14:30.5",
        "ModifiedDateTime": "2020-07-02T09:14:30.5"
      },
      "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": "com.minecartstudio.LavaToPdfWorkflowAction.LavaToPdfWorkflowAction"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fd0f5d29-daf6-4d1a-9879-a4f55b4405ed",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b2cb0ed3-1e29-4ac0-83ff-13285322565e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cf8783d2-9b5c-44b2-9b7e-8e6291580fec",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "document.pdf",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-02T15:56:35.67",
        "ModifiedDateTime": "2020-07-02T15:56:35.67"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b2cb0ed3-1e29-4ac0-83ff-13285322565e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "781b9176-48b0-4fc8-af7d-b6fcc03dcc41"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6e55130f-34d7-4711-9fae-47d68ffae412",
      "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": "2020-07-02T09:14:30.547",
        "ModifiedDateTime": "2020-07-02T09:14:30.547"
      },
      "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": "com.minecartstudio.LavaToPdfWorkflowAction.LavaToPdfWorkflowAction"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "14d8a780-4d8c-474b-8e28-9e5be6142cb4",
      "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": "2020-07-02T09:14:30.56",
        "ModifiedDateTime": "2020-07-02T09:14:30.56"
      },
      "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": "com.minecartstudio.LavaToPdfWorkflowAction.LavaToPdfWorkflowAction"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9d1e9de0-3586-4eaa-b5a5-5e200bba7384",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-02T15:56:35.67",
        "ModifiedDateTime": "2020-07-02T15:56:35.67"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "14d8a780-4d8c-474b-8e28-9e5be6142cb4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "781b9176-48b0-4fc8-af7d-b6fcc03dcc41"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "37045ae8-7615-448b-b503-e19770d4aacf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "LavaTemplate",
        "Name": "Lava Template",
        "Description": "The Lava HTML template to use to create the PDF. <span class='tip tip-lava'></span>",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "<html>\r\n    <head>    \r\n        <style></style>\r\n    </head>\r\n    <body>\r\n        <strong>Attribute Key</strong>\r\n        {{ Workflow | Attribute:'AttributeKey' }}\r\n    </body>\r\n</html>",
        "IsMultiValue": false,
        "IsRequired": true,
        "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": "2020-07-02T09:14:30.513",
        "ModifiedDateTime": "2020-07-02T09:14:30.513"
      },
      "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": "com.minecartstudio.LavaToPdfWorkflowAction.LavaToPdfWorkflowAction"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ebb8b8ae-10bd-410f-9ecd-47d1ede497df",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "500"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "37045ae8-7615-448b-b503-e19770d4aacf"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "71811f4e-b835-4a34-8ed6-44207a22112d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Lava"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "37045ae8-7615-448b-b503-e19770d4aacf"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a869f9c5-72eb-45ec-99d6-1627ba6616f2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "37045ae8-7615-448b-b503-e19770d4aacf"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a387c3a8-c051-4cf6-a3e7-3d8d8f8b023f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "<html>\n    <head>    \n        <link rel=\"stylesheet\" href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}Themes/Rock/Styles/bootstrap.css\">\n        <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css\">\n        <script src=\"{{ Workflow | Attribute:'FontAwesomeLink','RawValue' }}\" crossorigin=\"anonymous\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <div class=\"col-xs-3\">\n        \t    <img src=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}{{ Workflow | Attribute:'ReportLogo' }}\" height='55' width='55' style='float:left;'></img>\n        \t</div>\n            <div class=\"col-xs-9\">\n                <h2>Reservation Report - {{ 'Now' | Date:'MMMM ' }} {{ 'Now' | Date:'dd' | NumberToOrdinal }}, {{ 'Now' | Date:'yyyy' }}</h2>\n            </div>\n        \t<br><br><br>\n            {{ Workflow | Attribute:'HTMLTable' }}\n            <br><br><br>\n            <div class=\"col-xs-12\" style=\"text-align:center;\">\n                <h2>Reservation Report - {{ 'Now' | DateAdd:1 | Date:'MMMM ' }} {{ 'Now' | DateAdd:1 | Date:'dd' | NumberToOrdinal }}, {{ 'Now' | DateAdd:1 | Date:'yyyy' }}</h2>\n            </div>\n        \t<br><br><br>\n            {{ Workflow | Attribute:'TomorrowsReservations' }}\n        </div>\n    </body>\n</html>",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-02T15:56:35.67",
        "ModifiedDateTime": "2020-07-27T10:04:17.263"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "37045ae8-7615-448b-b503-e19770d4aacf"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "781b9176-48b0-4fc8-af7d-b6fcc03dcc41"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "7ab11d64-9cc9-46f8-969f-0d3db9be5334",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Facilities Admin Assistant",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2020-07-08T10:37:01.37",
        "ModifiedDateTime": "2020-07-27T10:04:17.187"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c5217f94-1208-4ecf-9a79-30b0149036db"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "624e0c8a-8343-4a62-bbda-eaf85ba3868c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign groupRoleId = Workflow | Attribute:'FacilitiesAdminAssistantGroupRole','Object' | Property:'Id' %}\n{[ staffbytitle grouproleid:'\"{{ groupRoleId }}\"' ]}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-08T10:37:01.447",
        "ModifiedDateTime": "2020-07-08T10:37:01.447"
      },
      "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": "7ab11d64-9cc9-46f8-969f-0d3db9be5334"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "89ac2061-49fa-466e-8ea0-d73b3b1ed040",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-08T10:37:01.447",
        "ModifiedDateTime": "2020-07-08T10:37:01.447"
      },
      "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": "7ab11d64-9cc9-46f8-969f-0d3db9be5334"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f94deb18-4c39-4f5b-87e1-40a7684894b8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "084715be-9bcd-441b-8370-556f070d5c40",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-08T10:37:01.447",
        "ModifiedDateTime": "2020-07-08T10:37:01.447"
      },
      "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": "7ab11d64-9cc9-46f8-969f-0d3db9be5334"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "148d16ad-58f1-43c3-95c7-6c8818298f40",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send link to File to Facilities Team",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2020-07-08T10:37:01.37",
        "ModifiedDateTime": "2020-07-27T10:04:17.187"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c5217f94-1208-4ecf-9a79-30b0149036db"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "36197160-7d3d-490d-ab42-7e29105afe91",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "298966bd-2e80-4e30-a558-8bb91cfd89b2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-08T10:37:01.48",
        "ModifiedDateTime": "2020-07-08T10:37:01.48"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "36197160-7d3d-490d-ab42-7e29105afe91"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "148d16ad-58f1-43c3-95c7-6c8818298f40"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d1269254-c15a-40bd-b784-adcc231d3950",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "From",
        "Name": "From Email Address|Attribute Value",
        "Description": "The email address or an attribute that contains the person or email address that email should be sent from (will default to organization email). <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "From Email Address|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.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "99780f4e-da85-427d-86d7-50124a9c35d2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "99ea7221-8b97-4de8-b931-874beab5257e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "084715be-9bcd-441b-8370-556f070d5c40",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-08T10:37:01.48",
        "ModifiedDateTime": "2020-07-08T10:37:01.48"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "148d16ad-58f1-43c3-95c7-6c8818298f40"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0c4c13b8-7076-4872-925a-f950886b5e16",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "To",
        "Name": "Send To Email Addresses|Attribute Value",
        "Description": "The email addresses or an attribute that contains the person or email address that email should be sent to. <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Send To Email Addresses|Attribute Value",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2017-06-15T16:55:22.68"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6e088055-2fc6-4647-b02a-09d5fcc8e67b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c13b8-7076-4872-925a-f950886b5e16"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "863606a7-1507-4636-9500-dadc526c58a8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "3c35e3c4-a7ad-40ce-a1a3-933eda0e3e42",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-08T10:37:01.48",
        "ModifiedDateTime": "2020-07-27T10:07:37.063"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c13b8-7076-4872-925a-f950886b5e16"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "148d16ad-58f1-43c3-95c7-6c8818298f40"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d43c2686-7e02-4a70-8d99-3bcd8ecafb2f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "GroupRole",
        "Name": "Send to Group Role",
        "Description": "An optional Group Role attribute to limit recipients to if the 'Send to Email Address' is a group or security role.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Send to Group Role",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-08-08T23:59:56.873",
        "ModifiedDateTime": "2018-08-08T23:59:56.873"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "28926dc0-797d-4145-810a-f0a8df2232d8",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.GroupRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d43c2686-7e02-4a70-8d99-3bcd8ecafb2f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Subject",
        "Name": "Subject",
        "Description": "The subject that should be used when sending email. <span class='tip tip-lava'></span>",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Subject",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2018-08-08T23:59:56.997"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3aef2728-2936-41a4-8370-bc21f374b562",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3f16edc6-2073-46e6-a420-74977731d8b1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Reservation Report: {{ 'Now' | Date:'MMMM' }} {{ 'Now' | Date:'dd' | NumberToOrdinal }}, {{ 'Now' | Date:'yyyy' }} - {{ 'Now' | DateAdd:1 | Date:'MMMM' }} {{ 'Now' | DateAdd:1 | Date:'dd' | NumberToOrdinal }}, {{ 'Now' | DateAdd:1 | Date:'yyyy' }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-08T10:37:01.48",
        "ModifiedDateTime": "2020-07-20T16:32:56.47"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "148d16ad-58f1-43c3-95c7-6c8818298f40"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4d245b9e-6b03-46e7-8482-a51fba190e4d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Body",
        "Name": "Body",
        "Description": "The body of the email that should be sent. <span class='tip tip-lava'></span> <span class='tip tip-html'></span>",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Body",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2018-08-08T23:59:57.047"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c6457ea5-46c5-4f02-9c93-9482b0afad2e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "453bfad4-6324-418c-b0e7-4f55fb7aa444",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Html"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6a6292ff-9c50-4ab6-b906-23281eb89cd5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b4895a0a-d655-43c7-835d-ee147010f61c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta name=\"x-apple-disable-message-reformatting\">\n<style type=\"text/css\">\n/* MOBILE STYLES WHERE SUPPORTED */\n    @media screen and (min-width: 601px) {\n        .structure-dropzone { padding: 0px 20px !important; width: 560px !important;}\n    }\n    @media screen and (max-width: 600px) {\n      .full {display: none !important;}\n      .mobile {display: block !important;}\n      .contentsurround { padding: 10px !important;}\n\n      .content { width: 400px !important; margin-bottom: 20px !important; line-height: 30px !important;}\n      .content h1, .content p { margin: 20px 0px !important; }\n      .content h1 { line-height: 40px; }\n      .content p { line-height: 20px !important; }\n      .content a.button {margin-bottom: 30px !important;}\n      .header { width: 400px !important; }\n      .dropzone { margin: 10px; }\n\n      .about { width: 380px !important; margin-bottom: 20px !important; line-height: 20px !important; padding: 10px !important;}\n      .about img { width: 100px !important; margin-right: 10px !important;}\n      h3 {margin-bottom: 5px !important; margin-top: 0px !important;}\n\n      .footer { width: 380px !important;}\n      .footer .logo { width: 47px !important; }\n      .footer .social { width: 35px !important; }\n      .c_logo { width: 60px !important; }\n      .c_addr {width: 465px !important; }\n      .c_social {width: 75px !important; }\n    }\n</style>\n<table class=\"root\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"background-color: #bcbcbc; color: #383a37;font-family: sans-serif;font-size: 18px\"><tbody><tr><td align=\"center\" class=\"contentsurround\" style=\"padding: 30px;\">\n  <div class=\"content\" style=\"background-color: #fff; width: 600px; margin-bottom: 30px; line-height: 20px; text-align: left; padding-bottom: 30px;\">\n    <img class=\"header full\" src=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}Content/Email/Templates/CW_Full_Email_Header.png\" style=\"width: 600px;\">\n    <img class=\"header mobile\" src=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}Content/Email/Templates/CW_Mobile_Email_Header.png\" style=\"display:none; width: 400px;\">\n    <div class=\"structure-dropzone\">\n    <div class=\"dropzone\">\n        <div class=\"dropzone\">\n            <div class=\"component component-text\" data-state=\"component\">\n                <table>\n                    <tr>\n                        <td colspan=\"3\">\n                            Attached is today's facilities report. If you have issues viewing the attachment, use the link below.\n                            <br><br>\n                            <div class=\"component component-button\" data-state=\"component\">\n                                <table class=\"button-outerwrap\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"min-width:100%;\">\n                                    <tbody>\n                                        <tr>\n                                            <td style=\"padding-top:0; padding-right:0; padding-bottom:0; padding-left:0;\" valign=\"top\" align=\"left\" class=\"button-innerwrap\">\n                                                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"button-shell\" style=\"display: inline-table; border-collapse: separate !important; border-radius: 3px; background-color: rgb(3, 94, 97);\">\n                                                    <tbody>\n                                                        <tr>\n                                                            <td align=\"left\" valign=\"middle\" class=\"button-content\" style=\"font-family: Arial; font-size: 16px; padding: 15px;\">\n                                                                <a class=\"button-link\" href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}GetFile.ashx?Guid={{ Workflow | Attribute:'FacilitiesReport','RawValue' }}\" target=\"_blank\" style=\"font-weight: bold; letter-spacing: normal; line-height: 100%; text-align: center; text-decoration: none; color: rgb(255, 255, 255);\">\n                                                                    Today's Report\n                                                                </a>\n                                                            </td>\n                                                        </tr>\n                                                    </tbody>\n                                                </table>\n                                            </td>\n                                        </tr>\n                                    </tbody>\n                                </table>\n                            </div>\n                        </td>\n                    </tr>\n                </table>\n                <br>\n            </div>\n        </div>\n    </div>\n  </div>\n  {% assign aa = Workflow | Attribute:'FacilitiesAdministrativeAssistant','Object' %}\n  {[ signature fromemail:'aa.Email' ]}\n  <div class=\"footer\" style=\"width: 600px;\">\n    <table>\n      <tbody><tr>\n        <td class=\"c_logo\" style=\"width: 60px; padding-left: 10px;\">\n          <a href=\"http://www.mynorthside.com\" target=\"_blank\"><img class=\"logo\" src=\"https://www.speakcdn.com/assets/2419/northsidelogo_full.png\" style=\"width: 47px;\"></a>\n        </td>\n        <td class=\"c_addr\" style=\"width: 420px;\">\n          Northside Christian Church<br>\n          4407 Charlestown Rd, New Albany, IN 47150\n        </td>\n        <td class=\"c_social full\" style=\"width: 77px;\">\n          <a href=\"http://www.facebook.com/mynorthside\" target=\"_blank\"><img class=\"social\" src=\"https://www.speakcdn.com/assets/2419/facebooklogo_full.png\" style=\"width: 35px;\"></a>\n          <a href=\"http://www.instagram.com/northside_cc\" target=\"_blank\"><img class=\"social\" src=\"https://www.speakcdn.com/assets/2419/instagramlogo_full.png\" style=\"width: 35px;\"></a>\n        </td>\n      </tr>\n     </tbody>\n    </table>\n  </div></div></td></tr></tbody></table>",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-08T10:37:01.48",
        "ModifiedDateTime": "2020-07-27T09:53:42.917"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "148d16ad-58f1-43c3-95c7-6c8818298f40"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c2c7da55-3018-4645-b9ee-4bcd11855f2c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentOne",
        "Name": "Attachment One",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attachment One",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "cbaa62df-f29b-4b61-a9c2-5a292ab15f65",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c2c7da55-3018-4645-b9ee-4bcd11855f2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9401abcd-10fd-4ade-a310-1fc297e179a5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a7d50c9c-a35e-48db-bc10-8bd68fbc415d",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-08T10:37:01.48",
        "ModifiedDateTime": "2020-07-08T10:37:01.48"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c2c7da55-3018-4645-b9ee-4bcd11855f2c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "148d16ad-58f1-43c3-95c7-6c8818298f40"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ffd9193a-451f-40e6-9776-74d5dcac1450",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentTwo",
        "Name": "Attachment Two",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attachment Two",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d032acd9-377f-4433-a052-1e77256895c7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ffd9193a-451f-40e6-9776-74d5dcac1450"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a059767a-5592-4926-948a-1065af4e9748",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentThree",
        "Name": "Attachment Three",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attachment Three",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c583c842-a384-4e74-80a9-043367877aee",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a059767a-5592-4926-948a-1065af4e9748"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "65e69b78-37d8-4a88-b8ac-71893d2f75ef",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SaveCommunicationHistory",
        "Name": "Save Communication History",
        "Description": "Should a record of this communication be saved to the recipient's profile",
        "Order": 8,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Save Communication History",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-06-15T16:55:22.913",
        "ModifiedDateTime": "2018-08-08T23:59:57.093"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "04aab762-cf4b-4de1-a505-2154c7940b4e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-08T10:37:01.48",
        "ModifiedDateTime": "2020-07-08T10:37:01.48"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "65e69b78-37d8-4a88-b8ac-71893d2f75ef"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "148d16ad-58f1-43c3-95c7-6c8818298f40"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "e430da03-6fc4-4cf1-8e07-cff10879379b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Generate \"tomorrow\" HTML for PDF",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2020-07-20T16:32:56.36",
        "ModifiedDateTime": "2020-07-20T16:32:56.36"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c5217f94-1208-4ecf-9a79-30b0149036db"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "dc5170df-917d-4d09-a9f7-38eb018a74a3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% capture  resList %}\n    {% execute import:'com.centralaz.RoomManagement.Model,System.Text' %}\n        var rockContext = new RockContext();\n        var reservationService = new ReservationService( rockContext );\n        var qry = reservationService.Queryable();\n    \n        // Filter by Time\n        var tomorrow = RockDateTime.Today.AddDays(1);\n        var reservationSummaryList = reservationService.GetReservationSummaries( qry, tomorrow, tomorrow, true );\n        \n        StringBuilder sb = new StringBuilder();\n        foreach (var reservation in reservationSummaryList) {\n            sb.Append(reservation.Id);\n            sb.Append(\",\");\n        }\n        string commalist = sb.ToString().Remove(sb.ToString().Length - 1, 1);  \n        \n        return commalist;\n        \n    {% endexecute %}\n{% endcapture %}\n\n{% assign reservationIds = resList | Split:',' %}\n\n<table id=\"restable\" class=\"table table-striped\">\n    <thead class=\"thead-dark\">\n        <tr>\n            <th>Reservation Name</th>\n            <th>Event Time</th>\n            <th>Reservation Time</th>\n            <th>Locations</th>\n            <th>Resources</th>\n            <th class=\"col-xs-4\">Setup Notes</th>\n            <th>Setup Diagram</th>\n        </tr>\n    </thead>\n    <tbody>\n    {% assign reservationsToSort = '' %}\n    \n    {% for resId in reservationIds %}\n        {% reservation where:'Id == \"{{ resId }}\"' %}\n            {% assign res = reservationItems | First %}\n            {% assign starttime = res.Schedule.StartTimeOfDay %}\n            {% assign setuptime = res.SetupTime | Times:-1 %}\n            {% assign actualstart = starttime | DateAdd:setuptime,'m' | Date:'HHmm' %}\n            \n            \n            {% assign reservationsToSort = reservationsToSort | Append:actualstart | Append:',' %}\n            {% assign reservationsToSort = reservationsToSort | Append:res.Id | Append:';' %}\n        {% endreservation %}\n    {% endfor %}\n\n    {% assign resToSortArray = reservationsToSort | Split:';' %}\n    {% assign assortedRes = resToSortArray | Sort %}\n    {% for res in assortedRes %}\n        {% assign resItems = res | Split:',' %}\n        \n        {% reservation where:'Id == \"{{ resItems[1] }}\"' %}\n            {% assign rsv = reservationItems | First %}\n            {% assign starttime = rsv.Schedule.StartTimeOfDay %}\n            {% assign setuptime = rsv.SetupTime | Times:-1 %}\n            {% assign actualstart = starttime | DateAdd:setuptime,'m' %}\n            {% if rsv.ApprovalState != 2 %}\n                <tr style=\"background-color: #F5A466;\">\n            {% else %}\n                <tr>\n            {% endif %}\n                <td>{{ rsv.Name }}</td>\n                <td>{{ rsv.Schedule.StartTimeOfDay | Date:'h:mmtt' }} - {{ rsv.Schedule.StartTimeOfDay | DateAdd:rsv.Schedule.DurationInMinutes,'m' | Date:'h:mmtt' }}</td>\n                <td>{{ actualstart | Date:'h:mmtt'  }} - {{ rsv.Schedule.StartTimeOfDay | DateAdd:rsv.Schedule.DurationInMinutes,'m' | DateAdd:rsv.CleanupTime,'m' | Date:'h:mmtt'  }}</td>\n                <td>\n                    {% reservationlocation where:'ReservationId == \"{{ rsv.Id }}\"' %}\n                        {% for location in reservationlocationItems %}\n                            {{ location.Location.Name }} {% if location.ApprovalState == 2 %}<i class=\"fas fa-check\"></i>{% endif %}<br>\n                        {% endfor %}\n                    {% endreservationlocation %}\n                </td>\n                <td>\n                    {% reservationresource where:'ReservationId == \"{{ rsv.Id }}\"' %}\n                        {% for resource in reservationresourceItems %}\n                            {{ resource.Resource.Name }} ({{ resource.Quantity}}) {% if resource.ApprovalState == 2 %}<i class=\"fas fa-check\"></i>{% endif %}<br>\n                        {% endfor %}\n                    {% endreservationresource %}\n                </td>\n                <td>{{ rsv | Attribute:'SetupNotes' }}</td>\n                <td class=\"text-center\">\n                    {% if rsv.SetupPhoto %}\n                        <a style=\"display: block; height: 100%; width: 100%;\" href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}GetImage.ashx?Guid={{ rsv.SetupPhoto.Guid }}\"><i class=\"fas fa-check\"></i></a>\n                    {% else %}\n                <i class=\"fas fa-times\"></i>\n                    {% endif %}\n                </td>\n            </tr>\n        {% endreservation %}\n    {% endfor %}\n</table>",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-20T16:32:56.487",
        "ModifiedDateTime": "2020-07-20T16:36:45.733"
      },
      "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": "e430da03-6fc4-4cf1-8e07-cff10879379b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "936406b0-8ffb-4fb5-bf05-f87df291e657",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-20T16:32:56.487",
        "ModifiedDateTime": "2020-07-20T16:32:56.487"
      },
      "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": "e430da03-6fc4-4cf1-8e07-cff10879379b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "51db7b2e-f321-4b62-a6c8-3cfec12762ca",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "6630d092-6e65-4007-9823-7b121e60bf29",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-20T16:32:56.487",
        "ModifiedDateTime": "2020-07-20T16:32:56.487"
      },
      "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": "e430da03-6fc4-4cf1-8e07-cff10879379b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a8c3470d-18ab-4087-bf5a-28a67da391af",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Execute,RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-20T16:32:56.487",
        "ModifiedDateTime": "2020-07-20T16:32:56.487"
      },
      "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": "e430da03-6fc4-4cf1-8e07-cff10879379b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "ad2255e4-db62-4883-ae72-6c17c018f39d",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Report Logo from Room Management",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2020-07-27T10:04:17.187",
        "ModifiedDateTime": "2020-07-27T10:04:17.187"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c5217f94-1208-4ecf-9a79-30b0149036db"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d3740b5a-f625-4ba0-b3e7-f3ffa6009381",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% sql %}\n    SELECT TOP 1 av.[Value]\n      FROM AttributeValue av\n        JOIN Attribute a ON (av.AttributeId = a.Id)\n     WHERE a.EntityTypeId = 31 -- Defined Value Entity Type Id\n       AND a.[Name] LIKE 'Report Logo'\n{% endsql %}\n\n{{ results[0].Value | RemoveFirst:'~/' }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-27T10:04:17.293",
        "ModifiedDateTime": "2020-07-27T10:04:17.293"
      },
      "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": "ad2255e4-db62-4883-ae72-6c17c018f39d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "12ef462d-4d77-4dc1-8412-fde1994b4b52",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-27T10:04:17.293",
        "ModifiedDateTime": "2020-07-27T10:04:17.293"
      },
      "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": "ad2255e4-db62-4883-ae72-6c17c018f39d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "319d39a2-350e-4d23-95de-d1a560db8ca7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a18272da-f254-46de-96b7-f46b12d7d083",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-27T10:04:17.293",
        "ModifiedDateTime": "2020-07-27T10:04:17.293"
      },
      "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": "ad2255e4-db62-4883-ae72-6c17c018f39d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8d22a810-6373-461d-bddd-da6c1bb79dc0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Sql",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2020-07-27T10:04:17.293",
        "ModifiedDateTime": "2020-07-27T10:04:17.293"
      },
      "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": "ad2255e4-db62-4883-ae72-6c17c018f39d"
        }
      ]
    },
    {
      "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": "3c35e3c4-a7ad-40ce-a1a3-933eda0e3e42",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "FacilitiesDepartment",
        "Name": "Facilities Department",
        "Description": "CHANGE",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "5b976026-c4a3-4f1f-a96e-a460643bda39",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Facilities Department",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-27T10:07:36.86"
      },
      "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": "be12629f-924c-4ef8-ac21-ce41b9773592"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "084715be-9bcd-441b-8370-556f070d5c40",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "FacilitiesAdministrativeAssistant",
        "Name": "Facilities Administrative Assistant",
        "Description": "CHANGE IF NOT USING DYNAMIC STAFF RECIPIENTS (https://community.rockrms.com/recipes/195/dynamic-staff-recipients-in-workflows)",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Facilities Administrative Assistant",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-27T10:07:36.89"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "be12629f-924c-4ef8-ac21-ce41b9773592"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "417c6619-9377-4649-b238-9a6257db26c0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "084715be-9bcd-441b-8370-556f070d5c40"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "91f4947d-eafb-4b26-8b06-0add06d2b3d5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "FacilitiesAdminAssistantGroupRole",
        "Name": "Facilities Admin Assistant Group Role",
        "Description": "CHANGE IF USING DYNAMIC STAFF RECIPIENTS (https://community.rockrms.com/recipes/195/dynamic-staff-recipients-in-workflows)",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "cb2c7d56-8a48-4c80-95e4-b610f2e0a8e4",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Facilities Admin Assistant Group Role",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-27T10:07:36.923"
      },
      "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.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "be12629f-924c-4ef8-ac21-ce41b9773592"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e6ca18cf-a82b-4f06-a0b8-f0b00a2dda82",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "grouptype",
        "Value": "28"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "91f4947d-eafb-4b26-8b06-0add06d2b3d5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a369b5fe-ddc6-48ce-beb0-8c347f7f4404",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "FontAwesomeLink",
        "Name": "FontAwesome Link",
        "Description": "CHANGE",
        "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": "FontAwesome Link",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-27T10:07:36.953"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.UrlLinkFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "be12629f-924c-4ef8-ac21-ce41b9773592"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d6d7eebf-26b0-4b59-9884-9cf296479803",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "HTMLTable",
        "Name": "HTML Report",
        "Description": "",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "HTML Report",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-27T10:07:36.703"
      },
      "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": "be12629f-924c-4ef8-ac21-ce41b9773592"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e67c7cc1-c3f0-49c4-ad42-4509cd17d128",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "documentfolderroot",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d6d7eebf-26b0-4b59-9884-9cf296479803"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0735c224-dc97-426b-acba-2e934546fba2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "imagefolderroot",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d6d7eebf-26b0-4b59-9884-9cf296479803"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "006c76b9-ec55-453c-8b5d-bbc6ddf1124c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "toolbar",
        "Value": "Light"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d6d7eebf-26b0-4b59-9884-9cf296479803"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "32d052e2-3754-4906-b352-93022f1a3896",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "userspecificroot",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d6d7eebf-26b0-4b59-9884-9cf296479803"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a7d50c9c-a35e-48db-bc10-8bd68fbc415d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "FacilitiesReport",
        "Name": "Facilities Report",
        "Description": "",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Facilities Report",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-27T10:07:36.75"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.FileFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "be12629f-924c-4ef8-ac21-ce41b9773592"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "492a4ac5-f7a6-4244-8ef3-db5d20f3de24",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "binaryFileType",
        "Value": "f807a6ea-0421-48d8-af8d-342c14d9151f"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a7d50c9c-a35e-48db-bc10-8bd68fbc415d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6630d092-6e65-4007-9823-7b121e60bf29",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "TomorrowsReservations",
        "Name": "Tomorrow's Reservations",
        "Description": "",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Tomorrow's Reservations",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-27T10:07:36.797"
      },
      "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": "be12629f-924c-4ef8-ac21-ce41b9773592"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "66db55cd-e1d8-4b76-b925-799b0ae7dce5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "documentfolderroot",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6630d092-6e65-4007-9823-7b121e60bf29"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3f15794b-2034-4066-baf6-7efa51ce41eb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "imagefolderroot",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6630d092-6e65-4007-9823-7b121e60bf29"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e2d984c0-ae55-4b55-8371-d949dfcd136f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "toolbar",
        "Value": "Light"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6630d092-6e65-4007-9823-7b121e60bf29"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1f73a44a-b926-4009-9b22-986fbd58d2d6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "userspecificroot",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6630d092-6e65-4007-9823-7b121e60bf29"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a18272da-f254-46de-96b7-f46b12d7d083",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "ReportLogo",
        "Name": "Report Logo",
        "Description": "",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Report Logo",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-07-27T10:07:36.843"
      },
      "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": "be12629f-924c-4ef8-ac21-ce41b9773592"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e3cb91ab-aaec-41df-97f0-659d27defd1c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18272da-f254-46de-96b7-f46b12d7d083"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "02782452-550d-4e4b-a0ac-bba846070c46",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18272da-f254-46de-96b7-f46b12d7d083"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "26685e71-ff85-4f50-a44c-c57d36cfdd14",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18272da-f254-46de-96b7-f46b12d7d083"
        }
      ]
    }
  ],
  "RootEntities": [
    "be12629f-924c-4ef8-ac21-ce41b9773592"
  ]
}