{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "9d6e4e52-216f-4967-8e6a-bfef6e26430d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Split Camp Registration",
        "Description": "",
        "Order": 0,
        "WorkTerm": "Work",
        "ProcessingIntervalSeconds": 28800,
        "IsPersisted": true,
        "SummaryViewText": "<div class='row'>\n    <div class='col-sm-6'>\n        <dl><dt>Started By</dt><dd>{{ Workflow.InitiatorPersonAlias.Person.FullName }}</dd></dl>\n    </div>\n    <div class='col-sm-6'>\n        <dl><dt>Started On</dt><dd>{{ Workflow.ActivatedDateTime | Date:'MM/dd/yyyy' }} at {{ Workflow.ActivatedDateTime | Date:'hh:mm:ss tt' }}</dd></dl>\n    </div>\n</div>\n\n{% assign attributeList = '' %}\n{% for attribute in Workflow.AttributeValues %}\n    {% if attribute.AttributeIsGridColumn %}\n        {% assign attributeValue = attribute.ValueFormatted %}\n        {% if attributeValue != '' %}\n            {% capture item %}<dt>{{ attribute.AttributeName }}</dt><dd>{{ attributeValue }}</dd>{% endcapture %}\n            {% assign attributeList = attributeList | Append:item %}\n        {% endif %}\n    {% endif %}\n{% endfor %}\n\n{% if attributeList != '' %}\n    <div class='row'>\n        <div class='col-sm-6'>\n            <dl>\n                {{ attributeList }}\n            </dl>\n        </div>\n    </div>\n{% endif %}",
        "NoActionMessage": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "LogRetentionPeriod": null,
        "CompletedWorkflowRetentionPeriod": null,
        "LoggingLevel": 0,
        "IconCssClass": "fa fa-list-ol",
        "MaxWorkflowAgeDays": null,
        "IsFormBuilder": false,
        "FormBuilderSettingsJson": null,
        "FormStartDateTime": null,
        "FormEndDateTime": null,
        "WorkflowExpireDateTime": null,
        "IsLoginRequired": false,
        "CreatedDateTime": "2022-03-01T12:44:13.883",
        "ModifiedDateTime": "2023-04-11T10:46:16.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "2e18fb7e-39bb-4044-887f-dfd219293e81",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Start",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2022-03-01T12:44:14.18",
        "ModifiedDateTime": "2022-03-01T12:44:14.18"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
        }
      ]
    },
    {
      "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": "Guest",
        "Description": "Used when a person first enters through your first-time guest process. As they continue to attend they will become an attendee and possibly a member.",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2017-07-04T18:02:03.563"
      },
      "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": {
        "AbbreviatedName": "Color",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "Color",
        "Name": "Color",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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",
        "PersistedTextValue": "#afd074",
        "PersistedHtmlValue": "#afd074",
        "PersistedCondensedTextValue": "#afd074",
        "PersistedCondensedHtmlValue": "#afd074",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": 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": {
        "AbbreviatedName": "Allow Map Selection",
        "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",
        "DefaultPersistedTextValue": "Yes",
        "DefaultPersistedHtmlValue": "Yes",
        "DefaultPersistedCondensedTextValue": "Y",
        "DefaultPersistedCondensedHtmlValue": "Y",
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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",
        "PersistedTextValue": "Yes",
        "PersistedHtmlValue": "Yes",
        "PersistedCondensedTextValue": "Y",
        "PersistedCondensedHtmlValue": "Y",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": true,
        "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": {
        "AbbreviatedName": "Allow Named Selection",
        "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",
        "DefaultPersistedTextValue": "Yes",
        "DefaultPersistedHtmlValue": "Yes",
        "DefaultPersistedCondensedTextValue": "Y",
        "DefaultPersistedCondensedHtmlValue": "Y",
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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",
        "PersistedTextValue": "Yes",
        "PersistedHtmlValue": "Yes",
        "PersistedCondensedTextValue": "Y",
        "PersistedCondensedHtmlValue": "Y",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": true,
        "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": {
        "AbbreviatedName": "Allow Address Selection",
        "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",
        "DefaultPersistedTextValue": "Yes",
        "DefaultPersistedHtmlValue": "Yes",
        "DefaultPersistedCondensedTextValue": "Y",
        "DefaultPersistedCondensedHtmlValue": "Y",
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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",
        "PersistedTextValue": "Yes",
        "PersistedHtmlValue": "Yes",
        "PersistedCondensedTextValue": "Y",
        "PersistedCondensedHtmlValue": "Y",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": true,
        "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.Attribute",
      "Guid": "348b1563-bbc9-4853-bd4e-4ceae87ca2b6",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Icon CSS Class",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "IconCSSClass",
        "Name": "Icon CSS Class",
        "Description": "",
        "Order": 2014,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-14T03:43:22.827"
      },
      "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": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4886029d-8990-416d-9a39-25b2b8773b0f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "fa fa-home",
        "PersistedTextValue": "fa fa-home",
        "PersistedHtmlValue": "fa fa-home",
        "PersistedCondensedTextValue": "fa fa-home",
        "PersistedCondensedHtmlValue": "fa fa-home",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "348b1563-bbc9-4853-bd4e-4ceae87ca2b6"
        },
        {
          "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": {
        "AbbreviatedName": "Button HTML",
        "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": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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>",
        "PersistedTextValue": "<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>",
        "PersistedHtmlValue": "&lt;a  href=&quot;{{ ButtonLink }}&quot; \n    onclick=&quot;{{ ButtonClick }}&quot;\n    data-loading-text=&quot;&lt;i class=&#39;fa fa-refresh fa-spin&#39;&gt;&lt;/i&gt; {{ ButtonText }}&quot;\n    class=&quot;btn btn-primary&quot;\n    &gt;\n    {{ ButtonText }}\n&lt;/a&gt;",
        "PersistedCondensedTextValue": "<a  href=\"{{ ButtonLink }}\" \n    onclick=\"{{ ButtonClick }}\"\n    data-loading-text=\"<i class='fa...",
        "PersistedCondensedHtmlValue": "&lt;a  href=&quot;{{ ButtonLink }}&quot; \n    onclick=&quot;{{ ButtonClick }}&quot;\n    data-loading-text=&quot;&lt;i class=&#39;fa...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": 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": {
        "AbbreviatedName": "Button Email HTML",
        "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": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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=\"11%\" strokecolor=\"#e76812\" fillcolor=\"#ee7624\">\n\t\t\t<w:anchorlock/>\n\t\t\t<center style=\"color:#ffffff;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:#ee7624;border:1px solid #e76812;border-radius:4px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:normal;line-height:38px;text-align:center;text-decoration:none;width:175px;-webkit-text-size-adjust:none;mso-hide:all;\">{{ ButtonText }}</a></div>\n\n\t</td>\n </tr>\n</table>",
        "PersistedTextValue": "<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=\"11%\" strokecolor=\"#e76812\" fillcolor=\"#ee7624\">\n\t\t\t<w:anchorlock/>\n\t\t\t<center style=\"color:#ffffff;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:#ee7624;border:1px solid #e76812;border-radius:4px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:normal;line-height:38px;text-align:center;text-decoration:none;width:175px;-webkit-text-size-adjust:none;mso-hide:all;\">{{ ButtonText }}</a></div>\n\n\t</td>\n </tr>\n</table>",
        "PersistedHtmlValue": "&lt;table align=&quot;left&quot; style=&quot;width: 29%; min-width: 190px; margin-bottom: 12px;&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;\n &lt;tr&gt;\n   &lt;td&gt;\n\n\t\t&lt;div&gt;&lt;!--[if mso]&gt;\n\t\t  &lt;v:roundrect xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; href=&quot;{{ ButtonLink }}&quot; style=&quot;height:38px;v-text-anchor:middle;width:175px;&quot; arcsize=&quot;11%&quot; strokecolor=&quot;#e76812&quot; fillcolor=&quot;#ee7624&quot;&gt;\n\t\t\t&lt;w:anchorlock/&gt;\n\t\t\t&lt;center style=&quot;color:#ffffff;font-family:sans-serif;font-size:13px;font-weight:normal;&quot;&gt;{{ ButtonText }}&lt;/center&gt;\n\t\t  &lt;/v:roundrect&gt;\n\t\t&lt;![endif]--&gt;&lt;a href=&quot;{{ ButtonLink }}&quot;\n\t\tstyle=&quot;background-color:#ee7624;border:1px solid #e76812;border-radius:4px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:normal;line-height:38px;text-align:center;text-decoration:none;width:175px;-webkit-text-size-adjust:none;mso-hide:all;&quot;&gt;{{ ButtonText }}&lt;/a&gt;&lt;/div&gt;\n\n\t&lt;/td&gt;\n &lt;/tr&gt;\n&lt;/table&gt;",
        "PersistedCondensedTextValue": "<table align=\"left\" style=\"width: 29%; min-width: 190px; margin-bottom: 12px;\" cellpadding=\"0\"...",
        "PersistedCondensedHtmlValue": "&lt;table align=&quot;left&quot; style=&quot;width: 29%; min-width: 190px; margin-bottom: 12px;&quot; cellpadding=&quot;0&quot;...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionForm",
      "Guid": "8a78915a-5e31-4455-9680-f0bf537e9e6b",
      "GenerateNewGuid": true,
      "Properties": {
        "IncludeActionsInNotification": false,
        "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,
        "PersonEntryRaceEntryOption": 0,
        "PersonEntryEthnicityEntryOption": 0,
        "PersonEntrySpouseLabel": "Spouse",
        "PersonEntryPersonAttributeGuid": null,
        "PersonEntrySpouseAttributeGuid": null,
        "PersonEntryFamilyAttributeGuid": null,
        "PersonEntryTitle": null,
        "PersonEntryDescription": null,
        "PersonEntryShowHeadingSeparator": false,
        "CreatedDateTime": "2022-03-01T12:44:14.257",
        "ModifiedDateTime": "2022-03-01T12:49:08.28"
      },
      "Transforms": {
        "5df81bd2-6d4e-438e-98a8-6e756b738264": "Next^fdc397cd-8b4a-436e-bea1-bce2e6717c03^^Your information has been submitted successfully.|"
      },
      "References": [
        {
          "Property": "PersonEntryConnectionStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2"
        },
        {
          "Property": "PersonEntryRecordStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "283999ec-7346-42e3-b807-bce9b2babb49"
        },
        {
          "Property": "PersonEntryGroupLocationTypeValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        },
        {
          "Property": "Actions",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c8b80e9f-4443-4a2b-b388-47428d90b571",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Registration",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Registration",
        "Name": "Registration",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-04-11T10:46:16.143"
      },
      "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.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0558f274-a897-44d3-88e2-be93cf165731",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c8b80e9f-4443-4a2b-b388-47428d90b571"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5d17cedb-af3f-4554-bddd-b43be21084d2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "repeatColumns",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c8b80e9f-4443-4a2b-b388-47428d90b571"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fc19ec19-4f68-4dab-880a-dac3487744cb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "Select r.Id AS Value, ri.Name +  ': ' + r.FirstName + ' '+r.LastName AS Text\nFrom Registration as r\nJoin RegistrationInstance as ri on ri.Id = r.RegistrationInstanceId\nWhere r.RegistrationInstanceId =2115 or r.RegistrationInstanceId=2116 or r.RegistrationInstanceId=2117\nOrder By Text"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c8b80e9f-4443-4a2b-b388-47428d90b571"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "badbf134-74aa-4bd7-b136-a8507eaabf9b",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 0,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T12:44:14.257",
        "ModifiedDateTime": "2022-03-01T12:44:14.257"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "8a78915a-5e31-4455-9680-f0bf537e9e6b"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c8b80e9f-4443-4a2b-b388-47428d90b571"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "06e5f1a0-b861-4225-ac93-2ad7f0217dbb",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "ID",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "ID",
        "Name": "ID",
        "Description": "",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-04-11T10:46:16.16"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
        },
        {
          "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": "78891db2-82d7-4498-97b2-a1847f3c309e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "06e5f1a0-b861-4225-ac93-2ad7f0217dbb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c309ea52-d26e-4aee-814b-2f28defe510a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "06e5f1a0-b861-4225-ac93-2ad7f0217dbb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "16765eef-7ae1-426c-9d47-bd077260bdce",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "06e5f1a0-b861-4225-ac93-2ad7f0217dbb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "6ee898dc-cadb-4f93-8f76-dd2b5f0c6c19",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 1,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T12:59:38.553",
        "ModifiedDateTime": "2022-03-01T12:59:38.553"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "8a78915a-5e31-4455-9680-f0bf537e9e6b"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "06e5f1a0-b861-4225-ac93-2ad7f0217dbb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "272322ed-5c60-4370-9696-12fcca300df9",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Student ID",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "StudentID",
        "Name": "Student ID",
        "Description": "",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-04-11T10:46:16.253"
      },
      "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": "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
        },
        {
          "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": "6ad38693-4200-4afd-bfec-5c05e8074810",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "272322ed-5c60-4370-9696-12fcca300df9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1fe13088-e848-4f8b-9cfb-5a151622ba4c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "272322ed-5c60-4370-9696-12fcca300df9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3e918f62-fdfd-48a5-bceb-0ce3ec54cc21",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "272322ed-5c60-4370-9696-12fcca300df9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "14cf7145-896b-428e-9875-12c986f82096",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 2,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T12:59:38.553",
        "ModifiedDateTime": "2022-03-01T12:59:38.553"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "8a78915a-5e31-4455-9680-f0bf537e9e6b"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "272322ed-5c60-4370-9696-12fcca300df9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1d6a1a6b-cfc0-4e1d-9c8d-35e61b774358",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Registration Instance",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "RegistrationInstance",
        "Name": "Registration Instance",
        "Description": "",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-04-11T10:46:16.77"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.RegistrationInstanceFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.RegistrationInstanceFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "06d01623-1691-40b6-921d-6550abd8bb10",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "registrationtemplate",
        "Value": "353"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1d6a1a6b-cfc0-4e1d-9c8d-35e61b774358"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "a4d72a8c-233e-4cf9-9785-9346524e90e6",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 3,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T12:59:38.553",
        "ModifiedDateTime": "2022-03-01T12:59:38.553"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "8a78915a-5e31-4455-9680-f0bf537e9e6b"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1d6a1a6b-cfc0-4e1d-9c8d-35e61b774358"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f8010a6f-dc43-46d2-9fee-5745294b3e3f",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Registrar ID",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "RegistrarID",
        "Name": "Registrar ID",
        "Description": "",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-04-11T10:46:16.33"
      },
      "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": "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
        },
        {
          "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": "2e0d2bc1-cd83-4ff9-a97b-33698e0d11cc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f8010a6f-dc43-46d2-9fee-5745294b3e3f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a4613eeb-eebe-466a-9cd1-6d1bf878afde",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f8010a6f-dc43-46d2-9fee-5745294b3e3f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1401c8ea-8da6-4d23-b15d-c939373debcc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f8010a6f-dc43-46d2-9fee-5745294b3e3f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "435ced07-f140-42d6-98a0-42db23901e12",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 4,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T13:05:20.19",
        "ModifiedDateTime": "2022-03-01T13:05:20.19"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "8a78915a-5e31-4455-9680-f0bf537e9e6b"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f8010a6f-dc43-46d2-9fee-5745294b3e3f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "95a0f7c5-ad47-4368-b7e9-47c33688a5c8",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "New Reg",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "NewReg",
        "Name": "New Reg",
        "Description": "",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-04-11T10:46:16.423"
      },
      "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": "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
        },
        {
          "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": "326e51b2-4b23-426b-b423-dbf8750beecb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "95a0f7c5-ad47-4368-b7e9-47c33688a5c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2ce20639-74b4-4b13-a095-0d9e25ffffee",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "95a0f7c5-ad47-4368-b7e9-47c33688a5c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5d60713a-e74b-43cb-b8ae-f955d93e6553",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "95a0f7c5-ad47-4368-b7e9-47c33688a5c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "e5e9c504-64f3-4ecc-87f7-6dc7b0f84c9a",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 5,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T13:05:20.19",
        "ModifiedDateTime": "2022-03-01T13:05:20.19"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "8a78915a-5e31-4455-9680-f0bf537e9e6b"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "95a0f7c5-ad47-4368-b7e9-47c33688a5c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8f8ab1d7-43b8-4b68-afa3-ad51ca83fc9f",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "reg instnace Id",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "regid",
        "Name": "reg instnace Id",
        "Description": "",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-04-11T10:46:16.503"
      },
      "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": "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
        },
        {
          "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": "11cca404-5d6b-4c5b-a89e-0b0e541542db",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f8ab1d7-43b8-4b68-afa3-ad51ca83fc9f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "03b947ee-f211-4e65-b167-8cf709adaedd",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f8ab1d7-43b8-4b68-afa3-ad51ca83fc9f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "068abeb0-d149-49ca-9789-c806b5a83c12",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f8ab1d7-43b8-4b68-afa3-ad51ca83fc9f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "50dd6320-29a2-46a3-9aee-773b19f3a293",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 6,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T13:12:36.217",
        "ModifiedDateTime": "2022-03-01T13:12:36.217"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "8a78915a-5e31-4455-9680-f0bf537e9e6b"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f8ab1d7-43b8-4b68-afa3-ad51ca83fc9f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9506ed30-25d5-4102-93e8-e203a614f43d",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "New Reg id",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "NewRegid",
        "Name": "New Reg id",
        "Description": "",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-04-11T10:46:16.597"
      },
      "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": "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
        },
        {
          "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": "63c9a4a0-b1f3-45c1-b7af-1e8da73e9576",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9506ed30-25d5-4102-93e8-e203a614f43d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "132c6ccb-ca3a-4727-bb50-d6ae0399c0b0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9506ed30-25d5-4102-93e8-e203a614f43d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "03b4ea47-88d7-441e-be08-a294ffd983c4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9506ed30-25d5-4102-93e8-e203a614f43d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "a3049cb6-f5e6-4ecd-aa2d-f9d9bc48cb6c",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 7,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T13:21:53.68",
        "ModifiedDateTime": "2022-03-01T13:21:53.68"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "8a78915a-5e31-4455-9680-f0bf537e9e6b"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9506ed30-25d5-4102-93e8-e203a614f43d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4058716c-153b-46e1-a705-9ba7d8028eed",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Button",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Button",
        "Name": "Button",
        "Description": "",
        "Order": 8,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-04-11T10:46:16.673"
      },
      "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": "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
        },
        {
          "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": "727f3364-e85e-45b5-bb0e-aaff59d6f67c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4058716c-153b-46e1-a705-9ba7d8028eed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "92ed1282-bf07-4037-bdf8-d36f2324d5f6",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4058716c-153b-46e1-a705-9ba7d8028eed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ef278ee3-9743-4926-961a-aad25416c53f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4058716c-153b-46e1-a705-9ba7d8028eed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "ed53872a-7123-4692-a094-88a0b52ffb16",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 8,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-06-19T10:22:37.1",
        "ModifiedDateTime": "2022-06-19T10:22:37.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "8a78915a-5e31-4455-9680-f0bf537e9e6b"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4058716c-153b-46e1-a705-9ba7d8028eed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "a5cd4b6e-1c70-444a-9d19-0518420d6fe4",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Select the Registration",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-03-01T12:44:14.257",
        "ModifiedDateTime": "2022-03-01T12:44:14.257"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2e18fb7e-39bb-4044-887f-dfd219293e81"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        },
        {
          "Property": "WorkflowFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "8a78915a-5e31-4455-9680-f0bf537e9e6b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "234910f2-a0db-4d7d-baf7-83c880ef30ae",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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": "43ca9ba7-392f-424a-81a2-c5c5ef72e667",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-03-01T12:44:14.443",
        "ModifiedDateTime": "2022-03-01T12:44:14.443"
      },
      "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": "a5cd4b6e-1c70-444a-9d19-0518420d6fe4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c178113d-7c86-4229-8424-c6d0cf4a7e23",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionForm",
      "Guid": "76c9ada7-f77e-43eb-954b-8614d1f50bc5",
      "GenerateNewGuid": true,
      "Properties": {
        "IncludeActionsInNotification": false,
        "Header": "<b>Registration Id : Student Name</b><br>{%sql%}Select  rr.Id as Value,  p.FirstName +  ' ' + p.LastName as Text\nFrom RegistrationRegistrant as rr\nJoin PersonAlias as pa on pa.Id=rr.PersonAliasId\nJoin Person as p on p.Id = pa.PersonId\nWhere rr.RegistrationId={{Workflow | Attribute:'Registration','RawValue'}}\n{% endsql %}\n{% for item in results %}\n    {{ item.Value }} : {{ item.Text }} <br />\n{% endfor %}\n<b>Please type the ID of the student you wish to cancel/move.</b>",
        "Footer": "",
        "ActionAttributeGuid": "4058716c-153b-46e1-a705-9ba7d8028eed",
        "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,
        "PersonEntryRaceEntryOption": 0,
        "PersonEntryEthnicityEntryOption": 0,
        "PersonEntrySpouseLabel": "Spouse",
        "PersonEntryPersonAttributeGuid": null,
        "PersonEntrySpouseAttributeGuid": null,
        "PersonEntryFamilyAttributeGuid": null,
        "PersonEntryTitle": null,
        "PersonEntryDescription": null,
        "PersonEntryShowHeadingSeparator": false,
        "CreatedDateTime": "2022-03-01T12:49:08.28",
        "ModifiedDateTime": "2022-06-19T10:22:37.1"
      },
      "Transforms": {
        "5df81bd2-6d4e-438e-98a8-6e756b738264": "Submit^fdc397cd-8b4a-436e-bea1-bce2e6717c03^058BAB37-5732-4A60-89A8-3A09D1B6D99A^Your information has been submitted successfully.|"
      },
      "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": "854f6ec2-2274-4290-bd3b-05e2201041de",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 0,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T12:49:08.28",
        "ModifiedDateTime": "2022-03-01T12:49:08.28"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "76c9ada7-f77e-43eb-954b-8614d1f50bc5"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c8b80e9f-4443-4a2b-b388-47428d90b571"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "b4dc2053-1241-40a3-a202-6a522f486a35",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 1,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T12:59:38.553",
        "ModifiedDateTime": "2022-03-01T12:59:38.553"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "76c9ada7-f77e-43eb-954b-8614d1f50bc5"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "06e5f1a0-b861-4225-ac93-2ad7f0217dbb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "fee05a52-03d8-4243-938a-6be7d368eecc",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 2,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T12:59:38.553",
        "ModifiedDateTime": "2022-03-01T12:59:38.553"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "76c9ada7-f77e-43eb-954b-8614d1f50bc5"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "272322ed-5c60-4370-9696-12fcca300df9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "88a23ded-b59e-4667-ba68-7388a099de36",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 3,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": true,
        "PreHtml": "<b>Choose where you want to move this registration:",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T12:59:38.553",
        "ModifiedDateTime": "2022-03-01T13:05:20.19"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "76c9ada7-f77e-43eb-954b-8614d1f50bc5"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1d6a1a6b-cfc0-4e1d-9c8d-35e61b774358"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "14c6e66c-f22c-44e9-8feb-d06ad376813a",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 4,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T13:05:20.19",
        "ModifiedDateTime": "2022-03-01T13:05:20.19"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "76c9ada7-f77e-43eb-954b-8614d1f50bc5"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f8010a6f-dc43-46d2-9fee-5745294b3e3f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "74f40af3-0945-4a23-91f2-3baa2d7f8a7c",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 5,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T13:05:20.19",
        "ModifiedDateTime": "2022-03-01T13:05:20.19"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "76c9ada7-f77e-43eb-954b-8614d1f50bc5"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "95a0f7c5-ad47-4368-b7e9-47c33688a5c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "44d967f7-895c-4c04-a0aa-2002aea4396d",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 6,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T13:12:36.217",
        "ModifiedDateTime": "2022-03-01T13:12:36.217"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "76c9ada7-f77e-43eb-954b-8614d1f50bc5"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f8ab1d7-43b8-4b68-afa3-ad51ca83fc9f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "e8392795-1b72-4320-8176-6e0c23c62ba7",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 7,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-03-01T13:21:53.68",
        "ModifiedDateTime": "2022-03-01T13:21:53.68"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "76c9ada7-f77e-43eb-954b-8614d1f50bc5"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9506ed30-25d5-4102-93e8-e203a614f43d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "b43e0e3b-6897-4b0b-94e5-ed4a94d55fae",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 8,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-06-19T10:22:37.1",
        "ModifiedDateTime": "2022-06-19T10:22:37.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "76c9ada7-f77e-43eb-954b-8614d1f50bc5"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4058716c-153b-46e1-a705-9ba7d8028eed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "03e27cb4-fccc-4122-938c-24ca19185b33",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Select Registrants",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-03-01T12:49:08.28",
        "ModifiedDateTime": "2022-03-01T12:49:08.28"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2e18fb7e-39bb-4044-887f-dfd219293e81"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        },
        {
          "Property": "WorkflowFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "76c9ada7-f77e-43eb-954b-8614d1f50bc5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3ef0beac-5710-40a0-a990-64c2f1b7daa2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-03-01T12:49:08.327",
        "ModifiedDateTime": "2022-03-01T12:49:08.327"
      },
      "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": "03e27cb4-fccc-4122-938c-24ca19185b33"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "058bab37-5732-4a60-89a8-3a09d1b6d99a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Move",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 1,
        "CreatedDateTime": "2022-03-01T13:05:20.19",
        "ModifiedDateTime": "2022-03-01T13:05:20.19"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "f908ae44-fe12-4f10-8c97-09ab86997bf1",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Registrar ID",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-03-01T13:05:20.237",
        "ModifiedDateTime": "2022-03-01T13:05:20.237"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "058bab37-5732-4a60-89a8-3a09d1b6d99a"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f3b9908b-096f-460b-8320-122cf046d1f9",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "SQLQuery",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SQLQuery",
        "Name": "SQLQuery",
        "Description": "The SQL query to run. <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "dbd63348-1eae-4174-8eef-514621515365",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "400"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f4847363-e364-4072-a483-f511eaeb0131",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Sql"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "adbdc447-f122-4ae5-be41-bddfac282db6",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0a03bb6e-9ed5-4101-9067-831c153b25ce",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Select PersonAliasId\nFrom Registration\nWhere Id = {{Workflow | Attribute:'Registration','RawValue'}}",
        "PersistedTextValue": "Select PersonAliasId\nFrom Registration\nWhere Id = {{Workflow | Attribute:'Registration','RawValue'}}",
        "PersistedHtmlValue": "Select PersonAliasId\nFrom Registration\nWhere Id = {{Workflow | Attribute:&#39;Registration&#39;,&#39;RawValue&#39;}}",
        "PersistedCondensedTextValue": "Select PersonAliasId\nFrom Registration\nWhere Id = {{Workflow | Attribute:'Registration','RawValue'}}",
        "PersistedCondensedHtmlValue": "Select PersonAliasId\nFrom Registration\nWhere Id = {{Workflow | Attribute:&#39;Registration&#39;,&#39;RawValue&#39;}}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-03-01T13:05:20.283",
        "ModifiedDateTime": "2022-03-01T13:05:20.283"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f908ae44-fe12-4f10-8c97-09ab86997bf1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a18c3143-0586-4565-9f36-e603bc674b4e",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4842c97e-a8fc-4e6e-b241-cffce4c162a6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-03-01T13:05:20.283",
        "ModifiedDateTime": "2022-03-01T13:05:20.283"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18c3143-0586-4565-9f36-e603bc674b4e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f908ae44-fe12-4f10-8c97-09ab86997bf1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fa7c685d-8636-41ef-9998-90fff3998f76",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "45c97b53-b45e-44cd-8bd9-12db8302be38",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Parameters",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Parameters",
        "Name": "Parameters",
        "Description": "The parameters to supply to the SQL query. <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-11-11T21:07:23.383",
        "ModifiedDateTime": "2023-02-16T03:54:08.547"
      },
      "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": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ff1bb7a3-095b-48fe-959b-2af05581af08",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayvaluefirst",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "45c97b53-b45e-44cd-8bd9-12db8302be38"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "19482dff-8585-4e1e-9936-05557c6480bc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "keyprompt",
        "Value": "Parameter"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "45c97b53-b45e-44cd-8bd9-12db8302be38"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "56997192-2545-4ea1-b5b2-313b04588984",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Result Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ResultAttribute",
        "Name": "Result Attribute",
        "Description": "An optional attribute to set to the scaler result of SQL query.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "aa835f55-aec0-4ae9-bf2a-38e743b7c112",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "f8010a6f-dc43-46d2-9fee-5745294b3e3f",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-03-01T13:05:20.283",
        "ModifiedDateTime": "2022-03-01T13:05:20.283"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56997192-2545-4ea1-b5b2-313b04588984"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f908ae44-fe12-4f10-8c97-09ab86997bf1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d992db0a-b528-4833-adce-61c5bd9bd156",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Continue On Error",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ContinueOnError",
        "Name": "Continue On Error",
        "Description": "Should processing continue even if SQL Error occurs?",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-05-23T17:16:18.583",
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "45e96cc0-d3b0-423f-93da-a01f71229757",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-03-01T13:05:20.283",
        "ModifiedDateTime": "2022-03-01T13:05:20.283"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d992db0a-b528-4833-adce-61c5bd9bd156"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f908ae44-fe12-4f10-8c97-09ab86997bf1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "c2757c76-e05f-4e7e-8bad-bbf849260402",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Create Registration",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-03-01T13:05:20.237",
        "ModifiedDateTime": "2022-03-01T13:12:36.25"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "058bab37-5732-4a60-89a8-3a09d1b6d99a"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "com.blueboxmoon.WorkflowStimPack.Actions.SetEntityProperties"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d54c1971-de9b-492f-8d48-870f5dabfad4",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Entity Type",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EntityType",
        "Name": "Entity Type",
        "Description": "The type of entity that is going to be created or updated.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-16T16:21:49.337",
        "ModifiedDateTime": "2023-02-16T03:54:08.563"
      },
      "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.SetEntityProperties"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "087c338d-10f7-46fc-bd1c-921d083ebe01",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "includeglobal",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d54c1971-de9b-492f-8d48-870f5dabfad4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a75b0a8d-3cf2-4621-8227-54a8836eb610",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "d2f294c6-e161-4a56-85c7-cd74d535f61a",
        "PersistedTextValue": "Registration",
        "PersistedHtmlValue": "Registration",
        "PersistedCondensedTextValue": "Registration",
        "PersistedCondensedHtmlValue": "Registration",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-03-01T13:05:20.333",
        "ModifiedDateTime": "2022-03-01T13:05:20.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d54c1971-de9b-492f-8d48-870f5dabfad4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "c2757c76-e05f-4e7e-8bad-bbf849260402"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "da4b7ec5-be2d-4eeb-bdd4-c9abb5d3620c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-16T16:21:50.07",
        "ModifiedDateTime": "2023-02-16T03:54:08.563"
      },
      "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.SetEntityProperties"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "be763d5c-8d54-41e1-ae53-62abbede95e7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-16T16:21:50.087",
        "ModifiedDateTime": "2023-02-16T03:54:08.563"
      },
      "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.SetEntityProperties"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "97a0b914-76c5-4b2d-b309-925606b60b4c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-03-01T13:05:20.333",
        "ModifiedDateTime": "2022-03-01T13:05:20.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "be763d5c-8d54-41e1-ae53-62abbede95e7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "c2757c76-e05f-4e7e-8bad-bbf849260402"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f6fe77de-a46d-44dc-9acb-f2abdb614513",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Existing Entity|Or Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ExistingEntity",
        "Name": "Existing Entity|Or Attribute",
        "Description": "The Guid or Id of an existing entity to update. Leave blank to create a new entity.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-16T16:21:49.35",
        "ModifiedDateTime": "2023-02-16T03:54:08.563"
      },
      "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.SetEntityProperties"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "cba8edab-6918-4be0-8e6c-97e963b01e87",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Properties",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Properties",
        "Name": "Properties",
        "Description": "The properties to set before saving. Values can use <span class='tip tip-lava'></span>.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-16T16:21:49.367",
        "ModifiedDateTime": "2023-02-16T03:54:08.563"
      },
      "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.SetEntityProperties"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8e611df0-fef8-447f-b876-75364963d7e6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RegistrationInstanceId^{{Workflow %7C Attribute:'regid'}}|PersonAliasId^{{Workflow %7C Attribute:'RegistrarID'}}",
        "PersistedTextValue": "RegistrationInstanceId: {{Workflow | Attribute:'regid'}}, PersonAliasId: {{Workflow | Attribute:'RegistrarID'}}",
        "PersistedHtmlValue": "RegistrationInstanceId: {{Workflow | Attribute:'regid'}}, PersonAliasId: {{Workflow | Attribute:'RegistrarID'}}",
        "PersistedCondensedTextValue": "RegistrationInstanceId: {{Workflow | Attribute:'regid'}}, PersonAliasId: {{Workflow |...",
        "PersistedCondensedHtmlValue": "RegistrationInstanceId: {{Workflow | Attribute:'regid'}}, PersonAliasId: {{Workflow |...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-03-01T13:05:20.333",
        "ModifiedDateTime": "2022-03-01T13:16:09.357"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cba8edab-6918-4be0-8e6c-97e963b01e87"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "c2757c76-e05f-4e7e-8bad-bbf849260402"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "bfa8b4a7-8f1d-4ca4-95e8-1a84bef183f6",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Store As Id",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "StoreAsId",
        "Name": "Store As Id",
        "Description": "Store the entity attribute as Id instead of Guid.",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-16T16:21:49.383",
        "ModifiedDateTime": "2023-02-16T03:54:08.563"
      },
      "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.SetEntityProperties"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "591b22be-b9ee-4445-867e-76d5c426772b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-03-01T13:05:20.333",
        "ModifiedDateTime": "2022-03-01T13:05:20.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bfa8b4a7-8f1d-4ca4-95e8-1a84bef183f6"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "c2757c76-e05f-4e7e-8bad-bbf849260402"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "bdfc14ea-7685-4707-9ef7-79ab098f7f45",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Entity Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EntityAttribute",
        "Name": "Entity Attribute",
        "Description": "The attribute to store the entity identifier into after it has been updated or created.",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-16T16:21:49.397",
        "ModifiedDateTime": "2023-02-16T03:54:08.563"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "com.blueboxmoon.WorkflowStimPack.Actions.SetEntityProperties"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a3fc61e7-973d-4aad-99df-aa11283dc985",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "95a0f7c5-ad47-4368-b7e9-47c33688a5c8",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-03-01T13:05:20.333",
        "ModifiedDateTime": "2022-03-01T13:05:20.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bdfc14ea-7685-4707-9ef7-79ab098f7f45"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "c2757c76-e05f-4e7e-8bad-bbf849260402"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "b5b8c1bb-c8a7-45ae-aa62-38cfb18a3644",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Reg Instance Id",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-03-01T13:12:36.25",
        "ModifiedDateTime": "2022-03-01T13:12:36.25"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "058bab37-5732-4a60-89a8-3a09d1b6d99a"
        },
        {
          "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": {
        "AbbreviatedName": "Lava",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Lava",
        "Description": "The <span class='tip tip-lava'></span> to run.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-05-23T17:16:18.393",
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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": "9ef70da8-9e39-4c50-9f55-7745194173d6",
      "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": "51e14162-e4af-4a04-baca-eced4e581323",
      "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": "d0978373-8b8f-4290-8d23-00ca41b3d3dc",
      "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": "924d943d-20c1-4dbe-9cb2-0e525eba6507",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%assign regguid = Workflow | Attribute:'RegistrationInstance','RawValue'%}\n\n{%registrationinstance where:'Guid ==\"{{regguid}}\"' securityenabled:'false' %}\n{%for registrationinstance in registrationinstanceItems%}\n{{registrationinstance.Id}}\n{% endfor %}\n\n{%endregistrationinstance%}",
        "PersistedTextValue": "{%assign regguid = Workflow | Attribute:'RegistrationInstance','RawValue'%}\n\n{%registrationinstance where:'Guid ==\"{{regguid}}\"' securityenabled:'false' %}\n{%for registrationinstance in registrationinstanceItems%}\n{{registrationinstance.Id}}\n{% endfor %}\n\n{%endregistrationinstance%}",
        "PersistedHtmlValue": "{%assign regguid = Workflow | Attribute:&#39;RegistrationInstance&#39;,&#39;RawValue&#39;%}\n\n{%registrationinstance where:&#39;Guid ==&quot;{{regguid}}&quot;&#39; securityenabled:&#39;false&#39; %}\n{%for registrationinstance in registrationinstanceItems%}\n{{registrationinstance.Id}}\n{% endfor %}\n\n{%endregistrationinstance%}",
        "PersistedCondensedTextValue": "{%assign regguid = Workflow |...",
        "PersistedCondensedHtmlValue": "{%assign regguid = Workflow |...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-03-01T13:12:36.327",
        "ModifiedDateTime": "2022-03-01T13:15:00.467"
      },
      "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": "b5b8c1bb-c8a7-45ae-aa62-38cfb18a3644"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b833f48-efc2-4537-b1e3-7793f6863eaa",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-05-23T17:16:18.457",
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1924bdc-9b79-4018-9d4a-c3516c87a514",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-05-23T17:16:18.473",
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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": "7acfd6ba-2bb7-4a47-8073-369ab9e1dfce",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-03-01T13:12:36.327",
        "ModifiedDateTime": "2022-03-01T13:12:36.327"
      },
      "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": "b5b8c1bb-c8a7-45ae-aa62-38cfb18a3644"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "431273c6-342d-4030-adc7-7cdedc7f8b27",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to store the result in.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-05-23T17:16:18.44",
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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": "90131cd3-b16c-4005-a331-ef5888016115",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "8f8ab1d7-43b8-4b68-afa3-ad51ca83fc9f",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-03-01T13:12:36.327",
        "ModifiedDateTime": "2022-03-01T13:12:36.327"
      },
      "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": "b5b8c1bb-c8a7-45ae-aa62-38cfb18a3644"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f3e380bf-aac8-4015-9adc-0df56b5462f5",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Enabled Lava Commands",
        "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": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.547"
      },
      "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": "4d973ffd-7f77-40e2-a17c-dc0e97273aee",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-03-01T13:12:36.327",
        "ModifiedDateTime": "2022-03-01T13:14:09.41"
      },
      "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": "b5b8c1bb-c8a7-45ae-aa62-38cfb18a3644"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "694e0b9d-897e-4020-8a48-35092b4890f2",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get new reg id",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-03-01T13:17:28.653",
        "ModifiedDateTime": "2022-03-01T13:21:53.713"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "058bab37-5732-4a60-89a8-3a09d1b6d99a"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1b76f690-380c-4841-97d2-2ce76c0af6c1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Select Id\nfrom Registration\nWhere Guid= '{{Workflow | Attribute:'NewReg'}}'",
        "PersistedTextValue": "Select Id\nfrom Registration\nWhere Guid= '{{Workflow | Attribute:'NewReg'}}'",
        "PersistedHtmlValue": "Select Id\nfrom Registration\nWhere Guid= &#39;{{Workflow | Attribute:&#39;NewReg&#39;}}&#39;",
        "PersistedCondensedTextValue": "Select Id\nfrom Registration\nWhere Guid= '{{Workflow | Attribute:'NewReg'}}'",
        "PersistedCondensedHtmlValue": "Select Id\nfrom Registration\nWhere Guid= &#39;{{Workflow | Attribute:&#39;NewReg&#39;}}&#39;",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-03-01T13:21:53.79",
        "ModifiedDateTime": "2022-03-01T13:21:53.79"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "694e0b9d-897e-4020-8a48-35092b4890f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "112d7d44-789d-43ab-bf1b-69c7a51c5a62",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-03-01T13:21:53.79",
        "ModifiedDateTime": "2022-03-01T13:21:53.79"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18c3143-0586-4565-9f36-e603bc674b4e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "694e0b9d-897e-4020-8a48-35092b4890f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b3d8d082-05b4-4434-a152-727915a61f33",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "9506ed30-25d5-4102-93e8-e203a614f43d",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-03-01T13:21:53.79",
        "ModifiedDateTime": "2022-03-01T13:21:53.79"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56997192-2545-4ea1-b5b2-313b04588984"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "694e0b9d-897e-4020-8a48-35092b4890f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8499bcde-2335-4cc5-ab98-16780a262124",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-03-01T13:21:53.79",
        "ModifiedDateTime": "2022-03-01T13:21:53.79"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d992db0a-b528-4833-adce-61c5bd9bd156"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "694e0b9d-897e-4020-8a48-35092b4890f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "ede5cebc-f5d6-4c15-8de7-c6093c8bef1c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Sql Move",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-03-01T13:21:53.713",
        "ModifiedDateTime": "2022-03-01T13:21:53.713"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "058bab37-5732-4a60-89a8-3a09d1b6d99a"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2a3e5637-80ec-4c42-b766-02c22939c0dc",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Update \nRegistrationRegistrant\nSet RegistrationId='{{Workflow | Attribute:'NewRegid'}}'\nWhere Id='{{Workflow | Attribute:'StudentID'}}'",
        "PersistedTextValue": "Update \nRegistrationRegistrant\nSet RegistrationId='{{Workflow | Attribute:'NewRegid'}}'\nWhere Id='{{Workflow | Attribute:'StudentID'}}'",
        "PersistedHtmlValue": "Update \nRegistrationRegistrant\nSet RegistrationId=&#39;{{Workflow | Attribute:&#39;NewRegid&#39;}}&#39;\nWhere Id=&#39;{{Workflow | Attribute:&#39;StudentID&#39;}}&#39;",
        "PersistedCondensedTextValue": "Update \nRegistrationRegistrant\nSet RegistrationId='{{Workflow | Attribute:'NewRegid'}}'\nWhere...",
        "PersistedCondensedHtmlValue": "Update \nRegistrationRegistrant\nSet RegistrationId=&#39;{{Workflow | Attribute:&#39;NewRegid&#39;}}&#39;\nWhere...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-03-01T13:21:53.82",
        "ModifiedDateTime": "2022-03-01T13:24:00.397"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ede5cebc-f5d6-4c15-8de7-c6093c8bef1c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d25c3336-e7f6-40b5-aacc-8081fb98836d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-03-01T13:21:53.82",
        "ModifiedDateTime": "2022-03-01T13:21:53.82"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18c3143-0586-4565-9f36-e603bc674b4e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ede5cebc-f5d6-4c15-8de7-c6093c8bef1c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "baf615cd-a6eb-49b6-943c-50033ec4b800",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-03-01T13:21:53.82",
        "ModifiedDateTime": "2022-03-01T13:21:53.82"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d992db0a-b528-4833-adce-61c5bd9bd156"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ede5cebc-f5d6-4c15-8de7-c6093c8bef1c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "d7bc380c-66b4-4611-818c-db923fd0a148",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Wait and Delete",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 2,
        "CreatedDateTime": "2022-06-19T10:22:37.24",
        "ModifiedDateTime": "2022-06-19T10:22:37.24"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "0507d85d-ed5a-43d5-8b0a-6ec8bf5cc4f2",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Pause",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-06-19T10:22:37.303",
        "ModifiedDateTime": "2022-06-19T10:22:37.303"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d7bc380c-66b4-4611-818c-db923fd0a148"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Delay"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3c501be2-fe9e-479d-bc59-8f3b72ff6e4a",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Minutes To Delay",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "MinutesToDelay",
        "Name": "Minutes To Delay",
        "Description": "The number of minutes to delay successful execution of action",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-05-23T17:16:19.987",
        "ModifiedDateTime": "2023-02-16T03:54:08.547"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Delay"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "25c35db9-1bf3-4c37-8afc-5e5a99d0b396",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "60",
        "PersistedTextValue": "60",
        "PersistedHtmlValue": "60",
        "PersistedCondensedTextValue": "60",
        "PersistedCondensedHtmlValue": "60",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 60.00,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-06-19T10:22:37.443",
        "ModifiedDateTime": "2022-06-19T10:22:37.443"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3c501be2-fe9e-479d-bc59-8f3b72ff6e4a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0507d85d-ed5a-43d5-8b0a-6ec8bf5cc4f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "77aa4791-ad54-4944-9827-2997ba3b1ed9",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-05-23T17:16:20.037",
        "ModifiedDateTime": "2023-02-16T03:54:08.547"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Delay"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d916cb65-9413-479f-8f5e-6e599ce48025",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-05-23T17:16:20.067",
        "ModifiedDateTime": "2023-02-16T03:54:08.547"
      },
      "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.Delay"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a8fb423f-262f-4a63-8589-5e2d4d01f350",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-06-19T10:22:37.443",
        "ModifiedDateTime": "2022-06-19T10:22:37.443"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d916cb65-9413-479f-8f5e-6e599ce48025"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0507d85d-ed5a-43d5-8b0a-6ec8bf5cc4f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "55f1dd31-6f42-464f-a9a1-2b9484c07ab4",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Date In Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "DateInAttribute",
        "Name": "Date In Attribute",
        "Description": "The date or date/time attribute value to use for the delay.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-05-23T17:16:20.003",
        "ModifiedDateTime": "2023-02-16T03:54:08.547"
      },
      "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.Delay"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f47c7456-38c1-4b94-86a8-3f660474ad7f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.DateFieldType|Rock.Field.Types.DateTimeFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "55f1dd31-6f42-464f-a9a1-2b9484c07ab4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8ae43cb6-2df9-4de0-856a-98f846357274",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Next Weekday",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "NextWeekday",
        "Name": "Next Weekday",
        "Description": "The next day of the week to wait till.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-05-23T17:16:20.02",
        "ModifiedDateTime": "2023-02-16T03:54:08.547"
      },
      "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.Delay"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "92a51d53-04df-4b9b-ac1d-a66aca1000bb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8ae43cb6-2df9-4de0-856a-98f846357274"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "49ebc2c5-8c51-4c91-aaab-867b309b87ba",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "0^Sunday,1^Monday,2^Tuesday,3^Wednesday,4^Thursday,5^Friday,6^Saturday,7^Sunday"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8ae43cb6-2df9-4de0-856a-98f846357274"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "5a8d65fa-195f-4837-a34f-ff3ea08033b7",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Complete",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "4058716c-153b-46e1-a705-9ba7d8028eed",
        "CriteriaComparisonType": 32,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-06-19T10:22:37.303",
        "ModifiedDateTime": "2022-06-19T10:22:37.303"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d7bc380c-66b4-4611-818c-db923fd0a148"
        },
        {
          "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": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "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": "69e1abfd-26c1-4701-a21d-b1a37f2318b3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-06-19T10:22:37.49",
        "ModifiedDateTime": "2022-06-19T10:22:37.49"
      },
      "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": "5a8d65fa-195f-4837-a34f-ff3ea08033b7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "25cad4be-5a00-409d-9bab-e32518d89956",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-16T03:54:08.533"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "385a255b-9f48-4625-862b-26231dbac53a",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Status|Status Attribute",
        "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",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-02-04T14:49:33.923",
        "ModifiedDateTime": "2023-02-16T03:54:08.547"
      },
      "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": "9383b9e6-4b96-4265-bb0c-6238d98b8289",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Completed",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-06-19T10:22:37.49",
        "ModifiedDateTime": "2022-06-19T10:22:37.49"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "385a255b-9f48-4625-862b-26231dbac53a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "5a8d65fa-195f-4837-a34f-ff3ea08033b7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "54f1e7e4-98ab-4af4-927f-85f24dfae21b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Act Complete",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "4058716c-153b-46e1-a705-9ba7d8028eed",
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-06-19T10:22:37.303",
        "ModifiedDateTime": "2022-06-19T10:22:37.303"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d7bc380c-66b4-4611-818c-db923fd0a148"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f0419b7c-0615-438f-9cc9-6f91f17c4618",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-05-23T17:16:19.91",
        "ModifiedDateTime": "2023-02-16T03:54:08.547"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "17ef3ce0-fc09-4e74-b126-2d1f19824a14",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-05-23T17:16:19.927",
        "ModifiedDateTime": "2023-02-16T03:54:08.547"
      },
      "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.CompleteActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c386a729-f268-4933-a5e9-58ff333e411c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-06-19T10:22:37.52",
        "ModifiedDateTime": "2022-06-19T10:22:37.52"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "17ef3ce0-fc09-4e74-b126-2d1f19824a14"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "54f1e7e4-98ab-4af4-927f-85f24dfae21b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fe9755d2-2f2d-4053-9b65-b740528388a7",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Delay Activated",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "0507d85d-ed5a-43d5-8b0a-6ec8bf5cc4f2",
        "Name": "Delay Activated",
        "Description": null,
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": null,
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-04-11T10:46:16.91"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d7bc380c-66b4-4611-818c-db923fd0a148"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b7807ea-24b0-4b73-ac78-5269238281c7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Last Round Robin Person (Select Person)",
        "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,
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-08-04T11:18:41.303",
        "ModifiedDateTime": "2023-02-16T03:54:08.563"
      },
      "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": {
        "AbbreviatedName": "Last Round Robin Person (Assign Pastor)",
        "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,
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": 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,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-09-25T14:47:30.373",
        "ModifiedDateTime": "2023-02-16T03:54:08.563"
      },
      "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": {
        "AbbreviatedName": "Custom Code Items",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "CustomCodeItems",
        "Name": "Custom Code Items",
        "Description": "",
        "Order": 1157,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-02-27T15:30:38.063",
        "ModifiedDateTime": "2023-02-16T03:54:08.563"
      },
      "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": {
        "AbbreviatedName": "BEMA Upgrade Additional Flags",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BEMAUpgradeAdditionalFlags",
        "Name": "BEMA Upgrade Additional Flags",
        "Description": "",
        "Order": 1158,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-02-27T15:31:32.78",
        "ModifiedDateTime": "2023-02-16T03:54:08.563"
      },
      "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": [
    "9d6e4e52-216f-4967-8e6a-bfef6e26430d"
  ]
}