{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "088441c4-3695-4001-b8fa-54d3e351f684",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Short Code Creation",
        "Description": "",
        "Order": 0,
        "WorkTerm": "Short Link",
        "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",
        "MaxWorkflowAgeDays": null,
        "IsFormBuilder": false,
        "FormBuilderSettingsJson": null,
        "FormStartDateTime": null,
        "FormEndDateTime": null,
        "WorkflowExpireDateTime": null,
        "IsLoginRequired": false,
        "CreatedDateTime": "2021-12-09T16:08:59.77",
        "ModifiedDateTime": "2022-05-27T16:58:00.863"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "080308ff-9fcd-487b-a206-520c558edf4c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Start",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2021-12-09T16:09:00.147",
        "ModifiedDateTime": "2021-12-09T16:09:00.147"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "088441c4-3695-4001-b8fa-54d3e351f684"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "cc335aa2-7ed6-4a82-b7c5-8f150d1abbda",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Current Person",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-12-09T17:01:07.733",
        "ModifiedDateTime": "2021-12-09T17:01:07.733"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "080308ff-9fcd-487b-a206-520c558edf4c"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeToCurrentPerson"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "de9cb292-4785-4ea3-976d-3826f91e9e98",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": 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.SetAttributeToCurrentPerson"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cbc07784-6d42-4ef7-9230-a4a6e9d1b6d1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:08.653",
        "ModifiedDateTime": "2021-12-09T17:01:08.653"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "de9cb292-4785-4ea3-976d-3826f91e9e98"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "cc335aa2-7ed6-4a82-b7c5-8f150d1abbda"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "bbed8a83-8bb2-4d35-bafb-05f67dcad112",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "PersonAttribute",
        "Name": "Person Attribute",
        "Description": "The attribute to set to the currently logged in person.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Person Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2018-04-24T20:37:06.157"
      },
      "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.SetAttributeToCurrentPerson"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d7deeac4-5684-475f-8cd5-fe1a59ab6994",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bbed8a83-8bb2-4d35-bafb-05f67dcad112"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c2c17f08-fe96-4aa6-9f9a-97627d4c1976",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "696360f0-3f22-4cb6-8748-69b91ea67bb4",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:08.653",
        "ModifiedDateTime": "2021-12-09T17:01:08.653"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bbed8a83-8bb2-4d35-bafb-05f67dcad112"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "cc335aa2-7ed6-4a82-b7c5-8f150d1abbda"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "89e9bced-91ab-47b0-ad52-d78b0b7cb9e8",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": 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": "2018-04-24T20:37:06.347"
      },
      "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.SetAttributeToCurrentPerson"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Category",
      "Guid": "143511bb-15c9-4a60-bac2-1599f2868982",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Order": 0,
        "Name": "Person",
        "Description": null,
        "IconCssClass": null,
        "HighlightColor": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedType",
      "Guid": "2e6540ea-63f0-40fe-be50-f2a84735e600",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 0,
        "Name": "Connection Status",
        "Description": "Determines the level of connection (member, visitor, etc.) the individual has to the organization.",
        "HelpText": "",
        "IsActive": true,
        "EnableSecurityOnValues": false,
        "CategorizedValuesEnabled": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "143511bb-15c9-4a60-bac2-1599f2868982"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "143511bb-15c9-4a60-bac2-1599f2868982"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 2,
        "Value": "Visitor",
        "Description": "Used when a person first enters through your first-time visitor process. As they continue to attend they will become an attendee and possibly a member.",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e6540ea-63f0-40fe-be50-f2a84735e600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "23777a50-e000-4f29-994f-26635a357160",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "Color",
        "Name": "Color",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Color",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e6540ea-63f0-40fe-be50-f2a84735e600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d0a283a9-fe6b-4ace-acf0-0d2ff0798e3e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "#afd074",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "23777a50-e000-4f29-994f-26635a357160"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedType",
      "Guid": "8522badd-2871-45a5-81dd-c76da07e2e7e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 0,
        "Name": "Record Status",
        "Description": "Notes the state (Active, Inactive, Pending, etc.) of the record.",
        "HelpText": null,
        "IsActive": true,
        "EnableSecurityOnValues": false,
        "CategorizedValuesEnabled": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "143511bb-15c9-4a60-bac2-1599f2868982"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "283999ec-7346-42e3-b807-bce9b2babb49",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 3,
        "Value": "Pending",
        "Description": "Is used by the system to mark a record that needs to be verified before becoming active.  This state is often used when someone registers on-line to allow a staff person to confirm the new individual and check that it is not a duplicate record.",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "8522badd-2871-45a5-81dd-c76da07e2e7e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Category",
      "Guid": "bf2e9533-fe40-4d9b-a515-c4a313f8210e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Order": 0,
        "Name": "Group",
        "Description": null,
        "IconCssClass": null,
        "HighlightColor": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedType",
      "Guid": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 2,
        "Name": "Location Type",
        "Description": "Categorizes (home, work, etc.) locations for use in groups.",
        "HelpText": null,
        "IsActive": true,
        "EnableSecurityOnValues": false,
        "CategorizedValuesEnabled": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "bf2e9533-fe40-4d9b-a515-c4a313f8210e"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "bf2e9533-fe40-4d9b-a515-c4a313f8210e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 0,
        "Value": "Home",
        "Description": "Address where the family lives.",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "AllowMapSelection",
        "Name": "Allow Map Selection",
        "Description": "When adding a location of this type to a group, should user be able to select a point on a map?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Allow Map Selection",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c9c190c0-6b5b-4882-9d9d-fb86718f5135",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f5bde6e9-1c95-4c28-a28e-68a5658b4665",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7cd85825-d3db-45ff-bc34-9313b53f5c34",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "AllowNamedSelection",
        "Name": "Allow Named Selection",
        "Description": "When adding a location of this type to a group, should user be able to select a named location?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Allow Named Selection",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "013cfb1f-5d3d-4b69-a972-ac4810141866",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bbe52779-308a-466f-a220-37fc9e7e6320",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e82af5db-2a13-4c9e-8d27-6d27a7412aff",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "AllowAddressSelection",
        "Name": "Allow Address Selection",
        "Description": "When adding a location of this type to a group, should user be able to select an address?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Allow Address Selection",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f3ace584-5993-4bd4-991f-a2f08f0a3788",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "48b28573-05c7-4ce6-a690-300d1ce11bb9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d074fd27-0ce5-40ce-af23-d053b1b318aa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Category",
      "Guid": "767df724-e5f9-49b0-b1a8-7e3bb3317e84",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Order": 0,
        "Name": "Global",
        "Description": null,
        "IconCssClass": null,
        "HighlightColor": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedType",
      "Guid": "407a3a73-a3ef-4970-b856-2a33f62ac72e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 26,
        "Name": "Button HTML",
        "Description": "Contains HTML for common button styles.",
        "HelpText": null,
        "IsActive": true,
        "EnableSecurityOnValues": false,
        "CategorizedValuesEnabled": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "767df724-e5f9-49b0-b1a8-7e3bb3317e84"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "fdc397cd-8b4a-436e-bea1-bce2e6717c03",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Order": 0,
        "Value": "Primary",
        "Description": "Used for the primary button on the form. Styled to use the Rock brand color (orange).",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6ff59f53-28ea-4bfe-afe1-a459cc588495",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "ButtonHTML",
        "Name": "Button HTML",
        "Description": "The HTML to use for displaying a button. \"{{ ButtonLink }}\", \"{{ ButtonClick }}\" and \"{{ ButtonText }}\" merge fields are available to be used in the HTML as placeholders.  {{ ButtonLink }} will be replaced with the url that user should be redirected to when they select that button.  {{ ButtonClick }} is replaced with any necessary client script (e.g. validation and animation).  {{ ButtonText }} is replaced with the name to be displayed.",
        "Order": 28,
        "IsGridColumn": true,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Button HTML",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7e21a104-50f6-4c93-943b-d1ebee3444ee",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorHeight",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "203785f4-60c1-4bd4-b2f4-cc125857a360",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorMode",
        "Value": "2"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "afd572cd-b751-474f-945d-97dd1a3c7edf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorTheme",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1c64616d-c1fd-471b-82d7-d7e32966e59c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "<a  href=\"{{ ButtonLink }}\" \n    onclick=\"{{ ButtonClick }}\"\n    data-loading-text=\"<i class='fa fa-refresh fa-spin'></i> {{ ButtonText }}\"\n    class=\"btn btn-primary\"\n    >\n    {{ ButtonText }}\n</a>",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8da98984-ba25-473c-93ba-8ba2fd58c4c7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "ButtonEmailHTML",
        "Name": "Button Email HTML",
        "Description": "The HTML to use for displaying a button in an HTML email. {{ ButtonLink }}, {{ ButtonClick }} and {{ ButtonText }} merge fields are available to be used in the HTML as placeholders.  {{ ButtonLink }} will be replaced with the url that user should be redirected to when they select that button.  {{ ButtonClick }} is replaced with any necessary client script (e.g. validation and animation).  {{ ButtonText }} is replaced with the name to be displayed.",
        "Order": 35,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Button Email HTML",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "73b8da44-9d4b-4c93-bcea-632b6b43426e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorHeight",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "94a24055-9866-4ac8-8e57-278d232c935b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorMode",
        "Value": "2"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3446ecac-9273-449c-b933-f0f6506f5b19",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorTheme",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "805099f9-a908-48ba-a539-a7e8dfea4a06",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "<table align=\"left\" style=\"width: 29%; min-width: 190px; margin-bottom: 12px;\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n   <td>\n\n\t\t<div><!--[if mso]>\n\t\t  <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"{{ ButtonLink }}\" style=\"height:38px;v-text-anchor:middle;width:175px;\" arcsize=\"100%\" strokecolor=\"#ffc905\" fillcolor=\"#ffc905\">\n\t\t\t<w:anchorlock/>\n\t\t\t<center style=\"color:#000000;font-family:sans-serif;font-size:13px;font-weight:normal;\">{{ ButtonText }}</center>\n\t\t  </v:roundrect>\n\t\t<![endif]--><a href=\"{{ ButtonLink }}\"\n\t\tstyle=\"background-color:#ffc905;border:1px solid #ffc905;border-radius:100px;color:#000000;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:normal;line-height:38px;text-align:center;text-decoration:none;width:175px;-webkit-text-size-adjust:none;mso-hide:all;\">{{ ButtonText }}</a></div>\n\n\t</td>\n </tr>\n</table>",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-11-18T14:08:35.523"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "5683e775-b9f3-408c-80ac-94de0e51cf3a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 10,
        "Value": "Cancel",
        "Description": "Used for Cancel when you don't want the page/form to validate.",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1601cb00-b4ef-447b-816e-20b94c599cbe",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "<a  href=\"{{ ButtonLink }}\" \n    onclick=\"return true;\" \n    data-loading-text=\"<i class='fa fa-refresh fa-spin'></i> {{ ButtonText }}\"\n    class=\"btn btn-default\" >\n    {{ ButtonText }}\n</a>",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-11-18T14:12:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "5683e775-b9f3-408c-80ac-94de0e51cf3a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ec81ed45-155c-4168-8784-9035621397e3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "<table align=\"left\" style=\"width: 29%; min-width: 190px; margin-bottom: 12px;\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n   <td>\n\n\t\t<div><!--[if mso]>\n\t\t  <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"{{ ButtonLink }}\" style=\"height:38px;v-text-anchor:middle;width:175px;\" arcsize=\"100%\" strokecolor=\"#adadad\"  fillcolor=\"#e6e6e6\">\n\t\t\t<w:anchorlock/>\n\t\t\t<center style=\"color:#333333;font-family:sans-serif;font-size:13px;font-weight:normal;\">{{ ButtonText }}</center>\n\t\t  </v:roundrect>\n\t\t<![endif]--><a href=\"{{ ButtonLink }}\"\n\t\tstyle=\"background-color:#e6e6e6;border:1px solid #adadad;border-radius:100px;color:#333333;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:normal;line-height:38px;text-align:center;text-decoration:none;width:175px;-webkit-text-size-adjust:none;mso-hide:all;\">{{ ButtonText }}</a></div>\n\n\t</td>\n </tr>\n</table>",
        "ValueAsNumeric": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-11-18T14:12:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "5683e775-b9f3-408c-80ac-94de0e51cf3a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionForm",
      "Guid": "83ba6c60-9ff5-48e6-9d92-8bb9cd2c9f26",
      "GenerateNewGuid": true,
      "Properties": {
        "IncludeActionsInNotification": true,
        "Header": "",
        "Footer": "",
        "ActionAttributeGuid": null,
        "AllowNotes": false,
        "AllowPersonEntry": false,
        "PersonEntryPreHtml": "",
        "PersonEntryPostHtml": "",
        "PersonEntryCampusIsVisible": true,
        "PersonEntryAutofillCurrentPerson": true,
        "PersonEntryHideIfCurrentPersonKnown": false,
        "PersonEntrySpouseEntryOption": 0,
        "PersonEntryGenderEntryOption": 2,
        "PersonEntryEmailEntryOption": 2,
        "PersonEntryMobilePhoneEntryOption": 0,
        "PersonEntryBirthdateEntryOption": 0,
        "PersonEntryAddressEntryOption": 0,
        "PersonEntryMaritalStatusEntryOption": 0,
        "PersonEntrySpouseLabel": "Spouse",
        "PersonEntryPersonAttributeGuid": null,
        "PersonEntrySpouseAttributeGuid": null,
        "PersonEntryFamilyAttributeGuid": null,
        "PersonEntryTitle": null,
        "PersonEntryDescription": null,
        "PersonEntryShowHeadingSeparator": false,
        "CreatedDateTime": "2021-12-09T17:01:07.747",
        "ModifiedDateTime": "2021-12-10T16:52:40.693"
      },
      "Transforms": {
        "5df81bd2-6d4e-438e-98a8-6e756b738264": "Submit^fdc397cd-8b4a-436e-bea1-bce2e6717c03^C5949339-0F25-4382-B5D3-6C80CE01041B^Your information has been submitted successfully.|Cancel^5683e775-b9f3-408c-80ac-94de0e51cf3a^D83324D7-36BF-49F2-A4DA-152EA6478418^|"
      },
      "References": [
        {
          "Property": "PersonEntryConnectionStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2"
        },
        {
          "Property": "PersonEntryRecordStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "283999ec-7346-42e3-b807-bce9b2babb49"
        },
        {
          "Property": "PersonEntryGroupLocationTypeValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        },
        {
          "Property": "Actions",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        },
        {
          "Property": "Actions",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "5683e775-b9f3-408c-80ac-94de0e51cf3a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "696360f0-3f22-4cb6-8748-69b91ea67bb4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Person",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-05-27T16:58:01.817"
      },
      "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": "088441c4-3695-4001-b8fa-54d3e351f684"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a24457cf-7b8a-4403-bf93-aba34c1ff9bf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "696360f0-3f22-4cb6-8748-69b91ea67bb4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "18182d9a-6d36-44d7-a9ed-330758663a65",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 0,
        "IsVisible": true,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2021-12-09T17:01:07.747",
        "ModifiedDateTime": "2021-12-10T16:52:40.727"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "83ba6c60-9ff5-48e6-9d92-8bb9cd2c9f26"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "696360f0-3f22-4cb6-8748-69b91ea67bb4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "66b96c58-50a5-4f38-8469-eaf78cf3714a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Ministry",
        "Name": "Ministry",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Ministry",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-05-27T16:58:01.787"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "088441c4-3695-4001-b8fa-54d3e351f684"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "dddc69d1-8c27-4faa-9515-ce2a506cc330",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "AllowAddingNewValues",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "66b96c58-50a5-4f38-8469-eaf78cf3714a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e768cf8c-f08f-4241-ae02-235c9ca6b82b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "66b96c58-50a5-4f38-8469-eaf78cf3714a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c5f6f815-ce55-4cd4-a18e-5b447c0248bf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": "93"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "66b96c58-50a5-4f38-8469-eaf78cf3714a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d9e9799f-3963-4fa0-b4f3-07a2c3939ea9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displaydescription",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "66b96c58-50a5-4f38-8469-eaf78cf3714a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b459db49-bbf7-414b-af8a-e84671d6fd82",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "66b96c58-50a5-4f38-8469-eaf78cf3714a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "408ff68a-2a0a-4152-935a-eef94e38030a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "includeInactive",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "66b96c58-50a5-4f38-8469-eaf78cf3714a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "de69745a-0ed8-4b25-a1ee-5ba95faf0d0e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "RepeatColumns",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "66b96c58-50a5-4f38-8469-eaf78cf3714a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "70bb5b44-8251-47bb-8949-e31435b8cfd7",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 1,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2021-12-09T17:01:07.747",
        "ModifiedDateTime": "2021-12-09T17:01:07.747"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "83ba6c60-9ff5-48e6-9d92-8bb9cd2c9f26"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "66b96c58-50a5-4f38-8469-eaf78cf3714a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fa2b584c-f77b-428a-94d7-7ce3ca5e431c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Url",
        "Name": "Url",
        "Description": "",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Url",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-05-27T16:58:01.833"
      },
      "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": "088441c4-3695-4001-b8fa-54d3e351f684"
        },
        {
          "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"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b15b5291-4cc5-4a69-95f0-8c3340be2c7b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ShouldAlwaysShowCondensed",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fa2b584c-f77b-428a-94d7-7ce3ca5e431c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0d4679e8-9903-4267-90ee-9c33f9443b5c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ShouldRequireTrailingForwardSlash",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fa2b584c-f77b-428a-94d7-7ce3ca5e431c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "1dfd6387-57ba-4019-b6a6-1b5da24248f5",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 2,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2021-12-09T17:01:07.747",
        "ModifiedDateTime": "2021-12-09T17:01:07.747"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "83ba6c60-9ff5-48e6-9d92-8bb9cd2c9f26"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fa2b584c-f77b-428a-94d7-7ce3ca5e431c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ed14724a-a18c-45e0-ba82-9812f5a7d7be",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Token",
        "Name": "Token",
        "Description": "",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Token",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-05-27T16:58:01.85"
      },
      "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": "088441c4-3695-4001-b8fa-54d3e351f684"
        },
        {
          "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"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "55c734a6-ac0d-4551-9d7c-577e834dafa8",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ed14724a-a18c-45e0-ba82-9812f5a7d7be"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7fe288f9-ed32-487b-a906-330ce70dcdcd",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ed14724a-a18c-45e0-ba82-9812f5a7d7be"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "32d52b6d-f373-4386-9eb1-4458b93bda1c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ed14724a-a18c-45e0-ba82-9812f5a7d7be"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "25a215af-d63a-4413-8393-4fe95c716245",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 3,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2021-12-09T17:01:07.747",
        "ModifiedDateTime": "2021-12-09T17:01:07.747"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "83ba6c60-9ff5-48e6-9d92-8bb9cd2c9f26"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ed14724a-a18c-45e0-ba82-9812f5a7d7be"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8fc81a2d-9887-4fca-afef-bc288c7d12c4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "ShortLink",
        "Name": "Short Link",
        "Description": "",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Short Link",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-05-27T16:58:01.88"
      },
      "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": "088441c4-3695-4001-b8fa-54d3e351f684"
        },
        {
          "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"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "07082903-8151-42d5-93a7-22cbbf1d5cea",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8fc81a2d-9887-4fca-afef-bc288c7d12c4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "127ff523-2d67-4547-8377-32c2af60936a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8fc81a2d-9887-4fca-afef-bc288c7d12c4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8b5338aa-e994-4717-863c-08666100a253",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8fc81a2d-9887-4fca-afef-bc288c7d12c4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "9fef407a-f8f1-4007-a019-1bb2306f67e2",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 4,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2021-12-10T11:11:34.597",
        "ModifiedDateTime": "2022-05-27T16:58:02.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "83ba6c60-9ff5-48e6-9d92-8bb9cd2c9f26"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8fc81a2d-9887-4fca-afef-bc288c7d12c4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8271c33a-d00e-4e2a-9141-45a68294f016",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "ShortLinkData",
        "Name": "Short Link Data",
        "Description": "",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Short Link Data",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-05-27T16:58:01.897"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.MemoFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "088441c4-3695-4001-b8fa-54d3e351f684"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.MemoFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ac36769f-f1d6-4571-87eb-e9d4da6e9d23",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowhtml",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8271c33a-d00e-4e2a-9141-45a68294f016"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4820a66a-9565-4867-aeb1-ca4d4a5e60d9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8271c33a-d00e-4e2a-9141-45a68294f016"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a85f0a93-4c78-4bb3-9b4d-4d661fec2ff9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "numberofrows",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8271c33a-d00e-4e2a-9141-45a68294f016"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bd9530c9-500d-4a17-8f62-6eb8d3330267",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8271c33a-d00e-4e2a-9141-45a68294f016"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "724d6807-6223-4a8c-a4cb-7d3ff3f76bdc",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 5,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2021-12-10T17:03:04.993",
        "ModifiedDateTime": "2022-05-27T16:58:02.117"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "83ba6c60-9ff5-48e6-9d92-8bb9cd2c9f26"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8271c33a-d00e-4e2a-9141-45a68294f016"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e20f2d5f-a77e-4a1d-baf2-5c9a454591dc",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "ShortLinkGuid",
        "Name": "Short Link Guid",
        "Description": "",
        "Order": 8,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Short Link Guid",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-05-27T16:58:01.913"
      },
      "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": "088441c4-3695-4001-b8fa-54d3e351f684"
        },
        {
          "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"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a6018897-fd43-4013-ad1e-fff7df693525",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e20f2d5f-a77e-4a1d-baf2-5c9a454591dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c46ff133-dc99-4ec2-9b50-9745876789fe",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e20f2d5f-a77e-4a1d-baf2-5c9a454591dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b48757ae-5689-4a3e-b2b9-ba412be8e71b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e20f2d5f-a77e-4a1d-baf2-5c9a454591dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "f4a868ab-89e9-48d0-932d-67e1563c2712",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 6,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-05-26T17:04:52.147",
        "ModifiedDateTime": "2022-05-27T16:58:02.117"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "83ba6c60-9ff5-48e6-9d92-8bb9cd2c9f26"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e20f2d5f-a77e-4a1d-baf2-5c9a454591dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "67959ed9-21b2-4116-9679-4f8d7d84c129",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Show Form",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-12-09T17:01:07.747",
        "ModifiedDateTime": "2021-12-09T17:01:07.747"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "080308ff-9fcd-487b-a206-520c558edf4c"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        },
        {
          "Property": "WorkflowFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "83ba6c60-9ff5-48e6-9d92-8bb9cd2c9f26"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "234910f2-a0db-4d7d-baf7-83c880ef30ae",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "13386d71-6d19-418f-95d6-6694959d842c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:08.733",
        "ModifiedDateTime": "2021-12-09T17:01:08.733"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "234910f2-a0db-4d7d-baf7-83c880ef30ae"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "67959ed9-21b2-4116-9679-4f8d7d84c129"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c178113d-7c86-4229-8424-c6d0cf4a7e23",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": 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": "2018-04-24T20:37:17.32"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "c5949339-0f25-4382-b5d3-6c80ce01041b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Check Short Link Existence",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 1,
        "CreatedDateTime": "2021-12-09T17:01:07.733",
        "ModifiedDateTime": "2021-12-09T17:01:07.733"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "088441c4-3695-4001-b8fa-54d3e351f684"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "bd743ca6-ce20-4b87-ad01-16df2b97290a",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Look for Token",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-12-09T17:01:08.357",
        "ModifiedDateTime": "2021-12-09T17:01:08.357"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c5949339-0f25-4382-b5d3-6c80ce01041b"
        },
        {
          "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": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Lava",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:37:02.687",
        "ModifiedDateTime": "2018-04-24T20:37:02.687"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "684024ac-796a-437d-929a-d405dbe4a6da",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "300"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c5facc06-5e15-4c20-9e1f-e858d9453038",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Lava"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "64c3f5a9-2ede-4dc9-bde0-17e12d00fbbd",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7a5b513b-584c-4f2b-9856-8735e8951f9e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign token = Workflow | Attribute:'Token' -%}\n{%- pageshortlink where:'Token == \"{{ token }}\" && SiteId == 9' iterator:'items' securityenabled:'false' -%}\n{%- for item in items -%}\n{{- item.Guid -}}\n{% endfor %}\n{% endpageshortlink %}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:08.793",
        "ModifiedDateTime": "2022-05-26T17:04:52.603"
      },
      "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": "bd743ca6-ce20-4b87-ad01-16df2b97290a"
        }
      ]
    },
    {
      "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": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:37:03.007",
        "ModifiedDateTime": "2018-04-24T20:37:03.007"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1924bdc-9b79-4018-9d4a-c3516c87a514",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:37:03.193",
        "ModifiedDateTime": "2018-04-24T20:37:03.193"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "70b4860a-1ef7-4cf6-bb2e-b8c244f14214",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:08.793",
        "ModifiedDateTime": "2021-12-09T17:01:08.793"
      },
      "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": "bd743ca6-ce20-4b87-ad01-16df2b97290a"
        }
      ]
    },
    {
      "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": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-04-24T20:37:02.867",
        "ModifiedDateTime": "2018-04-24T20:37:02.867"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "712d428b-20f8-4689-a203-feef1fdc40f1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "e20f2d5f-a77e-4a1d-baf2-5c9a454591dc",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:08.793",
        "ModifiedDateTime": "2022-05-26T17:04:52.603"
      },
      "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": "bd743ca6-ce20-4b87-ad01-16df2b97290a"
        }
      ]
    },
    {
      "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,
        "AttributeColor": 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": "680f0c19-e54c-4fa1-aea5-7dda8b72d2f6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:08.81",
        "ModifiedDateTime": "2021-12-09T17:01:08.81"
      },
      "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": "bd743ca6-ce20-4b87-ad01-16df2b97290a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "cc262382-9fd3-45ff-af89-a1799d44e5c2",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Create Token",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "e20f2d5f-a77e-4a1d-baf2-5c9a454591dc",
        "CriteriaComparisonType": 32,
        "CriteriaValue": "false",
        "CreatedDateTime": "2021-12-09T17:01:08.357",
        "ModifiedDateTime": "2022-05-26T17:04:52.3"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c5949339-0f25-4382-b5d3-6c80ce01041b"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e8abd802-372c-47be-82b1-96f50db5169e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "71cc06aa-b776-4498-936a-8cf15af6457a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:08.937",
        "ModifiedDateTime": "2021-12-09T17:01:08.937"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "cc262382-9fd3-45ff-af89-a1799d44e5c2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3809a78c-b773-440c-8e3f-a8e81d0dae08",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "02d5a7a5-8781-46b4-b9fc-af816829d240",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Activity",
        "Name": "Activity",
        "Description": "The activity type to activate",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Activity",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2018-04-24T20:37:10.46"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowActivityFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0872f8e1-eac0-42c3-a632-de1d4462dc90",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "A25DB99C-3D18-47A7-BD6B-9A4A49D4A74C",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:08.937",
        "ModifiedDateTime": "2021-12-09T17:01:08.937"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "cc262382-9fd3-45ff-af89-a1799d44e5c2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionForm",
      "Guid": "b3ca65bb-97dd-4b0e-8b67-e74abe63ffca",
      "GenerateNewGuid": true,
      "Properties": {
        "IncludeActionsInNotification": true,
        "Header": "<h3>Token Already Exists</h3>",
        "Footer": "",
        "ActionAttributeGuid": null,
        "AllowNotes": false,
        "AllowPersonEntry": false,
        "PersonEntryPreHtml": "",
        "PersonEntryPostHtml": "",
        "PersonEntryCampusIsVisible": true,
        "PersonEntryAutofillCurrentPerson": true,
        "PersonEntryHideIfCurrentPersonKnown": false,
        "PersonEntrySpouseEntryOption": 0,
        "PersonEntryGenderEntryOption": 2,
        "PersonEntryEmailEntryOption": 2,
        "PersonEntryMobilePhoneEntryOption": 0,
        "PersonEntryBirthdateEntryOption": 0,
        "PersonEntryAddressEntryOption": 0,
        "PersonEntryMaritalStatusEntryOption": 0,
        "PersonEntrySpouseLabel": "Spouse",
        "PersonEntryPersonAttributeGuid": null,
        "PersonEntrySpouseAttributeGuid": null,
        "PersonEntryFamilyAttributeGuid": null,
        "PersonEntryTitle": null,
        "PersonEntryDescription": null,
        "PersonEntryShowHeadingSeparator": false,
        "CreatedDateTime": "2021-12-10T16:52:40.833",
        "ModifiedDateTime": "2022-05-26T17:04:52.3"
      },
      "Transforms": {
        "5df81bd2-6d4e-438e-98a8-6e756b738264": "Add Attributes^fdc397cd-8b4a-436e-bea1-bce2e6717c03^837510D5-F747-4B8C-954A-6A95E674897F^Your information has been submitted successfully.|Create Another^fdc397cd-8b4a-436e-bea1-bce2e6717c03^080308FF-9FCD-487B-A206-520C558EDF4C^|"
      },
      "References": [
        {
          "Property": "PersonEntryConnectionStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2"
        },
        {
          "Property": "PersonEntryRecordStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "283999ec-7346-42e3-b807-bce9b2babb49"
        },
        {
          "Property": "PersonEntryGroupLocationTypeValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        },
        {
          "Property": "Actions",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "21f1da82-663a-4f69-a6d0-8480c0426bd4",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 1,
        "IsVisible": true,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2021-12-10T16:52:40.833",
        "ModifiedDateTime": "2021-12-10T17:04:31.65"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "b3ca65bb-97dd-4b0e-8b67-e74abe63ffca"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "66b96c58-50a5-4f38-8469-eaf78cf3714a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "af995521-2196-4f01-8eab-8a835f230e2c",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 2,
        "IsVisible": true,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2021-12-10T16:52:40.833",
        "ModifiedDateTime": "2021-12-10T17:04:31.65"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "b3ca65bb-97dd-4b0e-8b67-e74abe63ffca"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "696360f0-3f22-4cb6-8748-69b91ea67bb4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "c53741ca-4c81-4d57-afc7-8cbddba7e821",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 3,
        "IsVisible": true,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2021-12-10T16:52:40.833",
        "ModifiedDateTime": "2021-12-10T17:04:31.65"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "b3ca65bb-97dd-4b0e-8b67-e74abe63ffca"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fa2b584c-f77b-428a-94d7-7ce3ca5e431c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "0613bd79-9e09-4384-91e6-95f4376ab52a",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 4,
        "IsVisible": true,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2021-12-10T16:52:40.833",
        "ModifiedDateTime": "2021-12-10T17:04:31.65"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "b3ca65bb-97dd-4b0e-8b67-e74abe63ffca"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ed14724a-a18c-45e0-ba82-9812f5a7d7be"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "1d543d4e-503a-4d22-9596-a72e22417ddb",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 5,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2021-12-10T16:52:40.833",
        "ModifiedDateTime": "2022-05-27T16:58:02.147"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "b3ca65bb-97dd-4b0e-8b67-e74abe63ffca"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8fc81a2d-9887-4fca-afef-bc288c7d12c4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "b9cc6a21-8f1a-448c-963c-82047f11eb0d",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 0,
        "IsVisible": true,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2021-12-10T17:03:05.093",
        "ModifiedDateTime": "2021-12-10T17:04:31.65"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "b3ca65bb-97dd-4b0e-8b67-e74abe63ffca"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8271c33a-d00e-4e2a-9141-45a68294f016"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "f26f8c1b-5b4c-4645-88f2-43e0335b3388",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 6,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-05-26T17:04:52.3",
        "ModifiedDateTime": "2022-05-27T16:58:02.147"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "b3ca65bb-97dd-4b0e-8b67-e74abe63ffca"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e20f2d5f-a77e-4a1d-baf2-5c9a454591dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "398cd4d7-cef4-441b-9562-84c51f6df9c5",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Add Attributes?",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-12-10T10:33:04.44",
        "ModifiedDateTime": "2021-12-10T17:03:05.093"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c5949339-0f25-4382-b5d3-6c80ce01041b"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        },
        {
          "Property": "WorkflowFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "b3ca65bb-97dd-4b0e-8b67-e74abe63ffca"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "95fe6584-dc63-4ae8-97cb-d94ab9d1a291",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T16:52:41.75",
        "ModifiedDateTime": "2021-12-10T16:52:41.75"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "234910f2-a0db-4d7d-baf7-83c880ef30ae"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "398cd4d7-cef4-441b-9562-84c51f6df9c5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "5bdb0855-9538-4030-9507-c641aa568d05",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Data",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-12-10T17:03:05.093",
        "ModifiedDateTime": "2021-12-10T17:03:05.093"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c5949339-0f25-4382-b5d3-6c80ce01041b"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4733e357-f430-4d4b-aa01-f9f0400240b7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign guid = Workflow | Attribute:'ShortLinkGuid' -%}\n{%- pageshortlink where:'Guid == \"{{ guid }}\"' iterator:'items' securityenabled:'false' -%}\n{%- for item in items -%}\n<strong>Existing Data:</strong><br>\nToken: {{- item.Token -}}<br>\nUrl: {{ item.Url }}<br>\nMinistry: {{ item | Attribute:'Ministry' }}<br>\nRequester: {{ item | Attribute:'Requester' }}\n{% endfor %}\n{% endpageshortlink %}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T17:03:05.47",
        "ModifiedDateTime": "2022-05-27T16:58:02.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "5bdb0855-9538-4030-9507-c641aa568d05"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bc317858-69e9-4b34-8007-642dcaaa0830",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T17:03:05.47",
        "ModifiedDateTime": "2021-12-10T17:03:05.47"
      },
      "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": "5bdb0855-9538-4030-9507-c641aa568d05"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "969bc324-c808-4921-8b98-3e3295eadcc6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "8271c33a-d00e-4e2a-9141-45a68294f016",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T17:03:05.47",
        "ModifiedDateTime": "2021-12-10T17:03:05.47"
      },
      "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": "5bdb0855-9538-4030-9507-c641aa568d05"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "251ea1f8-7d33-4d56-8ed5-265e379f06fb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T17:03:05.47",
        "ModifiedDateTime": "2021-12-10T17:03:05.47"
      },
      "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": "5bdb0855-9538-4030-9507-c641aa568d05"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "a25db99c-3d18-47a7-bd6b-9a4a49d4a74c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Create Short Link",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 2,
        "CreatedDateTime": "2021-12-09T17:01:08.357",
        "ModifiedDateTime": "2021-12-09T17:01:08.357"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "088441c4-3695-4001-b8fa-54d3e351f684"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "eceb54c3-a074-44da-9990-6e29ce84e57d",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Create Short Link",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-12-09T17:01:08.497",
        "ModifiedDateTime": "2021-12-09T17:01:08.497"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "a25db99c-3d18-47a7-bd6b-9a4a49d4a74c"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CreateShortLink"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "95ffd398-22fa-4704-bda3-2b5c894d2011",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Site",
        "Name": "Site",
        "Description": "The site to use for the generated short url",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Site",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:42.637",
        "ModifiedDateTime": "2018-05-04T13:29:42.637"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SiteFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CreateShortLink"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "16eb30ad-2715-4faa-8d1a-02b6477e9ade",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "shorteningSitesOnly",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "95ffd398-22fa-4704-bda3-2b5c894d2011"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "593b3cee-7a59-44de-996e-41987937aa8b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "9",
        "ValueAsNumeric": 9.0,
        "CreatedDateTime": "2021-12-09T17:01:09.03",
        "ModifiedDateTime": "2021-12-09T17:01:09.03"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "95ffd398-22fa-4704-bda3-2b5c894d2011"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eceb54c3-a074-44da-9990-6e29ce84e57d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "da2c9140-ead2-434b-a7ff-fd826ec2d667",
      "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": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:43.54",
        "ModifiedDateTime": "2018-05-04T13:29:43.54"
      },
      "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.CreateShortLink"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fa2c06c0-79a8-41c0-8f9f-2390dbb54475",
      "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": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:43.667",
        "ModifiedDateTime": "2018-05-04T13:29:43.667"
      },
      "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.CreateShortLink"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "39574cd4-82c1-4484-b5a4-8895fa1a30b8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:09.03",
        "ModifiedDateTime": "2021-12-09T17:01:09.03"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fa2c06c0-79a8-41c0-8f9f-2390dbb54475"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eceb54c3-a074-44da-9990-6e29ce84e57d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4b9bc1c8-f72c-4fb9-8c49-6915311ade02",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Token",
        "Name": "Token|Token",
        "Description": "The token to use for the short link. This is the unique value that will be appended to the site's domain to make the link unique. If left blank, a random token will be generated. <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Token|Token",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:42.79",
        "ModifiedDateTime": "2018-05-04T13:29:42.79"
      },
      "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.CreateShortLink"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "cb6f3b28-904e-4481-906a-44cdcb6d73f6",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4b9bc1c8-f72c-4fb9-8c49-6915311ade02"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "fbff2574-4bbe-427f-8876-f05f6172c28e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "ed14724a-a18c-45e0-ba82-9812f5a7d7be",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:09.03",
        "ModifiedDateTime": "2021-12-09T17:01:09.03"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4b9bc1c8-f72c-4fb9-8c49-6915311ade02"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eceb54c3-a074-44da-9990-6e29ce84e57d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "18feed26-b36e-48a8-b6b8-cf1d7a9141b7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Url",
        "Name": "Target URL|Target Url",
        "Description": "The URL that the short link will redirect to. <span class='tip tip-lava'></span>",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Target URL|Target Url",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:42.98",
        "ModifiedDateTime": "2020-08-04T01:26:59.183"
      },
      "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.CreateShortLink"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "575926bf-e5b5-41ab-95ca-57f6b18d1238",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.UrlLinkFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "18feed26-b36e-48a8-b6b8-cf1d7a9141b7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a86f093e-285f-4406-9230-585c13147075",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "fa2b584c-f77b-428a-94d7-7ce3ca5e431c",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:09.03",
        "ModifiedDateTime": "2021-12-09T17:01:09.03"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "18feed26-b36e-48a8-b6b8-cf1d7a9141b7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eceb54c3-a074-44da-9990-6e29ce84e57d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "00c5dd45-5ca0-4efe-bd39-5ea4a80312bb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to store the generated short link's URL to.",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:43.15",
        "ModifiedDateTime": "2020-08-04T01:26:59.29"
      },
      "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.CreateShortLink"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2534f5d2-705d-4820-884a-46b73e36b763",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.UrlLinkFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "00c5dd45-5ca0-4efe-bd39-5ea4a80312bb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8bc3081a-5064-4b7d-bac6-6c05a726b1d1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "RandomTokenLength",
        "Name": "Random Token Length",
        "Description": "The number of characters to use when generating a random unique token.",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "7",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Random Token Length",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:43.307",
        "ModifiedDateTime": "2018-05-04T13:29:43.307"
      },
      "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.CreateShortLink"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "aaf136db-bac9-49d7-9ceb-d343ae0e5880",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "7",
        "ValueAsNumeric": 7.0,
        "CreatedDateTime": "2021-12-09T17:01:09.03",
        "ModifiedDateTime": "2021-12-09T17:01:09.03"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8bc3081a-5064-4b7d-bac6-6c05a726b1d1"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eceb54c3-a074-44da-9990-6e29ce84e57d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fef777af-b591-4718-921e-8e5468c0da88",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Overwrite",
        "Name": "Allow Token Re-use",
        "Description": "If a short link already exists with the same token, should it be updated to the new URL? If this is not allowed, this action will fail due to existing short link.",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Allow Token Re-use",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:43.417",
        "ModifiedDateTime": "2018-05-04T13:29:43.417"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CreateShortLink"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3fa67e51-a3ba-4858-bae8-f3db7a92e5ee",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:09.03",
        "ModifiedDateTime": "2021-12-09T17:01:09.03"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fef777af-b591-4718-921e-8e5468c0da88"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eceb54c3-a074-44da-9990-6e29ce84e57d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "1e7eb38d-c18c-4edf-b4cf-bb8a53312712",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get created Entity",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-12-10T11:11:34.753",
        "ModifiedDateTime": "2021-12-10T11:11:34.753"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "a25db99c-3d18-47a7-bd6b-9a4a49d4a74c"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "de351f4c-0d05-443e-a54c-d8b43f30f894",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign token = Workflow | Attribute:'Token' -%}\n{%- pageshortlink where:'Token == \"{{ token }}\" && SiteId == 9' iterator:'items' securityenabled:'false' -%}\n{% for item in items %}\n    {{ item.Guid }}\n{% endfor %}\n{% endpageshortlink %}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T11:11:35.037",
        "ModifiedDateTime": "2022-05-26T17:04:52.697"
      },
      "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": "1e7eb38d-c18c-4edf-b4cf-bb8a53312712"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "666ed97b-9e6e-4dc2-98fa-e7dd4f13ab58",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T11:11:35.037",
        "ModifiedDateTime": "2021-12-10T11:11:35.037"
      },
      "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": "1e7eb38d-c18c-4edf-b4cf-bb8a53312712"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a25a8b59-418d-418b-86f6-6fce951cea13",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "e20f2d5f-a77e-4a1d-baf2-5c9a454591dc",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T11:11:35.037",
        "ModifiedDateTime": "2022-05-26T17:04:52.697"
      },
      "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": "1e7eb38d-c18c-4edf-b4cf-bb8a53312712"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2e924b36-b680-4254-9f8b-a14e55501fb2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T11:11:35.037",
        "ModifiedDateTime": "2021-12-10T11:11:35.037"
      },
      "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": "1e7eb38d-c18c-4edf-b4cf-bb8a53312712"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "f4e7b1dd-65be-48be-a1df-6721e155f58b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Entity Attributes",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-12-10T11:11:34.753",
        "ModifiedDateTime": "2021-12-10T11:11:34.753"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "a25db99c-3d18-47a7-bd6b-9a4a49d4a74c"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "com.blueboxmoon.WorkflowStimPack.Actions.SetEntityAttributes"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c63e741b-e27c-4316-b06e-1ed29a5a2c47",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EntityType",
        "Name": "Entity Type",
        "Description": "The type of entity that is going to be updated.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Entity Type",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-18T22:08:46.913",
        "ModifiedDateTime": "2018-09-18T22:08:46.913"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.EntityTypeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "com.blueboxmoon.WorkflowStimPack.Actions.SetEntityAttributes"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b945ae17-3720-4015-85cb-c034a7b6d052",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "includeglobal",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c63e741b-e27c-4316-b06e-1ed29a5a2c47"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c98b1bc1-9d81-4211-bcdd-2de7acfe93d9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "8b1db51e-9ebb-45e4-b7ae-6b2619d94e25",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T11:11:35.177",
        "ModifiedDateTime": "2021-12-10T11:11:35.177"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c63e741b-e27c-4316-b06e-1ed29a5a2c47"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f4e7b1dd-65be-48be-a1df-6721e155f58b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1a40da5-8d2e-4319-bf4b-81408915d36c",
      "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": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-18T22:08:47.07",
        "ModifiedDateTime": "2018-09-18T22:08:47.07"
      },
      "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.blueboxmoon.WorkflowStimPack.Actions.SetEntityAttributes"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8099e9a2-e01b-41ee-9549-dcc03b79ee0f",
      "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": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-18T22:08:47.177",
        "ModifiedDateTime": "2018-09-18T22:08:47.177"
      },
      "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.blueboxmoon.WorkflowStimPack.Actions.SetEntityAttributes"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "63dc8705-b09d-44d6-a5f5-a04f286a06f9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T11:11:35.177",
        "ModifiedDateTime": "2021-12-10T11:11:35.177"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8099e9a2-e01b-41ee-9549-dcc03b79ee0f"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f4e7b1dd-65be-48be-a1df-6721e155f58b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "46f499d1-7f89-4021-9c7e-4851af06360f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Entity",
        "Name": "Entity|Attribute",
        "Description": "The Guid or Id of an existing entity to update.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Entity|Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-18T22:08:46.507",
        "ModifiedDateTime": "2018-09-18T22:08:46.507"
      },
      "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": "com.blueboxmoon.WorkflowStimPack.Actions.SetEntityAttributes"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a4b72ba0-338e-4aff-b59a-ae165c71708b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "e20f2d5f-a77e-4a1d-baf2-5c9a454591dc",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T11:11:35.177",
        "ModifiedDateTime": "2022-05-26T17:04:52.713"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "46f499d1-7f89-4021-9c7e-4851af06360f"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f4e7b1dd-65be-48be-a1df-6721e155f58b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "65f08b6d-3222-4860-b7c5-6d7fb211f46b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attributes",
        "Name": "Attributes",
        "Description": "The attributes to set. Values can use <span class='tip tip-lava'></span>.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attributes",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-09-18T22:08:46.787",
        "ModifiedDateTime": "2018-09-18T22:08:46.787"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.KeyValueListFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "com.blueboxmoon.WorkflowStimPack.Actions.SetEntityAttributes"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "47c83241-68f0-4bd9-9844-ca85fc63d225",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Requester^{{ Workflow %7C Attribute:'Person'%2C'RawValue' }}|Ministry^{{ Workflow %7C Attribute:'Ministry'%2C'RawValue' }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T11:11:35.177",
        "ModifiedDateTime": "2021-12-10T11:19:07.587"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "65f08b6d-3222-4860-b7c5-6d7fb211f46b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f4e7b1dd-65be-48be-a1df-6721e155f58b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "8f804fd3-1e99-46b7-8521-657ae709da90",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Redirect and complete",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-05-26T16:17:18.757",
        "ModifiedDateTime": "2022-05-26T16:17:18.757"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "a25db99c-3d18-47a7-bd6b-9a4a49d4a74c"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "eaff2c9c-ccfb-4d39-a68c-87ac81b7d4ec",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-05-26T16:17:18.96",
        "ModifiedDateTime": "2022-05-26T16:17:18.96"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8f804fd3-1e99-46b7-8521-657ae709da90"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b62304fc-2d56-41d4-9834-5d66327335f8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "D83324D7-36BF-49F2-A4DA-152EA6478418",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-05-26T16:17:18.96",
        "ModifiedDateTime": "2022-05-26T16:17:18.96"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8f804fd3-1e99-46b7-8521-657ae709da90"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "d83324d7-36bf-49f2-a4da-152ea6478418",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Redirect-Close",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 4,
        "CreatedDateTime": "2021-12-09T17:01:08.497",
        "ModifiedDateTime": "2022-05-27T16:58:02.177"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "088441c4-3695-4001-b8fa-54d3e351f684"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "e64ea375-f441-4e1b-a2d9-29c1fa67fc78",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Complete",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-12-09T17:01:08.607",
        "ModifiedDateTime": "2022-05-26T17:04:52.41"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d83324d7-36bf-49f2-a4da-152ea6478418"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0ca0ddef-48ef-4abc-9822-a05e225de26c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b813b7a1-40ba-425a-999d-8d0e982dfb8a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:09.153",
        "ModifiedDateTime": "2021-12-09T17:01:09.153"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0ca0ddef-48ef-4abc-9822-a05e225de26c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e64ea375-f441-4e1b-a2d9-29c1fa67fc78"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "25cad4be-5a00-409d-9bab-e32518d89956",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": 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": "2018-04-24T20:37:13.943"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "07cb7dbc-236d-4d38-92a4-47ee448ba89a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Status",
        "Name": "Status|Status Attribute",
        "Description": "The status to set the workflow to when marking the workflow complete. <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "Completed",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Status|Status Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:55.783",
        "ModifiedDateTime": "2018-05-04T13:29:55.783"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1d5f47a1-8ce9-422e-be3e-8585d491613f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Completed",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-09T17:01:09.153",
        "ModifiedDateTime": "2021-12-09T17:01:09.153"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "07cb7dbc-236d-4d38-92a4-47ee448ba89a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e64ea375-f441-4e1b-a2d9-29c1fa67fc78"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "79b9c72f-5257-4b80-9d3f-2231251a68c8",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Redirect to Details page",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "e20f2d5f-a77e-4a1d-baf2-5c9a454591dc",
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-03-24T12:23:39.033",
        "ModifiedDateTime": "2022-05-26T17:04:52.41"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d83324d7-36bf-49f2-a4da-152ea6478418"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Redirect"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4e69a5c8-2cfa-4048-97b6-d3e8d8c432fb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Url",
        "Name": "Url|Url Attribute",
        "Description": "The full URL to redirect to, for example: http://www.rockrms.com  <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Url|Url Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:46.15",
        "ModifiedDateTime": "2020-08-04T01:26:59.463"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Redirect"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a44044b2-4454-4e54-83b6-a0fa461cdd5d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.UrlLinkFieldType|Rock.Field.Types.AudioUrlFieldType|Rock.Field.Types.VideoUrlFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4e69a5c8-2cfa-4048-97b6-d3e8d8c432fb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "67ddb480-1a71-4d25-a827-533a36209a9d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "8fc81a2d-9887-4fca-afef-bc288c7d12c4",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-03-24T12:23:39.19",
        "ModifiedDateTime": "2022-05-26T17:04:52.743"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4e69a5c8-2cfa-4048-97b6-d3e8d8c432fb"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "79b9c72f-5257-4b80-9d3f-2231251a68c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a15fbb5b-77d8-4194-89cc-6e650e9bf6ad",
      "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": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:46.587",
        "ModifiedDateTime": "2018-05-04T13:29:46.587"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Redirect"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d5c076c7-8b47-42fd-a17c-de8e83b1e30f",
      "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": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:46.713",
        "ModifiedDateTime": "2018-05-04T13:29:46.713"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Redirect"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7f8fc3da-9cb3-4761-a41d-6a29b22c7dcd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-03-24T12:23:39.19",
        "ModifiedDateTime": "2022-03-24T12:23:39.19"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d5c076c7-8b47-42fd-a17c-de8e83b1e30f"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "79b9c72f-5257-4b80-9d3f-2231251a68c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6f50e0a5-464d-444e-a7dc-21104a0c7815",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ProcessingOptions",
        "Name": "Processing Options",
        "Description": "How should workflow continue processing?",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "0",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Processing Options",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-05-04T13:29:46.433",
        "ModifiedDateTime": "2018-05-04T13:29:46.433"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Redirect"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "39276b7c-16a4-46b8-85b2-d9626fd3dbf9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6f50e0a5-464d-444e-a7dc-21104a0c7815"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "faa7d2bd-9c46-407d-860b-ac3e759a80e7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "0^Always continue,1^Only continue on redirect,2^Never continue"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6f50e0a5-464d-444e-a7dc-21104a0c7815"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "dc0d9604-ce5d-4a90-8fc8-344dc6b6d2ae",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "ValueAsNumeric": 0.0,
        "CreatedDateTime": "2022-03-24T12:23:39.19",
        "ModifiedDateTime": "2022-03-24T12:23:39.19"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6f50e0a5-464d-444e-a7dc-21104a0c7815"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "79b9c72f-5257-4b80-9d3f-2231251a68c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "86f9b044-488b-4f2a-a822-7aecc9c2de79",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set URL",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-05-26T17:04:52.41",
        "ModifiedDateTime": "2022-05-26T17:04:52.41"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d83324d7-36bf-49f2-a4da-152ea6478418"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0db4fadd-5f50-44b8-8882-327d6cbb1d00",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign guid = Workflow | Attribute:'ShortLinkGuid' -%}\n{%- pageshortlink where:'Guid == \"{{ guid }}\"' iterator:'items' securityenabled:'false' -%}\n{%- for item in items -%}\n{%- assign slid = item.Id -%}\n{%- endfor -%}\n{%- endpageshortlink -%}\n/page/1905?ShortLinkId={{- slid -}}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-05-26T17:04:52.777",
        "ModifiedDateTime": "2022-05-26T17:14:14.803"
      },
      "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": "86f9b044-488b-4f2a-a822-7aecc9c2de79"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "91303294-b98f-4618-8e1c-760f06b7db39",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-05-26T17:04:52.777",
        "ModifiedDateTime": "2022-05-26T17:04:52.777"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1924bdc-9b79-4018-9d4a-c3516c87a514"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "86f9b044-488b-4f2a-a822-7aecc9c2de79"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "67bf0ebd-12c0-4b17-bdab-eb58dcedee62",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "8fc81a2d-9887-4fca-afef-bc288c7d12c4",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-05-26T17:08:45.27",
        "ModifiedDateTime": "2022-05-26T17:08:45.27"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "431273c6-342d-4030-adc7-7cdedc7f8b27"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "86f9b044-488b-4f2a-a822-7aecc9c2de79"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1c2f7cd6-9e3d-4142-ad94-66408c530d02",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-05-26T17:04:52.777",
        "ModifiedDateTime": "2022-05-26T17:04:52.777"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3e380bf-aac8-4015-9adc-0df56b5462f5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "86f9b044-488b-4f2a-a822-7aecc9c2de79"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "837510d5-f747-4b8c-954a-6a95e674897f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Add Attributes",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 3,
        "CreatedDateTime": "2021-12-10T16:52:41.287",
        "ModifiedDateTime": "2021-12-10T16:52:41.287"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "088441c4-3695-4001-b8fa-54d3e351f684"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "a697a4ec-fdd6-4d1e-84e3-d746fb7ecedd",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Entity Attributes",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-12-10T16:52:41.523",
        "ModifiedDateTime": "2021-12-10T16:52:41.523"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "837510d5-f747-4b8c-954a-6a95e674897f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "com.blueboxmoon.WorkflowStimPack.Actions.SetEntityAttributes"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6a812911-5d5f-4608-bbed-fd8fb13549cf",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "8b1db51e-9ebb-45e4-b7ae-6b2619d94e25",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T16:52:41.813",
        "ModifiedDateTime": "2021-12-10T16:52:41.813"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c63e741b-e27c-4316-b06e-1ed29a5a2c47"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a697a4ec-fdd6-4d1e-84e3-d746fb7ecedd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "25aac720-6208-4ed2-ad71-babd9b38b6d7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T16:52:41.813",
        "ModifiedDateTime": "2021-12-10T16:52:41.813"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8099e9a2-e01b-41ee-9549-dcc03b79ee0f"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a697a4ec-fdd6-4d1e-84e3-d746fb7ecedd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ec543cd9-2499-4def-a757-273b486496b7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "e20f2d5f-a77e-4a1d-baf2-5c9a454591dc",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T16:52:41.813",
        "ModifiedDateTime": "2022-05-26T17:04:52.917"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "46f499d1-7f89-4021-9c7e-4851af06360f"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a697a4ec-fdd6-4d1e-84e3-d746fb7ecedd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "97902087-7ab5-4764-8b17-016aa2542d29",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Requester^{{ Workflow %7C Attribute:'Person'%2C'RawValue' }}|Ministry^{{ Workflow %7C Attribute:'Ministry'%2C'RawValue' }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-12-10T16:52:41.83",
        "ModifiedDateTime": "2021-12-10T16:52:41.83"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "65f08b6d-3222-4860-b7c5-6d7fb211f46b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a697a4ec-fdd6-4d1e-84e3-d746fb7ecedd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "65b7947b-050a-4b8b-9132-3dd949bdf584",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Redirect and complete",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-05-26T16:17:18.88",
        "ModifiedDateTime": "2022-05-26T16:17:18.88"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "837510d5-f747-4b8c-954a-6a95e674897f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "08e92cf5-9a14-41fa-908b-219eb03052b0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-05-26T16:17:19.023",
        "ModifiedDateTime": "2022-05-26T16:17:19.023"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "65b7947b-050a-4b8b-9132-3dd949bdf584"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6eda2e4e-560a-4e07-893b-ccb9c665f9d4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "D83324D7-36BF-49F2-A4DA-152EA6478418",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2022-05-26T16:17:19.023",
        "ModifiedDateTime": "2022-05-26T16:17:19.023"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "65b7947b-050a-4b8b-9132-3dd949bdf584"
        }
      ]
    },
    {
      "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,
        "AttributeColor": 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,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Last Round Robin Person (Assign Pastor)",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-09-25T14:47:30.373",
        "ModifiedDateTime": "2017-09-25T14:47:30.373"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "CustomCodeItems",
        "Name": "Custom Code Items",
        "Description": "",
        "Order": 1157,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Custom Code Items",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-02-27T15:30:38.063",
        "ModifiedDateTime": "2020-02-27T15:30:38.063"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.MatrixFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5b21ace5-106e-4877-a558-bf13ea4bc93b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributematrixtemplate",
        "Value": "12"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9d017116-d8ca-4fa9-be65-21b0a24d794a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BEMAUpgradeAdditionalFlags",
        "Name": "BEMA Upgrade Additional Flags",
        "Description": "",
        "Order": 1158,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "BEMA Upgrade Additional Flags",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-02-27T15:31:32.78",
        "ModifiedDateTime": "2020-02-27T15:31:32.78"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bc692e9f-6f5c-4121-8d52-259465febe39",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2fb2cc69-af8a-40f6-bdfb-a0de3c051e3b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "repeatColumns",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c5292238-7f21-49e0-b3c3-036659b99996",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "Critical"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a"
        }
      ]
    }
  ],
  "RootEntities": [
    "088441c4-3695-4001-b8fa-54d3e351f684"
  ]
}