{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "VCI Change",
        "Description": "",
        "Order": 0,
        "WorkTerm": "Work",
        "ProcessingIntervalSeconds": 600,
        "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": 7,
        "CompletedWorkflowRetentionPeriod": 30,
        "LoggingLevel": 3,
        "IconCssClass": "fa fa-list-ol",
        "MaxWorkflowAgeDays": 30,
        "IsFormBuilder": false,
        "FormBuilderSettingsJson": null,
        "FormStartDateTime": null,
        "FormEndDateTime": null,
        "WorkflowExpireDateTime": null,
        "IsLoginRequired": false,
        "CreatedDateTime": "2023-11-13T07:16:00.763",
        "ModifiedDateTime": "2024-05-29T15:18:11.97"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "5889e69c-471b-4f90-8c4e-6762ded98058",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Start",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2023-11-13T07:16:00.903",
        "ModifiedDateTime": "2023-11-13T07:16:00.903"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "4f2d734c-ba4d-4314-847a-e3369c320b3d",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Entity Id",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 32,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-11-13T07:16:00.95",
        "ModifiedDateTime": "2023-11-27T13:15:24.157"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5889e69c-471b-4f90-8c4e-6762ded98058"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9392e3d7-a28b-4cd8-8b03-5e147b102ef1",
      "GenerateNewGuid": false,
      "Properties": {
        "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-04-15T04:16:16.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6132aefe-f99d-4d8f-a462-643856b46668",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-13T07:33:43.133",
        "ModifiedDateTime": "2023-11-13T07:33:43.133"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9392e3d7-a28b-4cd8-8b03-5e147b102ef1"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4f2d734c-ba4d-4314-847a-e3369c320b3d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ad4efac4-e687-43df-832f-0dc3856ababb",
      "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-04-15T04:16:16.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "61e6e1bc-e657-4f00-b2e9-769aaa25b9f7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to set the value of.",
        "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": 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-15T04:16:16.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5dc698ac-a865-48a6-bf33-6baa34df9c55",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "35ac1f44-9541-46d6-a0b1-a33414760fe2",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-13T07:33:43.133",
        "ModifiedDateTime": "2023-11-16T09:25:45.05"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "61e6e1bc-e657-4f00-b2e9-769aaa25b9f7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4f2d734c-ba4d-4314-847a-e3369c320b3d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b524b00c-29cb-49e9-9896-8bb60f209783",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Entity Is Required",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EntityIsRequired",
        "Name": "Entity Is Required",
        "Description": "Should an error be returned if the entity is missing or not a valid entity type?",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "DefaultPersistedTextValue": "Yes",
        "DefaultPersistedHtmlValue": "Yes",
        "DefaultPersistedCondensedTextValue": "Y",
        "DefaultPersistedCondensedHtmlValue": "Y",
        "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": "2020-11-20T16:57:51.853",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ef26b7fd-b996-4d29-99c2-4523e394ba78",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "PersistedTextValue": "Yes",
        "PersistedHtmlValue": "Yes",
        "PersistedCondensedTextValue": "Y",
        "PersistedCondensedHtmlValue": "Y",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": true,
        "CreatedDateTime": "2023-11-13T07:33:43.133",
        "ModifiedDateTime": "2023-11-13T07:33:43.133"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b524b00c-29cb-49e9-9896-8bb60f209783"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4f2d734c-ba4d-4314-847a-e3369c320b3d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1246c53a-fd92-4e08-abde-9a6c37e70c7b",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Use Id instead of Guid",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "UseId",
        "Name": "Use Id instead of Guid",
        "Description": "Most entity attribute field types expect the Guid of the entity (which is used by default). Select this option if the entity's Id should be used instead (should be rare).",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "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-04-15T04:16:16.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b34f4664-958b-43b8-b0e6-cacc840e11f8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "PersistedTextValue": "Yes",
        "PersistedHtmlValue": "Yes",
        "PersistedCondensedTextValue": "Y",
        "PersistedCondensedHtmlValue": "Y",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": true,
        "CreatedDateTime": "2023-11-13T07:33:43.133",
        "ModifiedDateTime": "2023-11-16T09:25:45.05"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1246c53a-fd92-4e08-abde-9a6c37e70c7b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4f2d734c-ba4d-4314-847a-e3369c320b3d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Lava Template",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "LavaTemplate",
        "Name": "Lava Template",
        "Description": "By default this action will set the attribute value equal to the guid (or id) of the entity that was passed in for processing. If you include a lava template here, the action will instead set the attribute value to the output of this template. The mergefield to use for the entity is 'Entity.' For example, use {{ Entity.Name }} if the entity has a Name property. <span class='tip tip-lava'></span>",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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": "2020-11-20T16:57:51.9",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e21bf697-c39a-485b-84be-4fccdc54c10b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ac7cef99-6f28-4f2b-97b5-728340247d7b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Lava"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "24aa71b0-8519-4a7f-a6bd-8d1045dcd473",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cdccf979-fc9c-40e3-a751-0ea9777048d9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-13T07:33:43.133",
        "ModifiedDateTime": "2023-11-16T09:25:45.05"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4f2d734c-ba4d-4314-847a-e3369c320b3d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "0acec2da-b848-4c10-a045-51eb7f5e9633",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Person",
        "Order": 6,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "a8dd738c-3d29-4658-9825-e5a61c11ee29",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "0",
        "CreatedDateTime": "2023-11-16T09:25:44.91",
        "ModifiedDateTime": "2023-12-13T15:12:30.43"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5889e69c-471b-4f90-8c4e-6762ded98058"
        },
        {
          "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": true,
        "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": 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-15T04:16:16.343"
      },
      "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": "c2f1f8da-7e73-492f-b26f-0970ace1d741",
      "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": "ee243946-baa9-4df0-b392-bb2c52e757d0",
      "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": "9ae2e9b9-2e22-4b71-87e8-d202558087a2",
      "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": "2fee3b42-ac8d-4591-9472-2d3935350fab",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign CurrentPerson = Workflow | Attribute:'Admin','Object' -%}\n{% assign ami = Workflow | Attribute:'VCIItemId' -%}\n{% attributematrixitem id:'{{ ami }}' -%}\n{% assign amiguid =  attributematrixitem.AttributeMatrix.Guid -%}\n{% endattributematrixitem -%}\n{% attributevalue where:'AttributeId == 15892 && Value == \"{{ amiguid }}\"' iterator:'items' -%}\n{% for item in items -%}\n    {% assign person = item.EntityId | PersonById -%}\n{{ person.PrimaryAlias.Guid }}\n{%- endfor -%}\n{% endattributevalue -%}",
        "PersistedTextValue": "{% assign CurrentPerson = Workflow | Attribute:'Admin','Object' -%}\n{% assign ami = Workflow | Attribute:'VCIItemId' -%}\n{% attributematrixitem id:'{{ ami }}' -%}\n{% assign amiguid =  attributematrixitem.AttributeMatrix.Guid -%}\n{% endattributematrixitem -%}\n{% attributevalue where:'AttributeId == 15892 && Value == \"{{ amiguid }}\"' iterator:'items' -%}\n{% for item in items -%}\n    {% assign person = item.EntityId | PersonById -%}\n{{ person.PrimaryAlias.Guid }}\n{%- endfor -%}\n{% endattributevalue -%}",
        "PersistedHtmlValue": "{% assign CurrentPerson = Workflow | Attribute:&#39;Admin&#39;,&#39;Object&#39; -%}\n{% assign ami = Workflow | Attribute:&#39;VCIItemId&#39; -%}\n{% attributematrixitem id:&#39;{{ ami }}&#39; -%}\n{% assign amiguid =  attributematrixitem.AttributeMatrix.Guid -%}\n{% endattributematrixitem -%}\n{% attributevalue where:&#39;AttributeId == 15892 &amp;&amp; Value == &quot;{{ amiguid }}&quot;&#39; iterator:&#39;items&#39; -%}\n{% for item in items -%}\n    {% assign person = item.EntityId | PersonById -%}\n{{ person.PrimaryAlias.Guid }}\n{%- endfor -%}\n{% endattributevalue -%}",
        "PersistedCondensedTextValue": "{% assign CurrentPerson = Workflow | Attribute:'Admin','Object' -%}\n{% assign ami = Workflow |...",
        "PersistedCondensedHtmlValue": "{% assign CurrentPerson = Workflow | Attribute:&#39;Admin&#39;,&#39;Object&#39; -%}\n{% assign ami = Workflow |...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-16T09:25:45.143",
        "ModifiedDateTime": "2023-11-20T12:59:28.583"
      },
      "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": "0acec2da-b848-4c10-a045-51eb7f5e9633"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1924bdc-9b79-4018-9d4a-c3516c87a514",
      "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-04-15T04:16:16.343"
      },
      "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": "6d4b5499-b6c2-47a0-9d8f-0daf9cdf13dc",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-16T09:25:45.143",
        "ModifiedDateTime": "2023-11-16T09:25:45.143"
      },
      "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": "0acec2da-b848-4c10-a045-51eb7f5e9633"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b833f48-efc2-4537-b1e3-7793f6863eaa",
      "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-04-15T04:16:16.343"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "431273c6-342d-4030-adc7-7cdedc7f8b27",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attribute",
        "IsSystem": true,
        "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": 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-15T04:16:16.343"
      },
      "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": "e475a960-49ce-4d7f-909d-8ecc5e45b934",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "4659ba45-2bf1-4655-a580-cb11c61210e0",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-16T09:25:45.143",
        "ModifiedDateTime": "2023-11-16T12:55:35.953"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "431273c6-342d-4030-adc7-7cdedc7f8b27"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0acec2da-b848-4c10-a045-51eb7f5e9633"
        }
      ]
    },
    {
      "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-04-15T04:16:16.343"
      },
      "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": "281e6bc0-342d-41ea-b3cb-2ce9f954f520",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-16T09:25:45.143",
        "ModifiedDateTime": "2023-11-16T09:25:45.143"
      },
      "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": "0acec2da-b848-4c10-a045-51eb7f5e9633"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "2e86b4e1-0a68-4066-973c-041709b6208c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Entity",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-11-16T12:53:52.943",
        "ModifiedDateTime": "2023-11-16T12:53:52.943"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5889e69c-471b-4f90-8c4e-6762ded98058"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a49ea710-602f-4023-a0fd-f4989a5b4658",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-16T12:53:53.083",
        "ModifiedDateTime": "2023-11-16T12:53:53.083"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9392e3d7-a28b-4cd8-8b03-5e147b102ef1"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2e86b4e1-0a68-4066-973c-041709b6208c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "eb0a0393-7d02-4d81-9f1b-ca0e54e8f171",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "f35397a5-d1d5-4d8f-bb84-1e6532dc99b1",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-16T12:53:53.083",
        "ModifiedDateTime": "2023-11-16T12:53:53.083"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "61e6e1bc-e657-4f00-b2e9-769aaa25b9f7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2e86b4e1-0a68-4066-973c-041709b6208c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1a019c85-aafe-455f-abc0-976b7451afae",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "PersistedTextValue": "Yes",
        "PersistedHtmlValue": "Yes",
        "PersistedCondensedTextValue": "Y",
        "PersistedCondensedHtmlValue": "Y",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": true,
        "CreatedDateTime": "2023-11-16T12:53:53.083",
        "ModifiedDateTime": "2023-11-16T12:53:53.083"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b524b00c-29cb-49e9-9896-8bb60f209783"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2e86b4e1-0a68-4066-973c-041709b6208c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8b861b6a-db87-434f-922e-fb9292e43ba3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-16T12:53:53.083",
        "ModifiedDateTime": "2023-11-16T12:53:53.083"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1246c53a-fd92-4e08-abde-9a6c37e70c7b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2e86b4e1-0a68-4066-973c-041709b6208c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "237dc537-2a61-4cfb-a5cf-26bee7f68143",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Entity.EntityId }}",
        "PersistedTextValue": "{{ Entity.EntityId }}",
        "PersistedHtmlValue": "{{ Entity.EntityId }}",
        "PersistedCondensedTextValue": "{{ Entity.EntityId }}",
        "PersistedCondensedHtmlValue": "{{ Entity.EntityId }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-16T12:53:53.083",
        "ModifiedDateTime": "2023-11-16T12:53:53.083"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2e86b4e1-0a68-4066-973c-041709b6208c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "5ec0f7e3-aeeb-49fe-9be7-1294b21f99c2",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Active Attribute",
        "Order": 9,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-11-20T12:59:28.55",
        "ModifiedDateTime": "2023-12-13T15:12:30.43"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5889e69c-471b-4f90-8c4e-6762ded98058"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6cd4d132-6fc2-4ce4-aaf7-599e709410e3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign vciid = Workflow | Attribute:'VCIItemId' %}\n{% attributematrixitem id:'{{ vciid }}' %}\n{{ attributematrixitem | Attribute:'Active','RawValue' }}\n{% endattributematrixitem %}",
        "PersistedTextValue": "{% assign vciid = Workflow | Attribute:'VCIItemId' %}\n{% attributematrixitem id:'{{ vciid }}' %}\n{{ attributematrixitem | Attribute:'Active','RawValue' }}\n{% endattributematrixitem %}",
        "PersistedHtmlValue": "{% assign vciid = Workflow | Attribute:&#39;VCIItemId&#39; %}\n{% attributematrixitem id:&#39;{{ vciid }}&#39; %}\n{{ attributematrixitem | Attribute:&#39;Active&#39;,&#39;RawValue&#39; }}\n{% endattributematrixitem %}",
        "PersistedCondensedTextValue": "{% assign vciid = Workflow | Attribute:'VCIItemId' %}\n{% attributematrixitem id:'{{ vciid }}'...",
        "PersistedCondensedHtmlValue": "{% assign vciid = Workflow | Attribute:&#39;VCIItemId&#39; %}\n{% attributematrixitem id:&#39;{{ vciid }}&#39;...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-20T12:59:28.77",
        "ModifiedDateTime": "2023-11-20T12:59:28.77"
      },
      "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": "5ec0f7e3-aeeb-49fe-9be7-1294b21f99c2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "50a3a8d4-6927-442a-b5fa-20d624af725d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-20T12:59:28.77",
        "ModifiedDateTime": "2023-11-20T12:59:28.77"
      },
      "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": "5ec0f7e3-aeeb-49fe-9be7-1294b21f99c2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f67f33ed-5ad3-488d-82a3-58767bf5f73e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "b60b5595-863e-4689-b48f-887f4fa58a62",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-20T12:59:28.77",
        "ModifiedDateTime": "2023-11-20T12:59:28.77"
      },
      "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": "5ec0f7e3-aeeb-49fe-9be7-1294b21f99c2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "70fc4ea6-fa45-46ae-bdd8-223d286bff1c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-20T12:59:28.77",
        "ModifiedDateTime": "2023-11-20T12:59:28.77"
      },
      "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": "5ec0f7e3-aeeb-49fe-9be7-1294b21f99c2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "997088f6-8160-471e-b258-3d00f4986ce5",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "If not Active, delete",
        "Order": 10,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "b60b5595-863e-4689-b48f-887f4fa58a62",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "No",
        "CreatedDateTime": "2023-11-29T17:09:41.73",
        "ModifiedDateTime": "2023-12-13T15:12:30.43"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5889e69c-471b-4f90-8c4e-6762ded98058"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e8abd802-372c-47be-82b1-96f50db5169e",
      "GenerateNewGuid": false,
      "Properties": {
        "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": 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-15T04:16:16.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d0fff2ab-9e89-4893-ac29-fe8218e85315",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-29T17:09:41.947",
        "ModifiedDateTime": "2023-11-29T17:09:41.947"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "997088f6-8160-471e-b258-3d00f4986ce5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3809a78c-b773-440c-8e3f-a8e81d0dae08",
      "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": 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-15T04:16:16.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "02d5a7a5-8781-46b4-b9fc-af816829d240",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Activity",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Activity",
        "Name": "Activity",
        "Description": "The activity type to activate",
        "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-04-15T04:16:16.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowActivityFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "dad663de-accd-48c2-bc39-75092f5f6e06",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "7AE39FC6-E922-42C4-A058-6395DF6BA122",
        "PersistedTextValue": "Delete Workflow",
        "PersistedHtmlValue": "Delete Workflow",
        "PersistedCondensedTextValue": "Delete Workflow",
        "PersistedCondensedHtmlValue": "Delete Workflow",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-29T17:09:41.947",
        "ModifiedDateTime": "2023-11-29T17:09:41.947"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "997088f6-8160-471e-b258-3d00f4986ce5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "eb12fbe4-bcf9-4f09-ad8f-51900162bcd7",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Process VCI Change",
        "Order": 11,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-11-29T17:09:41.73",
        "ModifiedDateTime": "2023-12-13T15:12:30.43"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5889e69c-471b-4f90-8c4e-6762ded98058"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a895223d-b33c-4a39-861c-da7a79af820c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-29T17:09:42.04",
        "ModifiedDateTime": "2023-11-29T17:09:42.04"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eb12fbe4-bcf9-4f09-ad8f-51900162bcd7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "524fe622-5508-45a4-b416-26ae0fcd1975",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "E04E78D2-9257-421A-A200-B708EA3AC480",
        "PersistedTextValue": "Process Changes",
        "PersistedHtmlValue": "Process Changes",
        "PersistedCondensedTextValue": "Process Changes",
        "PersistedCondensedHtmlValue": "Process Changes",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-29T17:09:42.04",
        "ModifiedDateTime": "2023-11-29T17:09:42.04"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eb12fbe4-bcf9-4f09-ad8f-51900162bcd7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "59e754b5-6ba4-4f9f-a04f-3dbcdc0ae42c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "New VCI",
        "Order": 8,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "a8dd738c-3d29-4658-9825-e5a61c11ee29",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "0",
        "CreatedDateTime": "2023-12-06T13:29:49.653",
        "ModifiedDateTime": "2023-12-13T15:12:30.43"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5889e69c-471b-4f90-8c4e-6762ded98058"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "904f0d23-d047-40b6-adb3-fd8d7b126e37",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-06T13:29:50.263",
        "ModifiedDateTime": "2023-12-06T13:29:50.263"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "59e754b5-6ba4-4f9f-a04f-3dbcdc0ae42c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "aa219fa8-a0da-45cd-9cf4-e95e2dafd2ed",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "7AE39FC6-E922-42C4-A058-6395DF6BA122",
        "PersistedTextValue": "Delete Workflow",
        "PersistedHtmlValue": "Delete Workflow",
        "PersistedCondensedTextValue": "Delete Workflow",
        "PersistedCondensedHtmlValue": "Delete Workflow",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-06T13:29:50.263",
        "ModifiedDateTime": "2023-12-06T13:29:50.263"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "59e754b5-6ba4-4f9f-a04f-3dbcdc0ae42c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "c58e6807-a201-4aff-b648-eaa4f14584ba",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Delay",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "a8dd738c-3d29-4658-9825-e5a61c11ee29",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "0",
        "CreatedDateTime": "2023-12-06T13:55:58.047",
        "ModifiedDateTime": "2023-12-13T15:12:30.43"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5889e69c-471b-4f90-8c4e-6762ded98058"
        },
        {
          "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": "2020-11-20T16:57:52.927",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "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": "c490c17b-3d78-4847-a597-c36a5ae84a66",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "1",
        "PersistedTextValue": "1",
        "PersistedHtmlValue": "1",
        "PersistedCondensedTextValue": "1",
        "PersistedCondensedHtmlValue": "1",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 1.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": true,
        "CreatedDateTime": "2023-12-06T13:55:58.657",
        "ModifiedDateTime": "2023-12-06T13:55:58.657"
      },
      "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": "c58e6807-a201-4aff-b648-eaa4f14584ba"
        }
      ]
    },
    {
      "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": "2020-11-20T16:57:52.973",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "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": "2020-11-20T16:57:52.99",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "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": "c1d25389-0fb6-4698-aa6a-d1b8112e921c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-06T13:55:58.657",
        "ModifiedDateTime": "2023-12-06T13:55:58.657"
      },
      "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": "c58e6807-a201-4aff-b648-eaa4f14584ba"
        }
      ]
    },
    {
      "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": "2020-11-20T16:57:52.94",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "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": "da06565c-e73e-42f7-953c-f345e84e39bd",
      "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": "2020-11-20T16:57:52.96",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "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": "b8326a2c-d394-4567-be1c-d81b2698bd7d",
      "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": "6c4163d1-b19d-4da9-b614-6aae214739d1",
      "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": "0d63129f-6986-4fde-b3c0-8e6533883a95",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Person",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-12T11:26:53.117",
        "ModifiedDateTime": "2023-12-13T15:12:30.43"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5889e69c-471b-4f90-8c4e-6762ded98058"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f82a82fc-c933-4a4d-81fb-4736c854dbbb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign CurrentPerson = Workflow | Attribute:'Admin','Object' -%}\n{% assign ami = Workflow | Attribute:'VCIItemId' -%}\n{% attributematrixitem id:'{{ ami }}' -%}\n{% assign amiguid =  attributematrixitem.AttributeMatrix.Guid -%}\n{% endattributematrixitem -%}\n{% attributevalue where:'AttributeId == 15892 && Value == \"{{ amiguid }}\"' iterator:'items' -%}\n{% for item in items -%}\n    {% assign person = item.EntityId | PersonById -%}\n{{ person.PrimaryAlias.Guid }}\n{%- endfor -%}\n{% endattributevalue -%}",
        "PersistedTextValue": "{% assign CurrentPerson = Workflow | Attribute:'Admin','Object' -%}\n{% assign ami = Workflow | Attribute:'VCIItemId' -%}\n{% attributematrixitem id:'{{ ami }}' -%}\n{% assign amiguid =  attributematrixitem.AttributeMatrix.Guid -%}\n{% endattributematrixitem -%}\n{% attributevalue where:'AttributeId == 15892 && Value == \"{{ amiguid }}\"' iterator:'items' -%}\n{% for item in items -%}\n    {% assign person = item.EntityId | PersonById -%}\n{{ person.PrimaryAlias.Guid }}\n{%- endfor -%}\n{% endattributevalue -%}",
        "PersistedHtmlValue": "{% assign CurrentPerson = Workflow | Attribute:&#39;Admin&#39;,&#39;Object&#39; -%}\n{% assign ami = Workflow | Attribute:&#39;VCIItemId&#39; -%}\n{% attributematrixitem id:&#39;{{ ami }}&#39; -%}\n{% assign amiguid =  attributematrixitem.AttributeMatrix.Guid -%}\n{% endattributematrixitem -%}\n{% attributevalue where:&#39;AttributeId == 15892 &amp;&amp; Value == &quot;{{ amiguid }}&quot;&#39; iterator:&#39;items&#39; -%}\n{% for item in items -%}\n    {% assign person = item.EntityId | PersonById -%}\n{{ person.PrimaryAlias.Guid }}\n{%- endfor -%}\n{% endattributevalue -%}",
        "PersistedCondensedTextValue": "{% assign CurrentPerson = Workflow | Attribute:'Admin','Object' -%}\n{% assign ami = Workflow |...",
        "PersistedCondensedHtmlValue": "{% assign CurrentPerson = Workflow | Attribute:&#39;Admin&#39;,&#39;Object&#39; -%}\n{% assign ami = Workflow |...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-12T11:26:53.71",
        "ModifiedDateTime": "2023-12-12T11:26:53.71"
      },
      "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": "0d63129f-6986-4fde-b3c0-8e6533883a95"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8ac970c2-592b-4479-92ad-f05c6e9f174b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-12T11:26:53.71",
        "ModifiedDateTime": "2023-12-12T11:26:53.71"
      },
      "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": "0d63129f-6986-4fde-b3c0-8e6533883a95"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8aefb370-23ca-4bf0-bb82-f5a708730aec",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "4659ba45-2bf1-4655-a580-cb11c61210e0",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-12T11:26:53.71",
        "ModifiedDateTime": "2023-12-12T11:26:53.71"
      },
      "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": "0d63129f-6986-4fde-b3c0-8e6533883a95"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "fec14c9c-fa21-425c-a04d-528874cae74b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Person Id",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-12T12:48:57.047",
        "ModifiedDateTime": "2023-12-13T15:12:30.43"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5889e69c-471b-4f90-8c4e-6762ded98058"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f9392f42-8fb1-44bd-8f79-31e0062f7655",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Workflow | Attribute:'Person','Id' | WithFallback:'','0' | AsInteger }}",
        "PersistedTextValue": "{{ Workflow | Attribute:'Person','Id' | WithFallback:'','0' | AsInteger }}",
        "PersistedHtmlValue": "{{ Workflow | Attribute:&#39;Person&#39;,&#39;Id&#39; | WithFallback:&#39;&#39;,&#39;0&#39; | AsInteger }}",
        "PersistedCondensedTextValue": "{{ Workflow | Attribute:'Person','Id' | WithFallback:'','0' | AsInteger }}",
        "PersistedCondensedHtmlValue": "{{ Workflow | Attribute:&#39;Person&#39;,&#39;Id&#39; | WithFallback:&#39;&#39;,&#39;0&#39; | AsInteger }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-12T12:48:57.847",
        "ModifiedDateTime": "2023-12-12T12:48:57.847"
      },
      "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": "fec14c9c-fa21-425c-a04d-528874cae74b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d8812341-22d1-4480-a0c3-611fe64a4b9d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-12T12:48:57.847",
        "ModifiedDateTime": "2023-12-12T12:48:57.847"
      },
      "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": "fec14c9c-fa21-425c-a04d-528874cae74b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2a915c2d-3480-4976-bad8-fe6e57328c5f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a8dd738c-3d29-4658-9825-e5a61c11ee29",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-12T12:48:57.847",
        "ModifiedDateTime": "2023-12-12T12:48:57.847"
      },
      "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": "fec14c9c-fa21-425c-a04d-528874cae74b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "de88a80a-a1b4-41a6-a8ab-0c15b18fd149",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get PersonId 2",
        "Order": 7,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "a8dd738c-3d29-4658-9825-e5a61c11ee29",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "0",
        "CreatedDateTime": "2023-12-12T13:46:20.903",
        "ModifiedDateTime": "2023-12-13T15:12:30.43"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5889e69c-471b-4f90-8c4e-6762ded98058"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f736c6dc-2cba-46a3-be90-f9ffa7933dc6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Workflow | Attribute:'Person','Id' | WithFallback:'','0' | AsInteger }}",
        "PersistedTextValue": "{{ Workflow | Attribute:'Person','Id' | WithFallback:'','0' | AsInteger }}",
        "PersistedHtmlValue": "{{ Workflow | Attribute:&#39;Person&#39;,&#39;Id&#39; | WithFallback:&#39;&#39;,&#39;0&#39; | AsInteger }}",
        "PersistedCondensedTextValue": "{{ Workflow | Attribute:'Person','Id' | WithFallback:'','0' | AsInteger }}",
        "PersistedCondensedHtmlValue": "{{ Workflow | Attribute:&#39;Person&#39;,&#39;Id&#39; | WithFallback:&#39;&#39;,&#39;0&#39; | AsInteger }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-12T13:46:21.593",
        "ModifiedDateTime": "2023-12-12T13:46:21.593"
      },
      "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": "de88a80a-a1b4-41a6-a8ab-0c15b18fd149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "24e6605e-8fb3-4a90-b041-aab943c2d771",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-12T13:46:21.593",
        "ModifiedDateTime": "2023-12-12T13:46:21.593"
      },
      "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": "de88a80a-a1b4-41a6-a8ab-0c15b18fd149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3b7445eb-9dcd-4abe-be40-56f146e11016",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a8dd738c-3d29-4658-9825-e5a61c11ee29",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-12T13:46:21.593",
        "ModifiedDateTime": "2023-12-12T13:46:21.593"
      },
      "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": "de88a80a-a1b4-41a6-a8ab-0c15b18fd149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "2cb7301d-09df-430a-8940-256a18092206",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Modified By",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-13T15:12:30.43",
        "ModifiedDateTime": "2023-12-13T15:12:30.43"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5889e69c-471b-4f90-8c4e-6762ded98058"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bb23b59c-ef79-4e30-9194-1c0fe71c16e2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-13T15:12:31.133",
        "ModifiedDateTime": "2023-12-13T15:12:31.133"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9392e3d7-a28b-4cd8-8b03-5e147b102ef1"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2cb7301d-09df-430a-8940-256a18092206"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cefabce2-6207-4216-8095-d4233731cece",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "b1f5cbf6-7886-4e70-8e08-b4ede0ae2b64",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-13T15:12:31.133",
        "ModifiedDateTime": "2023-12-13T15:12:31.133"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "61e6e1bc-e657-4f00-b2e9-769aaa25b9f7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2cb7301d-09df-430a-8940-256a18092206"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4b65eb01-3d35-441c-ab2d-65fff2632e21",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "PersistedTextValue": "Yes",
        "PersistedHtmlValue": "Yes",
        "PersistedCondensedTextValue": "Y",
        "PersistedCondensedHtmlValue": "Y",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": true,
        "CreatedDateTime": "2023-12-13T15:12:31.133",
        "ModifiedDateTime": "2023-12-13T15:12:31.133"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b524b00c-29cb-49e9-9896-8bb60f209783"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2cb7301d-09df-430a-8940-256a18092206"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5eebb400-b0a1-4d17-b183-1dd0b3576bea",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-13T15:12:31.133",
        "ModifiedDateTime": "2023-12-13T15:12:31.133"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1246c53a-fd92-4e08-abde-9a6c37e70c7b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2cb7301d-09df-430a-8940-256a18092206"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6e685a67-e054-4ff9-bd59-a5bb3cdeda8a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{%- assign person = Entity.ModifiedByPersonAliasId | PersonByAliasId -%}\n{%- if person == null or person == '' -%}\n{%- assign person = 377106 | PersonById -%}\n{%- endif -%}\n{{ person.PrimaryAlias.Guid }}\n",
        "PersistedTextValue": "{%- assign person = Entity.ModifiedByPersonAliasId | PersonByAliasId -%}\n{%- if person == null or person == '' -%}\n{%- assign person = 377106 | PersonById -%}\n{%- endif -%}\n{{ person.PrimaryAlias.Guid }}\n",
        "PersistedHtmlValue": "{%- assign person = Entity.ModifiedByPersonAliasId | PersonByAliasId -%}\n{%- if person == null or person == &#39;&#39; -%}\n{%- assign person = 377106 | PersonById -%}\n{%- endif -%}\n{{ person.PrimaryAlias.Guid }}\n",
        "PersistedCondensedTextValue": "{%- assign person = Entity.ModifiedByPersonAliasId | PersonByAliasId -%}\n{%- if person == null...",
        "PersistedCondensedHtmlValue": "{%- assign person = Entity.ModifiedByPersonAliasId | PersonByAliasId -%}\n{%- if person == null...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-13T15:12:31.133",
        "ModifiedDateTime": "2024-01-30T15:35:33.383"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2cb7301d-09df-430a-8940-256a18092206"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fa5c5c18-6225-46a7-8b39-2134abf4efc3",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Delay Activated",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "c58e6807-a201-4aff-b648-eaa4f14584ba",
        "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": "2024-05-29T15:18:14.46"
      },
      "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": "5889e69c-471b-4f90-8c4e-6762ded98058"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "e04e78d2-9257-421a-a200-b708ea3ac480",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Process Changes",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 1,
        "CreatedDateTime": "2023-11-29T17:09:41.73",
        "ModifiedDateTime": "2023-11-29T17:09:41.73"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "5a3f3382-11b0-4c3e-b946-6da147a302bc",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Level",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-11-29T17:09:41.837",
        "ModifiedDateTime": "2023-11-29T17:09:41.837"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "e04e78d2-9257-421a-a200-b708ea3ac480"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f2a81a47-f79d-41eb-8a82-a1acfadcfeea",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign vciid = Workflow | Attribute:'VCIItemId' %}\n{% attributematrixitem id:'{{ vciid }}' securityenabled:'false' %}\n{{ attributematrixitem | Attribute:'Level','RawValue' }}\n{% endattributematrixitem %}",
        "PersistedTextValue": "{% assign vciid = Workflow | Attribute:'VCIItemId' %}\n{% attributematrixitem id:'{{ vciid }}' securityenabled:'false' %}\n{{ attributematrixitem | Attribute:'Level','RawValue' }}\n{% endattributematrixitem %}",
        "PersistedHtmlValue": "{% assign vciid = Workflow | Attribute:&#39;VCIItemId&#39; %}\n{% attributematrixitem id:&#39;{{ vciid }}&#39; securityenabled:&#39;false&#39; %}\n{{ attributematrixitem | Attribute:&#39;Level&#39;,&#39;RawValue&#39; }}\n{% endattributematrixitem %}",
        "PersistedCondensedTextValue": "{% assign vciid = Workflow | Attribute:'VCIItemId' %}\n{% attributematrixitem id:'{{ vciid }}'...",
        "PersistedCondensedHtmlValue": "{% assign vciid = Workflow | Attribute:&#39;VCIItemId&#39; %}\n{% attributematrixitem id:&#39;{{ vciid }}&#39;...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-29T17:09:42.15",
        "ModifiedDateTime": "2023-12-05T08:11:43.277"
      },
      "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": "5a3f3382-11b0-4c3e-b946-6da147a302bc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6e08ee3e-7ba3-4d8d-9860-6acc7a535dcf",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-29T17:09:42.15",
        "ModifiedDateTime": "2023-11-29T17:09:42.15"
      },
      "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": "5a3f3382-11b0-4c3e-b946-6da147a302bc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f8a7216f-bb5a-4b28-84c2-081963743d7a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "7b522239-d504-4f32-932a-0a824ee1247f",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-29T17:09:42.15",
        "ModifiedDateTime": "2023-11-29T17:09:42.15"
      },
      "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": "5a3f3382-11b0-4c3e-b946-6da147a302bc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5e554a75-3027-4c1a-93ce-4ac8ec7149ff",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-05T08:11:43.277",
        "ModifiedDateTime": "2023-12-05T08:11:43.277"
      },
      "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": "5a3f3382-11b0-4c3e-b946-6da147a302bc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "47d77972-5257-44bd-922c-0d0da7d0dc34",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Responsible",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-11-29T17:09:41.837",
        "ModifiedDateTime": "2023-11-29T17:09:41.837"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "e04e78d2-9257-421a-a200-b708ea3ac480"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d28edbe8-4684-4efd-a4d2-865a6faeea20",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign vciid = Workflow | Attribute:'VCIItemId' %}\n{% attributematrixitem id:'{{ vciid }}' securityenabled:'false' %}\n{{ attributematrixitem | Attribute:'Responsible','RawValue' }}\n{% endattributematrixitem %}",
        "PersistedTextValue": "{% assign vciid = Workflow | Attribute:'VCIItemId' %}\n{% attributematrixitem id:'{{ vciid }}' securityenabled:'false' %}\n{{ attributematrixitem | Attribute:'Responsible','RawValue' }}\n{% endattributematrixitem %}",
        "PersistedHtmlValue": "{% assign vciid = Workflow | Attribute:&#39;VCIItemId&#39; %}\n{% attributematrixitem id:&#39;{{ vciid }}&#39; securityenabled:&#39;false&#39; %}\n{{ attributematrixitem | Attribute:&#39;Responsible&#39;,&#39;RawValue&#39; }}\n{% endattributematrixitem %}",
        "PersistedCondensedTextValue": "{% assign vciid = Workflow | Attribute:'VCIItemId' %}\n{% attributematrixitem id:'{{ vciid }}'...",
        "PersistedCondensedHtmlValue": "{% assign vciid = Workflow | Attribute:&#39;VCIItemId&#39; %}\n{% attributematrixitem id:&#39;{{ vciid }}&#39;...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-29T17:09:42.23",
        "ModifiedDateTime": "2023-12-05T08:11:43.417"
      },
      "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": "47d77972-5257-44bd-922c-0d0da7d0dc34"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5557f381-687a-484d-b179-13943104b7d7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-29T17:09:42.23",
        "ModifiedDateTime": "2023-11-29T17:09:42.23"
      },
      "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": "47d77972-5257-44bd-922c-0d0da7d0dc34"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b8c7fc5c-b02b-41ef-8cd8-ff2ecab21d8a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "8cee37c9-6c90-4716-a630-b2a56f67e252",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-29T17:09:42.23",
        "ModifiedDateTime": "2023-11-29T17:09:42.23"
      },
      "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": "47d77972-5257-44bd-922c-0d0da7d0dc34"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f4079bb2-5248-4fee-b2f8-3801d9688d4c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-05T08:11:43.417",
        "ModifiedDateTime": "2023-12-05T08:11:43.417"
      },
      "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": "47d77972-5257-44bd-922c-0d0da7d0dc34"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "30808fd7-8660-4585-9f0b-fb0615adec0a",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Connectors",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-11-29T17:09:41.837",
        "ModifiedDateTime": "2023-11-29T17:09:41.837"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "e04e78d2-9257-421a-a200-b708ea3ac480"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f6be28c2-bd80-4ee6-a642-ea6242c0cf24",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign Person = Workflow | Attribute:'Person','Object' %}\n{% sql %}\nSELECT concat(cpa.PersonId,'|', string_agg(cr.Id,';')) as PersonId\nfrom PersonAlias pa \ninner join connectionrequest cr \n    ON cr.PersonAliasId = pa.Id\ninner join PersonAlias cpa \n    ON cpa.Id = cr.ConnectorPersonAliasId\nwhere pa.PersonId = {{ Person.Id }} \n    and cr.ConnectionTypeId = 4 \n    and cr.ConnectionState in (0,2)\ngroup by cpa.PersonId{% endsql %}\n{{ results | Map:'PersonId' | Join:',' }}",
        "PersistedTextValue": "{% assign Person = Workflow | Attribute:'Person','Object' %}\n{% sql %}\nSELECT concat(cpa.PersonId,'|', string_agg(cr.Id,';')) as PersonId\nfrom PersonAlias pa \ninner join connectionrequest cr \n    ON cr.PersonAliasId = pa.Id\ninner join PersonAlias cpa \n    ON cpa.Id = cr.ConnectorPersonAliasId\nwhere pa.PersonId = {{ Person.Id }} \n    and cr.ConnectionTypeId = 4 \n    and cr.ConnectionState in (0,2)\ngroup by cpa.PersonId{% endsql %}\n{{ results | Map:'PersonId' | Join:',' }}",
        "PersistedHtmlValue": "{% assign Person = Workflow | Attribute:&#39;Person&#39;,&#39;Object&#39; %}\n{% sql %}\nSELECT concat(cpa.PersonId,&#39;|&#39;, string_agg(cr.Id,&#39;;&#39;)) as PersonId\nfrom PersonAlias pa \ninner join connectionrequest cr \n    ON cr.PersonAliasId = pa.Id\ninner join PersonAlias cpa \n    ON cpa.Id = cr.ConnectorPersonAliasId\nwhere pa.PersonId = {{ Person.Id }} \n    and cr.ConnectionTypeId = 4 \n    and cr.ConnectionState in (0,2)\ngroup by cpa.PersonId{% endsql %}\n{{ results | Map:&#39;PersonId&#39; | Join:&#39;,&#39; }}",
        "PersistedCondensedTextValue": "{% assign Person = Workflow | Attribute:'Person','Object' %}\n{% sql %}\nSELECT...",
        "PersistedCondensedHtmlValue": "{% assign Person = Workflow | Attribute:&#39;Person&#39;,&#39;Object&#39; %}\n{% sql %}\nSELECT...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-29T17:09:42.307",
        "ModifiedDateTime": "2024-01-02T07:15:11.517"
      },
      "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": "30808fd7-8660-4585-9f0b-fb0615adec0a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bba96266-f9bf-4451-8b8f-55ba3e8075f4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-29T17:09:42.307",
        "ModifiedDateTime": "2023-11-29T17:09:42.307"
      },
      "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": "30808fd7-8660-4585-9f0b-fb0615adec0a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "beb82641-9e6e-4892-ac5d-0520f63da9c4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "344b52b6-35ad-4bc3-9871-a46a80e993d8",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-29T17:09:42.307",
        "ModifiedDateTime": "2023-11-29T17:09:42.307"
      },
      "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": "30808fd7-8660-4585-9f0b-fb0615adec0a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "99ad7a6d-f99d-4b1c-b32c-af442f06b9dc",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Sql",
        "PersistedTextValue": "Sql",
        "PersistedHtmlValue": "Sql",
        "PersistedCondensedTextValue": "Sql",
        "PersistedCondensedHtmlValue": "Sql",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-29T17:09:42.307",
        "ModifiedDateTime": "2023-12-04T13:50:25.32"
      },
      "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": "30808fd7-8660-4585-9f0b-fb0615adec0a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "1e403d43-a8a2-42e6-b36e-e025c1ed96e7",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get All Star Group Leaders and Groups",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-11-29T17:09:41.837",
        "ModifiedDateTime": "2023-12-11T13:42:52.567"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "e04e78d2-9257-421a-a200-b708ea3ac480"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6fce3226-e2e3-4006-8ee4-923075755ea5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% sql %}SELECT CONCAT (\n        lgm.PersonId\n        , '|'\n        , string_agg(g.Id, ';')\n        ) AS PersonId\nFROM GroupMember gm\nINNER JOIN [Group] g\n    ON g.Id = gm.GroupId\nINNER JOIN GroupMember lgm\n    ON lgm.GroupId = g.Id\nINNER JOIN GroupTypeRole gtr\n    ON lgm.GroupRoleId = gtr.Id\nWHERE g.GroupTypeId IN (112, 113)\n    AND gm.PersonId = {{ Workflow | Attribute:'Person','Id' }}\n    AND gm.GroupMemberStatus <> 0\n    AND gm.IsArchived <> 1\n    AND lgm.GroupMemberStatus <> 0\n    AND lgm.IsArchived <> 1\n    AND gtr.Id IN (215, 219)\n    AND g.IsActive = 1\n    AND g.IsArchived <> 1\nGROUP BY lgm.PersonId{% endsql %}\n{{ results | Map:'PersonId' | Join:',' }}",
        "PersistedTextValue": "{% sql %}SELECT CONCAT (\n        lgm.PersonId\n        , '|'\n        , string_agg(g.Id, ';')\n        ) AS PersonId\nFROM GroupMember gm\nINNER JOIN [Group] g\n    ON g.Id = gm.GroupId\nINNER JOIN GroupMember lgm\n    ON lgm.GroupId = g.Id\nINNER JOIN GroupTypeRole gtr\n    ON lgm.GroupRoleId = gtr.Id\nWHERE g.GroupTypeId IN (112, 113)\n    AND gm.PersonId = {{ Workflow | Attribute:'Person','Id' }}\n    AND gm.GroupMemberStatus <> 0\n    AND gm.IsArchived <> 1\n    AND lgm.GroupMemberStatus <> 0\n    AND lgm.IsArchived <> 1\n    AND gtr.Id IN (215, 219)\n    AND g.IsActive = 1\n    AND g.IsArchived <> 1\nGROUP BY lgm.PersonId{% endsql %}\n{{ results | Map:'PersonId' | Join:',' }}",
        "PersistedHtmlValue": "{% sql %}SELECT CONCAT (\n        lgm.PersonId\n        , &#39;|&#39;\n        , string_agg(g.Id, &#39;;&#39;)\n        ) AS PersonId\nFROM GroupMember gm\nINNER JOIN [Group] g\n    ON g.Id = gm.GroupId\nINNER JOIN GroupMember lgm\n    ON lgm.GroupId = g.Id\nINNER JOIN GroupTypeRole gtr\n    ON lgm.GroupRoleId = gtr.Id\nWHERE g.GroupTypeId IN (112, 113)\n    AND gm.PersonId = {{ Workflow | Attribute:&#39;Person&#39;,&#39;Id&#39; }}\n    AND gm.GroupMemberStatus &lt;&gt; 0\n    AND gm.IsArchived &lt;&gt; 1\n    AND lgm.GroupMemberStatus &lt;&gt; 0\n    AND lgm.IsArchived &lt;&gt; 1\n    AND gtr.Id IN (215, 219)\n    AND g.IsActive = 1\n    AND g.IsArchived &lt;&gt; 1\nGROUP BY lgm.PersonId{% endsql %}\n{{ results | Map:&#39;PersonId&#39; | Join:&#39;,&#39; }}",
        "PersistedCondensedTextValue": "{% sql %}SELECT CONCAT (\n        lgm.PersonId\n        , '|'\n        , string_agg(g.Id, ';')\n    ...",
        "PersistedCondensedHtmlValue": "{% sql %}SELECT CONCAT (\n        lgm.PersonId\n        , &#39;|&#39;\n        , string_agg(g.Id, &#39;;&#39;)\n    ...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-29T17:09:42.4",
        "ModifiedDateTime": "2024-05-28T07:45:49.977"
      },
      "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": "1e403d43-a8a2-42e6-b36e-e025c1ed96e7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1391275a-7b6a-40f6-be84-74d6542ca2df",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-29T17:09:42.4",
        "ModifiedDateTime": "2023-11-29T17:09:42.4"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1924bdc-9b79-4018-9d4a-c3516c87a514"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "1e403d43-a8a2-42e6-b36e-e025c1ed96e7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c5be4d7d-210e-400c-9bac-1ffde3e85a1a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "adf07b69-9537-4db3-8794-5c7c484682b0",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-29T17:09:42.4",
        "ModifiedDateTime": "2023-11-29T17:09:42.4"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "431273c6-342d-4030-adc7-7cdedc7f8b27"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "1e403d43-a8a2-42e6-b36e-e025c1ed96e7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "fd28c685-cb40-4304-8b25-9098f5cfbc03",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Sql",
        "PersistedTextValue": "Sql",
        "PersistedHtmlValue": "Sql",
        "PersistedCondensedTextValue": "Sql",
        "PersistedCondensedHtmlValue": "Sql",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T16:52:26.257",
        "ModifiedDateTime": "2023-12-04T16:52:26.257"
      },
      "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": "1e403d43-a8a2-42e6-b36e-e025c1ed96e7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "d6208fa7-7823-465d-803d-f6b85826b789",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send Email to Responsible",
        "Order": 6,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "8cee37c9-6c90-4716-a630-b2a56f67e252",
        "CriteriaComparisonType": 2,
        "CriteriaValue": "b1f5cbf6-7886-4e70-8e08-b4ede0ae2b64",
        "CreatedDateTime": "2023-12-04T16:52:25.74",
        "ModifiedDateTime": "2024-01-31T10:56:11.077"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "e04e78d2-9257-421a-a200-b708ea3ac480"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "36197160-7d3d-490d-ab42-7e29105afe91",
      "GenerateNewGuid": false,
      "Properties": {
        "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": 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-15T04:16:16.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "16dad9ff-ba88-412c-b0dd-1fa5940ce070",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T16:52:26.333",
        "ModifiedDateTime": "2023-12-04T16:52:26.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "36197160-7d3d-490d-ab42-7e29105afe91"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d6208fa7-7823-465d-803d-f6b85826b789"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d1269254-c15a-40bd-b784-adcc231d3950",
      "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": 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-15T04:16:16.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "644d19e1-63fd-4ca5-9975-bc6942b69d75",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "From Name|From Name Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "FromName",
        "Name": "From Name|From Name Attribute",
        "Description": "The name or an attribute that contains the person or name that email should be sent from. <span class='tip tip-lava'></span>",
        "Order": 0,
        "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": "2023-04-14T15:44:26.94",
        "ModifiedDateTime": "2023-04-15T02:15:53.7"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b2119d62-86a1-4799-bbe1-c7810b4aa3ba",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "644d19e1-63fd-4ca5-9975-bc6942b69d75"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2c49373b-029f-4c5d-9568-6cd0af73c629",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Community Bible Church",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.333",
        "ModifiedDateTime": "2023-12-04T16:52:26.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "644d19e1-63fd-4ca5-9975-bc6942b69d75"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d6208fa7-7823-465d-803d-f6b85826b789"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "From Email Address|From Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "From",
        "Name": "From Email Address|From Attribute",
        "Description": "The email address or an attribute that contains the person or email address that email should be sent from (will default to organization email). <span class='tip tip-lava'></span>",
        "Order": 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": 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-05-04T12:32:28.26"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "603d8116-5c17-4f65-b91c-f4cbd1d65c1b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0af0149a-66d6-48d3-b428-39611feea1b2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "info@cbc.email",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.333",
        "ModifiedDateTime": "2023-12-04T16:52:26.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d6208fa7-7823-465d-803d-f6b85826b789"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5f5db540-d9eb-4d78-b99c-74d9c603f4cb",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Reply To Address|Reply To Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ReplyTo",
        "Name": "Reply To Address|Reply To Attribute",
        "Description": "The email address or an attribute that contains the person or email address that email replies should be sent to (will default to 'From' email). <span class='tip tip-lava'></span>",
        "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": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2023-03-03T11:21:23.843",
        "ModifiedDateTime": "2023-04-15T04:14:56.403"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6f265dee-35a2-4863-9c8a-627cac396106",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5f5db540-d9eb-4d78-b99c-74d9c603f4cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0c4c13b8-7076-4872-925a-f950886b5e16",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Send To Email Addresses|To Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "To",
        "Name": "Send To Email Addresses|To Attribute",
        "Description": "The email addresses or an attribute that contains the person, email address, group or security role that the email should be sent to. <span class='tip tip-lava'></span>",
        "Order": 3,
        "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": 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-05-04T12:32:28.493"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "57a003bc-6d13-424b-a76c-931828469f31",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c13b8-7076-4872-925a-f950886b5e16"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "37343de5-2039-4094-b574-fc0dfa14ab43",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "8cee37c9-6c90-4716-a630-b2a56f67e252",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.333",
        "ModifiedDateTime": "2023-12-13T09:11:30.54"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c13b8-7076-4872-925a-f950886b5e16"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d6208fa7-7823-465d-803d-f6b85826b789"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e3667110-339f-4fe3-b6b7-084cf9633580",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Send to Group Role",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "GroupRole",
        "Name": "Send to Group Role",
        "Description": "An optional Group Role attribute to limit recipients to if the 'Send to Email Addresses' is a group or security role.",
        "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": 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-05-04T12:32:28.54"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a6a8ff0b-f2b5-48be-bd91-40e99ae777b4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.GroupRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e3667110-339f-4fe3-b6b7-084cf9633580"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Subject",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Subject",
        "Name": "Subject",
        "Description": "The subject that should be used when sending email. <span class='tip tip-lava'></span>",
        "Order": 5,
        "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-05-04T12:32:28.603"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c29b037f-4f1d-4d6d-a3b1-d02348b9704d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "VCI Change has been Processed for {{ Workflow | Attribute:'Person' }}",
        "PersistedTextValue": "VCI Change has been Processed for {{ Workflow | Attribute:'Person' }}",
        "PersistedHtmlValue": "VCI Change has been Processed for {{ Workflow | Attribute:&#39;Person&#39; }}",
        "PersistedCondensedTextValue": "VCI Change has been Processed for {{ Workflow | Attribute:'Person' }}",
        "PersistedCondensedHtmlValue": "VCI Change has been Processed for {{ Workflow | Attribute:&#39;Person&#39; }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.333",
        "ModifiedDateTime": "2023-12-04T16:52:26.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d6208fa7-7823-465d-803d-f6b85826b789"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4d245b9e-6b03-46e7-8482-a51fba190e4d",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Body",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Body",
        "Name": "Body",
        "Description": "The body of the email that should be sent. <span class='tip tip-lava'></span> <span class='tip tip-html'></span>",
        "Order": 6,
        "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-05-04T12:32:28.617"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "959de1d6-3ee3-442e-84bd-75ffa9641416",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9c693326-0e43-4e97-8458-5cdd2e1de173",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Html"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7656f61a-bc0b-451a-a3bc-c33fc6fbe2e0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1a003e72-9cb7-402c-89d0-b4aeb9678915",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ 'Global' | Attribute:'EmailHeader' }}\n\n<p>{{ Workflow | Attribute:'Responsible','NickName' }},</p>\n{% assign length = Workflow | Attribute:'Level' | Size | Minus:4 %}\n<p>A change to <a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}person/{{ Workflow | Attribute:'Person','Id' }}\">{{ Workflow | Attribute:'Person','FullName' }}'s</a> VCI has been set to the level: {{ Workflow | Attribute:'Level','RawValue' }}-{{ Workflow | Attribute:'Level' | Slice:4,length }}.</p> \n{% assign crs=Workflow | Attribute:'ConnectionRequests' %}\n{% if crs != '' and crs != null %}\n    {% assign crs = crs | Split:'|' %}\n    <p>Connection Requests:\n    <ul>\n        {% for cr in crs %}\n            {% connectionrequest id:'{{ cr }}' securityenabled:'false' %}\n                <li><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}page/702?ConnectionOpportunityId={{ connectionrequest.ConnectionOpportunity.Id }}&ConnectionRequestId={{ connectionrequest.Id }}\">{{ connectionrequest.ConnectionOpportunity.Name }}</a></li>\n            {% endconnectionrequest %}\n        {% endfor %}\n    </ul>\n    </p>\n{% endif %}\n{% assign groups = Workflow | Attribute:'GroupsList' %}\n{% if groups != '' and groups != null %}\n    {% assign groups = groups | Split:'|' %}\n    <p>Groups:\n    <ul>\n        {% for group in groups %}\n        {% assign gname = group | GroupById %}\n            <li><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}people/groups?GroupId={{ group }}\">{{ gname.Name }}</a></li>\n        {% endfor %}\n        \n    </ul></p>\n{% endif %}\n<p>CBC Security</p>\n\n{{ 'Global' | Attribute:'EmailFooter' }}",
        "PersistedTextValue": "{{ 'Global' | Attribute:'EmailHeader' }}\n\n<p>{{ Workflow | Attribute:'Responsible','NickName' }},</p>\n{% assign length = Workflow | Attribute:'Level' | Size | Minus:4 %}\n<p>A change to <a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}person/{{ Workflow | Attribute:'Person','Id' }}\">{{ Workflow | Attribute:'Person','FullName' }}'s</a> VCI has been set to the level: {{ Workflow | Attribute:'Level','RawValue' }}-{{ Workflow | Attribute:'Level' | Slice:4,length }}.</p> \n{% assign crs=Workflow | Attribute:'ConnectionRequests' %}\n{% if crs != '' and crs != null %}\n    {% assign crs = crs | Split:'|' %}\n    <p>Connection Requests:\n    <ul>\n        {% for cr in crs %}\n            {% connectionrequest id:'{{ cr }}' securityenabled:'false' %}\n                <li><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}page/702?ConnectionOpportunityId={{ connectionrequest.ConnectionOpportunity.Id }}&ConnectionRequestId={{ connectionrequest.Id }}\">{{ connectionrequest.ConnectionOpportunity.Name }}</a></li>\n            {% endconnectionrequest %}\n        {% endfor %}\n    </ul>\n    </p>\n{% endif %}\n{% assign groups = Workflow | Attribute:'GroupsList' %}\n{% if groups != '' and groups != null %}\n    {% assign groups = groups | Split:'|' %}\n    <p>Groups:\n    <ul>\n        {% for group in groups %}\n        {% assign gname = group | GroupById %}\n            <li><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}people/groups?GroupId={{ group }}\">{{ gname.Name }}</a></li>\n        {% endfor %}\n        \n    </ul></p>\n{% endif %}\n<p>CBC Security</p>\n\n{{ 'Global' | Attribute:'EmailFooter' }}",
        "PersistedHtmlValue": "{{ &#39;Global&#39; | Attribute:&#39;EmailHeader&#39; }}\n\n&lt;p&gt;{{ Workflow | Attribute:&#39;Responsible&#39;,&#39;NickName&#39; }},&lt;/p&gt;\n{% assign length = Workflow | Attribute:&#39;Level&#39; | Size | Minus:4 %}\n&lt;p&gt;A change to &lt;a href=&quot;{{ &#39;Global&#39; | Attribute:&#39;InternalApplicationRoot&#39; }}person/{{ Workflow | Attribute:&#39;Person&#39;,&#39;Id&#39; }}&quot;&gt;{{ Workflow | Attribute:&#39;Person&#39;,&#39;FullName&#39; }}&#39;s&lt;/a&gt; VCI has been set to the level: {{ Workflow | Attribute:&#39;Level&#39;,&#39;RawValue&#39; }}-{{ Workflow | Attribute:&#39;Level&#39; | Slice:4,length }}.&lt;/p&gt; \n{% assign crs=Workflow | Attribute:&#39;ConnectionRequests&#39; %}\n{% if crs != &#39;&#39; and crs != null %}\n    {% assign crs = crs | Split:&#39;|&#39; %}\n    &lt;p&gt;Connection Requests:\n    &lt;ul&gt;\n        {% for cr in crs %}\n            {% connectionrequest id:&#39;{{ cr }}&#39; securityenabled:&#39;false&#39; %}\n                &lt;li&gt;&lt;a href=&quot;{{ &#39;Global&#39; | Attribute:&#39;InternalApplicationRoot&#39; }}page/702?ConnectionOpportunityId={{ connectionrequest.ConnectionOpportunity.Id }}&amp;ConnectionRequestId={{ connectionrequest.Id }}&quot;&gt;{{ connectionrequest.ConnectionOpportunity.Name }}&lt;/a&gt;&lt;/li&gt;\n            {% endconnectionrequest %}\n        {% endfor %}\n    &lt;/ul&gt;\n    &lt;/p&gt;\n{% endif %}\n{% assign groups = Workflow | Attribute:&#39;GroupsList&#39; %}\n{% if groups != &#39;&#39; and groups != null %}\n    {% assign groups = groups | Split:&#39;|&#39; %}\n    &lt;p&gt;Groups:\n    &lt;ul&gt;\n        {% for group in groups %}\n        {% assign gname = group | GroupById %}\n            &lt;li&gt;&lt;a href=&quot;{{ &#39;Global&#39; | Attribute:&#39;InternalApplicationRoot&#39; }}people/groups?GroupId={{ group }}&quot;&gt;{{ gname.Name }}&lt;/a&gt;&lt;/li&gt;\n        {% endfor %}\n        \n    &lt;/ul&gt;&lt;/p&gt;\n{% endif %}\n&lt;p&gt;CBC Security&lt;/p&gt;\n\n{{ &#39;Global&#39; | Attribute:&#39;EmailFooter&#39; }}",
        "PersistedCondensedTextValue": "{{ 'Global' | Attribute:'EmailHeader' }}\n\n<p>{{ Workflow | Attribute:'Responsible','NickName'...",
        "PersistedCondensedHtmlValue": "{{ &#39;Global&#39; | Attribute:&#39;EmailHeader&#39; }}\n\n&lt;p&gt;{{ Workflow | Attribute:&#39;Responsible&#39;,&#39;NickName&#39;...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.333",
        "ModifiedDateTime": "2023-12-13T11:05:16.297"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d6208fa7-7823-465d-803d-f6b85826b789"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "99ffd423-2ab6-481b-8749-b4793a16b620",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "CC Email Addresses|CC Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "CC",
        "Name": "CC Email Addresses|CC Attribute",
        "Description": "The email addresses or an attribute that contains the person, email address, group or security role that the email should be CC'd (carbon copied) to. Any address in this field will be copied on the email sent to every recipient. <span class='tip tip-lava'></span>",
        "Order": 7,
        "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-05-04T12:32:28.697"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c65d342a-f07f-45b5-9095-b82e2c3eef1c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "99ffd423-2ab6-481b-8749-b4793a16b620"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3a131021-cb73-44a8-a142-b42832b77f60",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "BCC Email Addresses|BCC Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BCC",
        "Name": "BCC Email Addresses|BCC Attribute",
        "Description": "The email addresses or an attribute that contains the person, email address, group or security role that the email should be BCC'd (blind carbon copied) to. Any address in this field will be copied on the email sent to every recipient. <span class='tip tip-lava'></span>",
        "Order": 8,
        "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-05-04T12:32:28.947"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "10df9c90-64e2-457a-a76d-9ead6f5a393a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3a131021-cb73-44a8-a142-b42832b77f60"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c2c7da55-3018-4645-b9ee-4bcd11855f2c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attachment One",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentOne",
        "Name": "Attachment One",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 9,
        "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-05-04T12:32:29.243"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9df5cc79-acf3-4fa8-aed6-5604622b3d46",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType|Rock.Field.Types.BinaryFileFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c2c7da55-3018-4645-b9ee-4bcd11855f2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ffd9193a-451f-40e6-9776-74d5dcac1450",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attachment Two",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentTwo",
        "Name": "Attachment Two",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 10,
        "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-05-04T12:32:29.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b68cda5d-2ef5-4387-96eb-cb3c04ff5c27",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType|Rock.Field.Types.BinaryFileFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ffd9193a-451f-40e6-9776-74d5dcac1450"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a059767a-5592-4926-948a-1065af4e9748",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attachment Three",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentThree",
        "Name": "Attachment Three",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 11,
        "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-05-04T12:32:29.307"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "18d24f61-2b4b-4c39-8ebb-368945cd12c6",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType|Rock.Field.Types.BinaryFileFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a059767a-5592-4926-948a-1065af4e9748"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1bdc7aca-9a0b-4c8a-909e-8b4143d9c2a3",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Save Communication History",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SaveCommunicationHistory",
        "Name": "Save Communication History",
        "Description": "Should a record of this communication be saved to the recipient's profile?",
        "Order": 12,
        "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-05-04T12:32:29.337"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f197f1bb-f29e-4348-b5d8-e4d7d3c5c9d8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T16:52:26.333",
        "ModifiedDateTime": "2023-12-04T16:52:26.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1bdc7aca-9a0b-4c8a-909e-8b4143d9c2a3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d6208fa7-7823-465d-803d-f6b85826b789"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "fdc1a418-c66c-4caf-bf9b-fdbd8af7baed",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Process Connectors",
        "Order": 8,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-04T16:52:25.74",
        "ModifiedDateTime": "2024-05-07T14:14:31.65"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "e04e78d2-9257-421a-a200-b708ea3ac480"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "com.blueboxmoon.WorkflowStimPack.Actions.ForEach"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "77ae2aa1-d923-4b23-a527-49438e4d42fb",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Input|Or Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Input",
        "Name": "Input|Or Attribute",
        "Description": "The text value to be used as the input source.",
        "Order": 0,
        "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": "2023-10-23T13:52:21.83",
        "ModifiedDateTime": "2023-10-24T02:15:05.377"
      },
      "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.ForEach"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7c36a01f-06be-4f2a-815b-5c833dbfa4b9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "344b52b6-35ad-4bc3-9871-a46a80e993d8",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.443",
        "ModifiedDateTime": "2023-12-04T16:52:26.443"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "77ae2aa1-d923-4b23-a527-49438e4d42fb"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "fdc1a418-c66c-4caf-bf9b-fdbd8af7baed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7fc24d2a-c649-46f6-b6d0-a92e43e0505c",
      "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": "2023-10-23T13:52:21.957",
        "ModifiedDateTime": "2023-10-24T02:15:04.627"
      },
      "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.ForEach"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d356b8de-45d4-461c-a9e8-3fcc02e8f59d",
      "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": "2023-10-23T13:52:21.97",
        "ModifiedDateTime": "2023-10-24T02:15:04.5"
      },
      "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.ForEach"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "496d2036-c956-409d-9256-4132de175d54",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T16:52:26.443",
        "ModifiedDateTime": "2023-12-04T16:52:26.443"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d356b8de-45d4-461c-a9e8-3fcc02e8f59d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "fdc1a418-c66c-4caf-bf9b-fdbd8af7baed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7b05cd55-c02b-40cc-b539-84bf47e0f8fd",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Delimiter",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Delimiter",
        "Name": "Delimiter",
        "Description": "The character or sequence of characters to split the input by.",
        "Order": 1,
        "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": "2023-10-23T13:52:21.847",
        "ModifiedDateTime": "2023-10-24T02:15:05.317"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "com.blueboxmoon.WorkflowStimPack.Actions.ForEach"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d9d4bbfb-624b-43b8-91d5-35aa399d751c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": ",",
        "PersistedTextValue": ",",
        "PersistedHtmlValue": ",",
        "PersistedCondensedTextValue": ",",
        "PersistedCondensedHtmlValue": ",",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T16:52:26.443",
        "ModifiedDateTime": "2023-12-04T16:52:26.443"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7b05cd55-c02b-40cc-b539-84bf47e0f8fd"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "fdc1a418-c66c-4caf-bf9b-fdbd8af7baed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7baeb7c9-82b6-4842-bdb2-b03d264a56cc",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Skip Empty Items",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SkipEmptyItems",
        "Name": "Skip Empty Items",
        "Description": "If true then items from the input that evaluate to a blank string are skipped.",
        "Order": 2,
        "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": "2023-10-23T13:52:21.877",
        "ModifiedDateTime": "2023-10-24T02:15:05.237"
      },
      "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.ForEach"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "95b68d82-4be1-4386-a581-a3c248a0450f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "PersistedTextValue": "Yes",
        "PersistedHtmlValue": "Yes",
        "PersistedCondensedTextValue": "Y",
        "PersistedCondensedHtmlValue": "Y",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": true,
        "CreatedDateTime": "2023-12-04T16:52:26.443",
        "ModifiedDateTime": "2023-12-04T16:52:26.443"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7baeb7c9-82b6-4842-bdb2-b03d264a56cc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "fdc1a418-c66c-4caf-bf9b-fdbd8af7baed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "289d8de9-5e4b-409e-87ae-e477243a9ef1",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Loop Activity",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "LoopActivity",
        "Name": "Loop Activity",
        "Description": "The activity to be activated for each item in the sequence.",
        "Order": 10,
        "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": "2023-10-23T13:52:21.893",
        "ModifiedDateTime": "2023-10-24T02:15:05.063"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowActivityFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "com.blueboxmoon.WorkflowStimPack.Actions.ForEach"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ec59daf1-a476-4f16-a6f4-40798be71641",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "C6126EBB-8AF1-4B9D-9412-7F9553AD57CB",
        "PersistedTextValue": "Process Connectors",
        "PersistedHtmlValue": "Process Connectors",
        "PersistedCondensedTextValue": "Process Connectors",
        "PersistedCondensedHtmlValue": "Process Connectors",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.443",
        "ModifiedDateTime": "2023-12-04T16:52:26.443"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "289d8de9-5e4b-409e-87ae-e477243a9ef1"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "fdc1a418-c66c-4caf-bf9b-fdbd8af7baed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d7d4d3f9-5ee0-492a-b693-1843c5c76a09",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Loop Activity Values",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "LoopActivityValues",
        "Name": "Loop Activity Values",
        "Description": "Used to assign values to the loop activity attributes. <span class='tip tip-lava'><span>",
        "Order": 11,
        "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": "2023-10-23T13:52:21.907",
        "ModifiedDateTime": "2023-10-24T02:15:04.987"
      },
      "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.ForEach"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a065e080-39b9-43e0-b216-c7ecafb5615c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "ConnectorData^{{ Value }}",
        "PersistedTextValue": "ConnectorData: {{ Value }}",
        "PersistedHtmlValue": "ConnectorData: {{ Value }}",
        "PersistedCondensedTextValue": "ConnectorData: {{ Value }}",
        "PersistedCondensedHtmlValue": "ConnectorData: {{ Value }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.443",
        "ModifiedDateTime": "2023-12-04T16:52:26.443"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7d4d3f9-5ee0-492a-b693-1843c5c76a09"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "fdc1a418-c66c-4caf-bf9b-fdbd8af7baed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6454641a-9caf-4a9b-aad2-42f31ae102f7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Finished Activity",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "FinishedActivity",
        "Name": "Finished Activity",
        "Description": "The activity to be activated after the last loop activity has been activated.",
        "Order": 20,
        "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": "2023-10-23T13:52:21.923",
        "ModifiedDateTime": "2023-10-24T02:15:04.737"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowActivityFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "com.blueboxmoon.WorkflowStimPack.Actions.ForEach"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b1cb8933-a3d7-4c08-8d24-26e50ff10ee5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "3DEEA812-3733-471D-9939-26633FC3403D",
        "PersistedTextValue": "Continue",
        "PersistedHtmlValue": "Continue",
        "PersistedCondensedTextValue": "Continue",
        "PersistedCondensedHtmlValue": "Continue",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.443",
        "ModifiedDateTime": "2023-12-04T16:52:26.443"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6454641a-9caf-4a9b-aad2-42f31ae102f7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "fdc1a418-c66c-4caf-bf9b-fdbd8af7baed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b2f1a39d-a77b-4b65-83a5-e34985f25b23",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Finished Activity Values",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "FinishedActivityValues",
        "Name": "Finished Activity Values",
        "Description": "Used to assign values to the finished activity attributes. <span class='tip tip-lava'><span>",
        "Order": 21,
        "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": "2023-10-23T13:52:21.94",
        "ModifiedDateTime": "2023-10-24T02:15:04.673"
      },
      "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.ForEach"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "820ef9a1-6a5f-4e02-8b90-eeeb6912f8b5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayvaluefirst",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b2f1a39d-a77b-4b65-83a5-e34985f25b23"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5bf65387-04dd-4e22-97a1-fe1f5d59d419",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "keyprompt",
        "Value": "Attribute Key"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b2f1a39d-a77b-4b65-83a5-e34985f25b23"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "5c5e3a0e-9716-471c-b695-3af9717b3470",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Connection Requests",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-11T13:42:52.567",
        "ModifiedDateTime": "2023-12-11T13:42:52.567"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "e04e78d2-9257-421a-a200-b708ea3ac480"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b2ddf7e5-9447-4f99-b3a5-91ea3419020f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign Person = Workflow | Attribute:'Person','Object' %}\n{% sql %}\nSELECT string_Agg(cr.Id,'|') as PersonId\nfrom PersonAlias pa \ninner join connectionrequest cr \n    ON cr.PersonAliasId = pa.Id\nwhere pa.PersonId = {{ Person.Id }} and cr.ConnectionTypeId = 4 and cr.ConnectionState in (0,2)\ngroup by pa.PersonId{% endsql %}\n{{ results | Map:'PersonId' | Join:',' }}",
        "PersistedTextValue": "{% assign Person = Workflow | Attribute:'Person','Object' %}\n{% sql %}\nSELECT string_Agg(cr.Id,'|') as PersonId\nfrom PersonAlias pa \ninner join connectionrequest cr \n    ON cr.PersonAliasId = pa.Id\nwhere pa.PersonId = {{ Person.Id }} and cr.ConnectionTypeId = 4 and cr.ConnectionState in (0,2)\ngroup by pa.PersonId{% endsql %}\n{{ results | Map:'PersonId' | Join:',' }}",
        "PersistedHtmlValue": "{% assign Person = Workflow | Attribute:&#39;Person&#39;,&#39;Object&#39; %}\n{% sql %}\nSELECT string_Agg(cr.Id,&#39;|&#39;) as PersonId\nfrom PersonAlias pa \ninner join connectionrequest cr \n    ON cr.PersonAliasId = pa.Id\nwhere pa.PersonId = {{ Person.Id }} and cr.ConnectionTypeId = 4 and cr.ConnectionState in (0,2)\ngroup by pa.PersonId{% endsql %}\n{{ results | Map:&#39;PersonId&#39; | Join:&#39;,&#39; }}",
        "PersistedCondensedTextValue": "{% assign Person = Workflow | Attribute:'Person','Object' %}\n{% sql %}\nSELECT...",
        "PersistedCondensedHtmlValue": "{% assign Person = Workflow | Attribute:&#39;Person&#39;,&#39;Object&#39; %}\n{% sql %}\nSELECT...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-11T13:42:53.413",
        "ModifiedDateTime": "2024-01-02T07:15:11.767"
      },
      "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": "5c5e3a0e-9716-471c-b695-3af9717b3470"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "96fdc125-da0c-4e1d-bbc7-120927820d99",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-11T13:42:53.413",
        "ModifiedDateTime": "2023-12-11T13:42:53.413"
      },
      "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": "5c5e3a0e-9716-471c-b695-3af9717b3470"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0b4b14a7-7eb5-4492-bec0-774db570947a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a605c6b6-e5ae-41e4-b62f-f873325b624f",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-11T13:42:53.413",
        "ModifiedDateTime": "2023-12-11T13:42:53.413"
      },
      "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": "5c5e3a0e-9716-471c-b695-3af9717b3470"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c0ce93ba-8bd1-4a53-af21-4247abb76327",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Sql",
        "PersistedTextValue": "Sql",
        "PersistedHtmlValue": "Sql",
        "PersistedCondensedTextValue": "Sql",
        "PersistedCondensedHtmlValue": "Sql",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-12T09:32:21.773",
        "ModifiedDateTime": "2023-12-12T09:32:21.773"
      },
      "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": "5c5e3a0e-9716-471c-b695-3af9717b3470"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "a1edd908-8e11-40e9-be1c-fd9c2beb3c27",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Groups",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-11T13:42:52.567",
        "ModifiedDateTime": "2023-12-11T13:42:52.567"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "e04e78d2-9257-421a-a200-b708ea3ac480"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "105b7702-58a0-4334-a5b1-49489a338271",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% sql %}SELECT string_agg(g.Id, '|') AS PersonId\nFROM GroupMember gm\nINNER JOIN [Group] g\n    ON g.Id = gm.GroupId\nWHERE g.GroupTypeId IN (112, 113)\n    AND gm.PersonId = {{ Workflow | Attribute:'Person','Id' }}\n    AND gm.GroupMemberStatus <> 0\n    AND gm.IsArchived <> 1\n    AND g.IsActive = 1\n    AND g.IsArchived <> 1\nGROUP BY gm.PersonId{% endsql %}\n{{ results | Map:'PersonId' | Join:',' }}",
        "PersistedTextValue": "{% sql %}SELECT string_agg(g.Id, '|') AS PersonId\nFROM GroupMember gm\nINNER JOIN [Group] g\n    ON g.Id = gm.GroupId\nWHERE g.GroupTypeId IN (112, 113)\n    AND gm.PersonId = {{ Workflow | Attribute:'Person','Id' }}\n    AND gm.GroupMemberStatus <> 0\n    AND gm.IsArchived <> 1\n    AND g.IsActive = 1\n    AND g.IsArchived <> 1\nGROUP BY gm.PersonId{% endsql %}\n{{ results | Map:'PersonId' | Join:',' }}",
        "PersistedHtmlValue": "{% sql %}SELECT string_agg(g.Id, &#39;|&#39;) AS PersonId\nFROM GroupMember gm\nINNER JOIN [Group] g\n    ON g.Id = gm.GroupId\nWHERE g.GroupTypeId IN (112, 113)\n    AND gm.PersonId = {{ Workflow | Attribute:&#39;Person&#39;,&#39;Id&#39; }}\n    AND gm.GroupMemberStatus &lt;&gt; 0\n    AND gm.IsArchived &lt;&gt; 1\n    AND g.IsActive = 1\n    AND g.IsArchived &lt;&gt; 1\nGROUP BY gm.PersonId{% endsql %}\n{{ results | Map:&#39;PersonId&#39; | Join:&#39;,&#39; }}",
        "PersistedCondensedTextValue": "{% sql %}SELECT string_agg(g.Id, '|') AS PersonId\nFROM GroupMember gm\nINNER JOIN [Group] g\n   ...",
        "PersistedCondensedHtmlValue": "{% sql %}SELECT string_agg(g.Id, &#39;|&#39;) AS PersonId\nFROM GroupMember gm\nINNER JOIN [Group] g\n   ...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-11T13:42:53.507",
        "ModifiedDateTime": "2024-01-02T07:15:11.827"
      },
      "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": "a1edd908-8e11-40e9-be1c-fd9c2beb3c27"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8df49cfa-203e-4f8f-b12a-751828494ac4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-11T13:42:53.507",
        "ModifiedDateTime": "2023-12-11T13:42:53.507"
      },
      "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": "a1edd908-8e11-40e9-be1c-fd9c2beb3c27"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "36ed935a-b990-4265-850a-ecc42b9eda43",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "4ca5b315-2c7a-4526-bc23-2ebf67578f2b",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-11T13:42:53.507",
        "ModifiedDateTime": "2023-12-11T13:42:53.507"
      },
      "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": "a1edd908-8e11-40e9-be1c-fd9c2beb3c27"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "254ad568-3920-4c9e-85a0-c491adcd123b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Sql",
        "PersistedTextValue": "Sql",
        "PersistedHtmlValue": "Sql",
        "PersistedCondensedTextValue": "Sql",
        "PersistedCondensedHtmlValue": "Sql",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-12T09:32:21.87",
        "ModifiedDateTime": "2023-12-12T09:32:21.87"
      },
      "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": "a1edd908-8e11-40e9-be1c-fd9c2beb3c27"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "ecc0aa21-167f-4da3-8989-130abc89881f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send to Safety and Security if Black",
        "Order": 7,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "7b522239-d504-4f32-932a-0a824ee1247f",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "Blk-Unauthorized to Volunteer",
        "CreatedDateTime": "2024-05-07T14:14:31.65",
        "ModifiedDateTime": "2024-05-07T14:14:31.65"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "e04e78d2-9257-421a-a200-b708ea3ac480"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7566ec6e-c0b0-4ca6-a1f9-dff9f961b522",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-05-07T14:14:32.933",
        "ModifiedDateTime": "2024-05-07T14:14:32.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "36197160-7d3d-490d-ab42-7e29105afe91"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ecc0aa21-167f-4da3-8989-130abc89881f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8a461010-bfe4-452d-b7ab-3b105d885b1e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Community Bible Church",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-05-07T14:14:32.933",
        "ModifiedDateTime": "2024-05-07T14:14:32.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "644d19e1-63fd-4ca5-9975-bc6942b69d75"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ecc0aa21-167f-4da3-8989-130abc89881f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9bfe0303-ee92-46ce-8df2-2b58bb62282b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "info@cbc.email",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-05-07T14:14:32.933",
        "ModifiedDateTime": "2024-05-07T14:14:32.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ecc0aa21-167f-4da3-8989-130abc89881f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "78f54abd-8062-4ad8-9784-bdffc8ca2fa2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "990ba0d2-85fa-4530-88e0-c1adadb21c77",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-05-07T14:14:32.933",
        "ModifiedDateTime": "2024-05-07T14:14:32.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c13b8-7076-4872-925a-f950886b5e16"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ecc0aa21-167f-4da3-8989-130abc89881f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3d7aa2c2-899d-4a24-8c6f-14de90715413",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "VCI Change has been set to Black for {{ Workflow | Attribute:'Person' }}",
        "PersistedTextValue": "VCI Change has been set to Black for {{ Workflow | Attribute:'Person' }}",
        "PersistedHtmlValue": "VCI Change has been set to Black for {{ Workflow | Attribute:&#39;Person&#39; }}",
        "PersistedCondensedTextValue": "VCI Change has been set to Black for {{ Workflow | Attribute:'Person' }}",
        "PersistedCondensedHtmlValue": "VCI Change has been set to Black for {{ Workflow | Attribute:&#39;Person&#39; }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-05-07T14:14:32.933",
        "ModifiedDateTime": "2024-05-07T14:14:32.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ecc0aa21-167f-4da3-8989-130abc89881f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7f516a6e-15f5-406f-9a63-caaa2270b32d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ 'Global' | Attribute:'EmailHeader' }}\n\n<p>{{ Workflow | Attribute:'Responsible','NickName' }},</p>\n{% assign length = Workflow | Attribute:'Level' | Size | Minus:4 %}\n<p><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}person/{{ Workflow | Attribute:'Person','Id' }}\">{{ Workflow | Attribute:'Person','FullName' }}'s</a> VCI has been set to the level: {{ Workflow | Attribute:'Level','RawValue' }}-{{ Workflow | Attribute:'Level' | Slice:4,length }}.</p> \n<p>CBC Security</p>\n\n{{ 'Global' | Attribute:'EmailFooter' }}",
        "PersistedTextValue": "{{ 'Global' | Attribute:'EmailHeader' }}\n\n<p>{{ Workflow | Attribute:'Responsible','NickName' }},</p>\n{% assign length = Workflow | Attribute:'Level' | Size | Minus:4 %}\n<p><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}person/{{ Workflow | Attribute:'Person','Id' }}\">{{ Workflow | Attribute:'Person','FullName' }}'s</a> VCI has been set to the level: {{ Workflow | Attribute:'Level','RawValue' }}-{{ Workflow | Attribute:'Level' | Slice:4,length }}.</p> \n<p>CBC Security</p>\n\n{{ 'Global' | Attribute:'EmailFooter' }}",
        "PersistedHtmlValue": "{{ &#39;Global&#39; | Attribute:&#39;EmailHeader&#39; }}\n\n&lt;p&gt;{{ Workflow | Attribute:&#39;Responsible&#39;,&#39;NickName&#39; }},&lt;/p&gt;\n{% assign length = Workflow | Attribute:&#39;Level&#39; | Size | Minus:4 %}\n&lt;p&gt;&lt;a href=&quot;{{ &#39;Global&#39; | Attribute:&#39;InternalApplicationRoot&#39; }}person/{{ Workflow | Attribute:&#39;Person&#39;,&#39;Id&#39; }}&quot;&gt;{{ Workflow | Attribute:&#39;Person&#39;,&#39;FullName&#39; }}&#39;s&lt;/a&gt; VCI has been set to the level: {{ Workflow | Attribute:&#39;Level&#39;,&#39;RawValue&#39; }}-{{ Workflow | Attribute:&#39;Level&#39; | Slice:4,length }}.&lt;/p&gt; \n&lt;p&gt;CBC Security&lt;/p&gt;\n\n{{ &#39;Global&#39; | Attribute:&#39;EmailFooter&#39; }}",
        "PersistedCondensedTextValue": "{{ 'Global' | Attribute:'EmailHeader' }}\n\n<p>{{ Workflow | Attribute:'Responsible','NickName'...",
        "PersistedCondensedHtmlValue": "{{ &#39;Global&#39; | Attribute:&#39;EmailHeader&#39; }}\n\n&lt;p&gt;{{ Workflow | Attribute:&#39;Responsible&#39;,&#39;NickName&#39;...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-05-07T14:14:32.933",
        "ModifiedDateTime": "2024-05-07T14:14:32.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ecc0aa21-167f-4da3-8989-130abc89881f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5257f8af-2b13-4f21-a151-3f29f9d0cc76",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-05-07T14:14:32.933",
        "ModifiedDateTime": "2024-05-07T14:14:32.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1bdc7aca-9a0b-4c8a-909e-8b4143d9c2a3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ecc0aa21-167f-4da3-8989-130abc89881f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "a21338ab-d1ea-435c-af88-77aa4d416b90",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Complete Workflow",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 5,
        "CreatedDateTime": "2023-11-29T17:09:41.837",
        "ModifiedDateTime": "2023-12-04T16:52:25.99"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "9ff84b7e-22b7-4325-87c2-bdcc3c0bf5a4",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Complete Workflow",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-11-29T17:09:41.87",
        "ModifiedDateTime": "2023-11-29T17:09:41.87"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "a21338ab-d1ea-435c-af88-77aa4d416b90"
        },
        {
          "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-04-15T04:16:16.327"
      },
      "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": "5156ed4f-18ac-4c07-9496-d357687fdd01",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-29T17:09:42.493",
        "ModifiedDateTime": "2023-11-29T17:09:42.493"
      },
      "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": "9ff84b7e-22b7-4325-87c2-bdcc3c0bf5a4"
        }
      ]
    },
    {
      "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-04-15T04:16:16.327"
      },
      "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": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Status",
        "Name": "Status|Status Attribute",
        "Description": "The status to set the workflow to when marking the workflow complete. <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "Completed",
        "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-04-15T04:16:16.343"
      },
      "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": "2d60cea5-43f2-4684-b9af-8b491f209fb0",
      "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,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-11-29T17:09:42.493",
        "ModifiedDateTime": "2023-11-29T17:09:42.493"
      },
      "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": "9ff84b7e-22b7-4325-87c2-bdcc3c0bf5a4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "7ae39fc6-e922-42c4-a058-6395df6ba122",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Delete Workflow",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 6,
        "CreatedDateTime": "2023-11-29T17:09:41.87",
        "ModifiedDateTime": "2023-12-04T16:52:26.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "f44c1e6e-2f70-4488-93e4-199cbbb671ee",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Delete Workflow",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-11-29T17:09:41.9",
        "ModifiedDateTime": "2023-11-29T17:09:41.9"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "7ae39fc6-e922-42c4-a058-6395df6ba122"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.DeleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "361a1ec8-ffd0-4880-af68-91dc0e0d7cdc",
      "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-04-15T04:16:16.327"
      },
      "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.DeleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f192421b-2a18-47a4-9ad4-c57a34b612a7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-11-29T17:09:42.573",
        "ModifiedDateTime": "2023-11-29T17:09:42.573"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "361a1ec8-ffd0-4880-af68-91dc0e0d7cdc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f44c1e6e-2f70-4488-93e4-199cbbb671ee"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "79d23f8b-0dc8-4b48-8a86-aea48b396c82",
      "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-04-15T04:16:16.327"
      },
      "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.DeleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "c6126ebb-8af1-4b9d-9412-7f9553ad57cb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Process Connectors Loop",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 2,
        "CreatedDateTime": "2023-12-04T16:52:25.74",
        "ModifiedDateTime": "2023-12-05T13:32:42.76"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "0f985a7f-8f6e-49f4-9f6a-5dccbe533c29",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Connector",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-04T16:52:25.943",
        "ModifiedDateTime": "2023-12-05T08:11:42.913"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c6126ebb-8af1-4b9d-9412-7f9553ad57cb"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "96fadd16-bdb4-4299-b64d-3c7417bb2ab1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign c = Activity | Attribute:'ConnectorData' | Split:'|' | First | PersonById %}{{ c.PrimaryAlias.Guid }}",
        "PersistedTextValue": "{% assign c = Activity | Attribute:'ConnectorData' | Split:'|' | First | PersonById %}{{ c.PrimaryAlias.Guid }}",
        "PersistedHtmlValue": "{% assign c = Activity | Attribute:&#39;ConnectorData&#39; | Split:&#39;|&#39; | First | PersonById %}{{ c.PrimaryAlias.Guid }}",
        "PersistedCondensedTextValue": "{% assign c = Activity | Attribute:'ConnectorData' | Split:'|' | First | PersonById %}{{...",
        "PersistedCondensedHtmlValue": "{% assign c = Activity | Attribute:&#39;ConnectorData&#39; | Split:&#39;|&#39; | First | PersonById %}{{...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.6",
        "ModifiedDateTime": "2023-12-05T08:11:43.51"
      },
      "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": "0f985a7f-8f6e-49f4-9f6a-5dccbe533c29"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ff81fd71-e6d7-4a8a-8698-e7b8db9991d7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T16:52:26.6",
        "ModifiedDateTime": "2023-12-04T16:52:26.6"
      },
      "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": "0f985a7f-8f6e-49f4-9f6a-5dccbe533c29"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1f74abba-745c-4d55-9ad9-ccf01c51a887",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "f9205b13-97d3-4b37-be12-48ccd8de75c4",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.6",
        "ModifiedDateTime": "2023-12-04T16:52:26.6"
      },
      "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": "0f985a7f-8f6e-49f4-9f6a-5dccbe533c29"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "bda12d69-af47-46b6-8008-a2ffe9f2a79a",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Connection Requests",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-04T16:52:25.943",
        "ModifiedDateTime": "2023-12-04T16:52:25.943"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c6126ebb-8af1-4b9d-9412-7f9553ad57cb"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "71cd4d84-e25d-48b3-94c5-362cbe73aace",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Activity | Attribute:'ConnectorData' | Split:'|' | Last }}",
        "PersistedTextValue": "{{ Activity | Attribute:'ConnectorData' | Split:'|' | Last }}",
        "PersistedHtmlValue": "{{ Activity | Attribute:&#39;ConnectorData&#39; | Split:&#39;|&#39; | Last }}",
        "PersistedCondensedTextValue": "{{ Activity | Attribute:'ConnectorData' | Split:'|' | Last }}",
        "PersistedCondensedHtmlValue": "{{ Activity | Attribute:&#39;ConnectorData&#39; | Split:&#39;|&#39; | Last }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.71",
        "ModifiedDateTime": "2023-12-05T13:32:43.48"
      },
      "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": "bda12d69-af47-46b6-8008-a2ffe9f2a79a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "df130228-5fce-434b-8e1f-179ae7b85293",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T16:52:26.71",
        "ModifiedDateTime": "2023-12-04T16:52:26.71"
      },
      "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": "bda12d69-af47-46b6-8008-a2ffe9f2a79a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e1c33e75-e2a2-4da1-ac9a-4cd46a487412",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "747cdbab-4805-4db5-bac5-4a47170a9047",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.71",
        "ModifiedDateTime": "2023-12-04T16:52:26.71"
      },
      "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": "bda12d69-af47-46b6-8008-a2ffe9f2a79a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a94e7e1b-d76f-480e-a036-c95f097cad9e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-05T12:24:45.95",
        "ModifiedDateTime": "2023-12-05T12:24:45.95"
      },
      "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": "bda12d69-af47-46b6-8008-a2ffe9f2a79a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "0768ebe8-b1cd-4166-8336-04cdf332ff30",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send Email to Connectors",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-04T16:52:25.943",
        "ModifiedDateTime": "2023-12-04T16:52:25.943"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c6126ebb-8af1-4b9d-9412-7f9553ad57cb"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e842dc26-33ab-4afb-95cf-b8be1df4a724",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T16:52:26.803",
        "ModifiedDateTime": "2023-12-04T16:52:26.803"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "36197160-7d3d-490d-ab42-7e29105afe91"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0768ebe8-b1cd-4166-8336-04cdf332ff30"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "691e3306-9309-4198-94bc-bab1c9c19363",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Community Bible Church",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.803",
        "ModifiedDateTime": "2023-12-04T16:52:26.803"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "644d19e1-63fd-4ca5-9975-bc6942b69d75"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0768ebe8-b1cd-4166-8336-04cdf332ff30"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "fac29207-1f1f-4662-8688-fc7eff7d8fb8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "info@cbc.email",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.803",
        "ModifiedDateTime": "2023-12-04T16:52:26.803"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0768ebe8-b1cd-4166-8336-04cdf332ff30"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d8b1bbf2-e010-4a22-a27d-fa354712e4bd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "f9205b13-97d3-4b37-be12-48ccd8de75c4",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.803",
        "ModifiedDateTime": "2023-12-20T15:59:33.887"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c13b8-7076-4872-925a-f950886b5e16"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0768ebe8-b1cd-4166-8336-04cdf332ff30"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a5e5a266-57ef-45d7-bb91-f352e96101b3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "VCI change noted for {{ Workflow | Attribute:'Person' }}",
        "PersistedTextValue": "VCI change noted for {{ Workflow | Attribute:'Person' }}",
        "PersistedHtmlValue": "VCI change noted for {{ Workflow | Attribute:&#39;Person&#39; }}",
        "PersistedCondensedTextValue": "VCI change noted for {{ Workflow | Attribute:'Person' }}",
        "PersistedCondensedHtmlValue": "VCI change noted for {{ Workflow | Attribute:&#39;Person&#39; }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.803",
        "ModifiedDateTime": "2023-12-04T16:52:26.803"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0768ebe8-b1cd-4166-8336-04cdf332ff30"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6079ac4a-945f-4d37-801f-f3d62d26c0ad",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ 'Global' | Attribute:'EmailHeader' }}\n\n<p>{{ Activity | Attribute:'Connector','NickName' }},</p>\n{% assign length = Workflow | Attribute:'Level' | Size | Minus:4 %}\n<p><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}person/{{ Workflow | Attribute:'Person','Id' }}\">{{ Workflow | Attribute:'Person','FullName' }}'s</a> VCI has been set to the level: {{ Workflow | Attribute:'Level','RawValue' }}-{{ Workflow | Attribute:'Level' | Slice:4,length }}.</p> \n<p>This affects the following connection Requests:\n<ul>\n    {% assign connectionrequests = Activity | Attribute:'ConnectionRequests' | Split:';' %}\n    {% for cr in connectionrequests %}\n        {% connectionrequest id:'{{ cr }}' securityenabled:'false' %}\n            <li><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}page/702?ConnectionOpportunityId={{ connectionrequest.ConnectionOpportunity.Id }}&ConnectionRequestId={{ connectionrequest.Id }}\">{{ connectionrequest.ConnectionOpportunity.Name }}</a></li>\n        {% endconnectionrequest %}\n    {% endfor %}\n</ul></p>\n<p>Look through these connection requests and make the appropriate changes.</p>\n<p>CBC Security</p>\n\n{{ 'Global' | Attribute:'EmailFooter' }}",
        "PersistedTextValue": "{{ 'Global' | Attribute:'EmailHeader' }}\n\n<p>{{ Activity | Attribute:'Connector','NickName' }},</p>\n{% assign length = Workflow | Attribute:'Level' | Size | Minus:4 %}\n<p><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}person/{{ Workflow | Attribute:'Person','Id' }}\">{{ Workflow | Attribute:'Person','FullName' }}'s</a> VCI has been set to the level: {{ Workflow | Attribute:'Level','RawValue' }}-{{ Workflow | Attribute:'Level' | Slice:4,length }}.</p> \n<p>This affects the following connection Requests:\n<ul>\n    {% assign connectionrequests = Activity | Attribute:'ConnectionRequests' | Split:';' %}\n    {% for cr in connectionrequests %}\n        {% connectionrequest id:'{{ cr }}' securityenabled:'false' %}\n            <li><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}page/702?ConnectionOpportunityId={{ connectionrequest.ConnectionOpportunity.Id }}&ConnectionRequestId={{ connectionrequest.Id }}\">{{ connectionrequest.ConnectionOpportunity.Name }}</a></li>\n        {% endconnectionrequest %}\n    {% endfor %}\n</ul></p>\n<p>Look through these connection requests and make the appropriate changes.</p>\n<p>CBC Security</p>\n\n{{ 'Global' | Attribute:'EmailFooter' }}",
        "PersistedHtmlValue": "{{ &#39;Global&#39; | Attribute:&#39;EmailHeader&#39; }}\n\n&lt;p&gt;{{ Activity | Attribute:&#39;Connector&#39;,&#39;NickName&#39; }},&lt;/p&gt;\n{% assign length = Workflow | Attribute:&#39;Level&#39; | Size | Minus:4 %}\n&lt;p&gt;&lt;a href=&quot;{{ &#39;Global&#39; | Attribute:&#39;InternalApplicationRoot&#39; }}person/{{ Workflow | Attribute:&#39;Person&#39;,&#39;Id&#39; }}&quot;&gt;{{ Workflow | Attribute:&#39;Person&#39;,&#39;FullName&#39; }}&#39;s&lt;/a&gt; VCI has been set to the level: {{ Workflow | Attribute:&#39;Level&#39;,&#39;RawValue&#39; }}-{{ Workflow | Attribute:&#39;Level&#39; | Slice:4,length }}.&lt;/p&gt; \n&lt;p&gt;This affects the following connection Requests:\n&lt;ul&gt;\n    {% assign connectionrequests = Activity | Attribute:&#39;ConnectionRequests&#39; | Split:&#39;;&#39; %}\n    {% for cr in connectionrequests %}\n        {% connectionrequest id:&#39;{{ cr }}&#39; securityenabled:&#39;false&#39; %}\n            &lt;li&gt;&lt;a href=&quot;{{ &#39;Global&#39; | Attribute:&#39;InternalApplicationRoot&#39; }}page/702?ConnectionOpportunityId={{ connectionrequest.ConnectionOpportunity.Id }}&amp;ConnectionRequestId={{ connectionrequest.Id }}&quot;&gt;{{ connectionrequest.ConnectionOpportunity.Name }}&lt;/a&gt;&lt;/li&gt;\n        {% endconnectionrequest %}\n    {% endfor %}\n&lt;/ul&gt;&lt;/p&gt;\n&lt;p&gt;Look through these connection requests and make the appropriate changes.&lt;/p&gt;\n&lt;p&gt;CBC Security&lt;/p&gt;\n\n{{ &#39;Global&#39; | Attribute:&#39;EmailFooter&#39; }}",
        "PersistedCondensedTextValue": "{{ 'Global' | Attribute:'EmailHeader' }}\n\n<p>{{ Activity | Attribute:'Connector','NickName'...",
        "PersistedCondensedHtmlValue": "{{ &#39;Global&#39; | Attribute:&#39;EmailHeader&#39; }}\n\n&lt;p&gt;{{ Activity | Attribute:&#39;Connector&#39;,&#39;NickName&#39;...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T16:52:26.803",
        "ModifiedDateTime": "2023-12-13T16:32:00.04"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0768ebe8-b1cd-4166-8336-04cdf332ff30"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cbc29c1f-3bb3-430d-aaf1-33789298a84b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T16:52:26.803",
        "ModifiedDateTime": "2023-12-04T16:52:26.803"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1bdc7aca-9a0b-4c8a-909e-8b4143d9c2a3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "0768ebe8-b1cd-4166-8336-04cdf332ff30"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "03def538-884e-46b2-b7f0-46fb4d4751d9",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "ConnectorData",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "ConnectorData",
        "Name": "ConnectorData",
        "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": "2024-05-29T15:18:14.523"
      },
      "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": "c6126ebb-8af1-4b9d-9412-7f9553ad57cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5f404adc-acef-4935-b8cb-5858c157a0b7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "03def538-884e-46b2-b7f0-46fb4d4751d9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5827571c-0ea6-44e9-b3aa-938eed50a30b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "03def538-884e-46b2-b7f0-46fb4d4751d9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b94f16af-9427-451f-af5a-41bc9b94b962",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "03def538-884e-46b2-b7f0-46fb4d4751d9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f9205b13-97d3-4b37-be12-48ccd8de75c4",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Connector",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "Connector",
        "Name": "Connector",
        "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": "2024-05-29T15:18:14.68"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "c6126ebb-8af1-4b9d-9412-7f9553ad57cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8f248114-3307-41c9-a983-e1d9e921d7e6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f9205b13-97d3-4b37-be12-48ccd8de75c4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "747cdbab-4805-4db5-bac5-4a47170a9047",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "ConnectionRequests",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "ConnectionRequests",
        "Name": "ConnectionRequests",
        "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": "2024-05-29T15:18:14.727"
      },
      "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": "c6126ebb-8af1-4b9d-9412-7f9553ad57cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3cb27a7c-b792-4e40-b3d6-f605c5947fc9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "747cdbab-4805-4db5-bac5-4a47170a9047"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4b6689cf-e02a-4fde-ad07-3a389e9a4769",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "747cdbab-4805-4db5-bac5-4a47170a9047"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5bfebbc6-4d42-4474-9eed-65fec6904b68",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "747cdbab-4805-4db5-bac5-4a47170a9047"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "3deea812-3733-471d-9939-26633fc3403d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Continue",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 3,
        "CreatedDateTime": "2023-12-04T16:52:25.943",
        "ModifiedDateTime": "2023-12-04T16:52:25.943"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "8eddb6d0-3101-4a6e-9877-3ff5902a2ace",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Process Group Leaders",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-04T17:18:06.477",
        "ModifiedDateTime": "2023-12-04T17:18:06.477"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "3deea812-3733-471d-9939-26633fc3403d"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "com.blueboxmoon.WorkflowStimPack.Actions.ForEach"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c2aa4978-3beb-4110-899d-9ee28f5f5e77",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "adf07b69-9537-4db3-8794-5c7c484682b0",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:06.947",
        "ModifiedDateTime": "2023-12-04T17:18:06.947"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "77ae2aa1-d923-4b23-a527-49438e4d42fb"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eddb6d0-3101-4a6e-9877-3ff5902a2ace"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "760bae61-8d2f-44b1-b4ac-5802cb449f47",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T17:18:06.947",
        "ModifiedDateTime": "2023-12-04T17:18:06.947"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d356b8de-45d4-461c-a9e8-3fcc02e8f59d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eddb6d0-3101-4a6e-9877-3ff5902a2ace"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ae8f5475-ddfa-45b4-8009-797d9655711c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": ",",
        "PersistedTextValue": ",",
        "PersistedHtmlValue": ",",
        "PersistedCondensedTextValue": ",",
        "PersistedCondensedHtmlValue": ",",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T17:18:06.947",
        "ModifiedDateTime": "2023-12-04T17:18:06.947"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7b05cd55-c02b-40cc-b539-84bf47e0f8fd"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eddb6d0-3101-4a6e-9877-3ff5902a2ace"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2e813cb9-fb59-4e56-ac32-6ec9a7aec631",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "PersistedTextValue": "Yes",
        "PersistedHtmlValue": "Yes",
        "PersistedCondensedTextValue": "Y",
        "PersistedCondensedHtmlValue": "Y",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": true,
        "CreatedDateTime": "2023-12-04T17:18:06.947",
        "ModifiedDateTime": "2023-12-04T17:18:06.947"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7baeb7c9-82b6-4842-bdb2-b03d264a56cc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eddb6d0-3101-4a6e-9877-3ff5902a2ace"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "53f0b719-91ba-4555-9bac-83eea6d5b66a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "7A00A803-3F17-46F8-918E-79EA4AE509BE",
        "PersistedTextValue": "Process Group Leaders",
        "PersistedHtmlValue": "Process Group Leaders",
        "PersistedCondensedTextValue": "Process Group Leaders",
        "PersistedCondensedHtmlValue": "Process Group Leaders",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:06.947",
        "ModifiedDateTime": "2023-12-04T17:18:06.947"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "289d8de9-5e4b-409e-87ae-e477243a9ef1"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eddb6d0-3101-4a6e-9877-3ff5902a2ace"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "24afbba0-e534-44c5-ac30-6dbcc5209c59",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "GroupData^{{ Value }}",
        "PersistedTextValue": "GroupData: {{ Value }}",
        "PersistedHtmlValue": "GroupData: {{ Value }}",
        "PersistedCondensedTextValue": "GroupData: {{ Value }}",
        "PersistedCondensedHtmlValue": "GroupData: {{ Value }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:06.947",
        "ModifiedDateTime": "2023-12-04T17:18:06.947"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7d4d3f9-5ee0-492a-b693-1843c5c76a09"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eddb6d0-3101-4a6e-9877-3ff5902a2ace"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4c68ddb0-e9db-4deb-a748-d294e0f6b9d4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "A21338AB-D1EA-435C-AF88-77AA4D416B90",
        "PersistedTextValue": "Complete Workflow",
        "PersistedHtmlValue": "Complete Workflow",
        "PersistedCondensedTextValue": "Complete Workflow",
        "PersistedCondensedHtmlValue": "Complete Workflow",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:06.947",
        "ModifiedDateTime": "2023-12-04T17:18:06.947"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6454641a-9caf-4a9b-aad2-42f31ae102f7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eddb6d0-3101-4a6e-9877-3ff5902a2ace"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "7a00a803-3f17-46f8-918e-79ea4ae509be",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Process Group Leaders Loop",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 4,
        "CreatedDateTime": "2023-12-04T16:52:25.973",
        "ModifiedDateTime": "2023-12-05T13:32:43.043"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "d16c173d-ce1d-40bb-b864-7515f2591a37",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Group Leader",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-04T17:18:06.6",
        "ModifiedDateTime": "2023-12-04T17:18:06.6"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "7a00a803-3f17-46f8-918e-79ea4ae509be"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4015dc34-5cb7-4e9c-b628-68c81a47692e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign gl = Activity | Attribute:'GroupData' | Split:'|' | First | PersonById %}{{ gl.PrimaryAlias.Guid }}",
        "PersistedTextValue": "{% assign gl = Activity | Attribute:'GroupData' | Split:'|' | First | PersonById %}{{ gl.PrimaryAlias.Guid }}",
        "PersistedHtmlValue": "{% assign gl = Activity | Attribute:&#39;GroupData&#39; | Split:&#39;|&#39; | First | PersonById %}{{ gl.PrimaryAlias.Guid }}",
        "PersistedCondensedTextValue": "{% assign gl = Activity | Attribute:'GroupData' | Split:'|' | First | PersonById %}{{...",
        "PersistedCondensedHtmlValue": "{% assign gl = Activity | Attribute:&#39;GroupData&#39; | Split:&#39;|&#39; | First | PersonById %}{{...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:07.057",
        "ModifiedDateTime": "2023-12-05T08:11:43.587"
      },
      "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": "d16c173d-ce1d-40bb-b864-7515f2591a37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "61a1f5cc-4408-4287-bad0-dfa4c15d5787",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T17:18:07.057",
        "ModifiedDateTime": "2023-12-04T17:18:07.057"
      },
      "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": "d16c173d-ce1d-40bb-b864-7515f2591a37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "00d96bed-c4f5-4af1-9282-189d4984e073",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "471fa4b2-6b2e-4d1f-98c0-bd6a789ba501",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:07.057",
        "ModifiedDateTime": "2023-12-04T17:18:07.057"
      },
      "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": "d16c173d-ce1d-40bb-b864-7515f2591a37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "94940839-1de6-4148-b299-9c2ce82718c1",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Groups",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-04T17:18:06.6",
        "ModifiedDateTime": "2023-12-04T17:18:06.6"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "7a00a803-3f17-46f8-918e-79ea4ae509be"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7462f872-ad76-4666-8a60-8b4d7ecbe60c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Activity | Attribute:'GroupData' | Split:'|' | Last }}",
        "PersistedTextValue": "{{ Activity | Attribute:'GroupData' | Split:'|' | Last }}",
        "PersistedHtmlValue": "{{ Activity | Attribute:&#39;GroupData&#39; | Split:&#39;|&#39; | Last }}",
        "PersistedCondensedTextValue": "{{ Activity | Attribute:'GroupData' | Split:'|' | Last }}",
        "PersistedCondensedHtmlValue": "{{ Activity | Attribute:&#39;GroupData&#39; | Split:&#39;|&#39; | Last }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:07.133",
        "ModifiedDateTime": "2023-12-04T17:18:07.133"
      },
      "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": "94940839-1de6-4148-b299-9c2ce82718c1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "19bd22fb-c9a6-480f-ab2f-f93bad3de67e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T17:18:07.133",
        "ModifiedDateTime": "2023-12-04T17:18:07.133"
      },
      "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": "94940839-1de6-4148-b299-9c2ce82718c1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7c1e1e9b-fb1d-46e0-b919-2980f78fc4c1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "6cc17290-9940-406f-8db2-eb97a50d0d3e",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:07.133",
        "ModifiedDateTime": "2023-12-04T17:18:07.133"
      },
      "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": "94940839-1de6-4148-b299-9c2ce82718c1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "e94a0a03-2f62-4d2b-b85b-e51d9aa032c8",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Email Leader",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "471fa4b2-6b2e-4d1f-98c0-bd6a789ba501",
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-04T17:18:06.6",
        "ModifiedDateTime": "2023-12-06T13:48:46.173"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "7a00a803-3f17-46f8-918e-79ea4ae509be"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f4000594-89bc-4fb6-953f-c37fb4eabea3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T17:18:07.23",
        "ModifiedDateTime": "2023-12-04T17:18:07.23"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "36197160-7d3d-490d-ab42-7e29105afe91"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e94a0a03-2f62-4d2b-b85b-e51d9aa032c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "62dfb0c1-0ee0-4c20-aee8-3eaa3a747a78",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Community Bible Church",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:07.23",
        "ModifiedDateTime": "2023-12-04T17:18:07.23"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "644d19e1-63fd-4ca5-9975-bc6942b69d75"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e94a0a03-2f62-4d2b-b85b-e51d9aa032c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b742be3b-4758-4ff1-a9d5-49651aa575e7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "info@cbc.email",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:07.23",
        "ModifiedDateTime": "2023-12-04T17:18:07.23"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e94a0a03-2f62-4d2b-b85b-e51d9aa032c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a2058a73-c170-4ce2-a4d5-46dd0ff4a170",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "471fa4b2-6b2e-4d1f-98c0-bd6a789ba501",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:07.23",
        "ModifiedDateTime": "2023-12-20T15:59:34.047"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c13b8-7076-4872-925a-f950886b5e16"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e94a0a03-2f62-4d2b-b85b-e51d9aa032c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5ae096f0-74fa-42bd-99b7-7a804569aef7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "VCI change noted for {{ Workflow | Attribute:'Person' }}",
        "PersistedTextValue": "VCI change noted for {{ Workflow | Attribute:'Person' }}",
        "PersistedHtmlValue": "VCI change noted for {{ Workflow | Attribute:&#39;Person&#39; }}",
        "PersistedCondensedTextValue": "VCI change noted for {{ Workflow | Attribute:'Person' }}",
        "PersistedCondensedHtmlValue": "VCI change noted for {{ Workflow | Attribute:&#39;Person&#39; }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:07.23",
        "ModifiedDateTime": "2023-12-04T17:18:07.23"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e94a0a03-2f62-4d2b-b85b-e51d9aa032c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5e99af92-999b-444d-8747-164be8b2dd08",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ 'Global' | Attribute:'EmailHeader' }}\n\n<p>{{ Activity | Attribute:'GroupLeader','NickName' }},</p>\n{% assign length = Workflow | Attribute:'Level' | Size | Minus:4 %}\n<p><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}person/{{ Workflow | Attribute:'Person','Id' }}\">{{ Workflow | Attribute:'Person','FullName' }}'s</a> VCI has been set to the level: {{ Workflow | Attribute:'Level','RawValue' }}-{{ Workflow | Attribute:'Level' | Slice:4,length }}. </p>\n<p>This affects the following Groups:\n<ul>\n    {% assign groups = Activity | Attribute:'Groups' | Split:';' %}\n    {% for group in groups %}\n    {% assign gname = group | GroupById %}\n        <li><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}people/groups?GroupId={{ group }}\">{{ gname.Name }}</a></li>\n    {% endfor %}\n</ul></p>\n<p>Look through these groups and make the appropriate changes.</p>\n<p>CBC Security</p>\n\n{{ 'Global' | Attribute:'EmailFooter' }}",
        "PersistedTextValue": "{{ 'Global' | Attribute:'EmailHeader' }}\n\n<p>{{ Activity | Attribute:'GroupLeader','NickName' }},</p>\n{% assign length = Workflow | Attribute:'Level' | Size | Minus:4 %}\n<p><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}person/{{ Workflow | Attribute:'Person','Id' }}\">{{ Workflow | Attribute:'Person','FullName' }}'s</a> VCI has been set to the level: {{ Workflow | Attribute:'Level','RawValue' }}-{{ Workflow | Attribute:'Level' | Slice:4,length }}. </p>\n<p>This affects the following Groups:\n<ul>\n    {% assign groups = Activity | Attribute:'Groups' | Split:';' %}\n    {% for group in groups %}\n    {% assign gname = group | GroupById %}\n        <li><a href=\"{{ 'Global' | Attribute:'InternalApplicationRoot' }}people/groups?GroupId={{ group }}\">{{ gname.Name }}</a></li>\n    {% endfor %}\n</ul></p>\n<p>Look through these groups and make the appropriate changes.</p>\n<p>CBC Security</p>\n\n{{ 'Global' | Attribute:'EmailFooter' }}",
        "PersistedHtmlValue": "{{ &#39;Global&#39; | Attribute:&#39;EmailHeader&#39; }}\n\n&lt;p&gt;{{ Activity | Attribute:&#39;GroupLeader&#39;,&#39;NickName&#39; }},&lt;/p&gt;\n{% assign length = Workflow | Attribute:&#39;Level&#39; | Size | Minus:4 %}\n&lt;p&gt;&lt;a href=&quot;{{ &#39;Global&#39; | Attribute:&#39;InternalApplicationRoot&#39; }}person/{{ Workflow | Attribute:&#39;Person&#39;,&#39;Id&#39; }}&quot;&gt;{{ Workflow | Attribute:&#39;Person&#39;,&#39;FullName&#39; }}&#39;s&lt;/a&gt; VCI has been set to the level: {{ Workflow | Attribute:&#39;Level&#39;,&#39;RawValue&#39; }}-{{ Workflow | Attribute:&#39;Level&#39; | Slice:4,length }}. &lt;/p&gt;\n&lt;p&gt;This affects the following Groups:\n&lt;ul&gt;\n    {% assign groups = Activity | Attribute:&#39;Groups&#39; | Split:&#39;;&#39; %}\n    {% for group in groups %}\n    {% assign gname = group | GroupById %}\n        &lt;li&gt;&lt;a href=&quot;{{ &#39;Global&#39; | Attribute:&#39;InternalApplicationRoot&#39; }}people/groups?GroupId={{ group }}&quot;&gt;{{ gname.Name }}&lt;/a&gt;&lt;/li&gt;\n    {% endfor %}\n&lt;/ul&gt;&lt;/p&gt;\n&lt;p&gt;Look through these groups and make the appropriate changes.&lt;/p&gt;\n&lt;p&gt;CBC Security&lt;/p&gt;\n\n{{ &#39;Global&#39; | Attribute:&#39;EmailFooter&#39; }}",
        "PersistedCondensedTextValue": "{{ 'Global' | Attribute:'EmailHeader' }}\n\n<p>{{ Activity | Attribute:'GroupLeader','NickName'...",
        "PersistedCondensedHtmlValue": "{{ &#39;Global&#39; | Attribute:&#39;EmailHeader&#39; }}\n\n&lt;p&gt;{{ Activity | Attribute:&#39;GroupLeader&#39;,&#39;NickName&#39;...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2023-12-04T17:18:07.23",
        "ModifiedDateTime": "2023-12-13T16:32:00.163"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e94a0a03-2f62-4d2b-b85b-e51d9aa032c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6cf2f348-1f66-45d0-8a13-e6a5dbe015e0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-04T17:18:07.23",
        "ModifiedDateTime": "2023-12-04T17:18:07.23"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1bdc7aca-9a0b-4c8a-909e-8b4143d9c2a3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e94a0a03-2f62-4d2b-b85b-e51d9aa032c8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "c07cf022-7459-44ba-87b5-6aba16485ece",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Complete Activity",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 32,
        "CriteriaValue": "",
        "CreatedDateTime": "2023-12-06T13:48:46.173",
        "ModifiedDateTime": "2023-12-06T13:48:46.173"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "7a00a803-3f17-46f8-918e-79ea4ae509be"
        },
        {
          "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": "2020-11-20T16:57:52.87",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "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": "2020-11-20T16:57:52.883",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "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": "05a4e2e1-a5ca-4ebf-95c5-23d3ef8f77be",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2023-12-06T13:48:46.457",
        "ModifiedDateTime": "2023-12-06T13:48:46.457"
      },
      "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": "c07cf022-7459-44ba-87b5-6aba16485ece"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c2139b47-acd7-4bce-a09d-395e74410cd4",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Group Data",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "GroupData",
        "Name": "Group Data",
        "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": "2024-05-29T15:18:14.913"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "7a00a803-3f17-46f8-918e-79ea4ae509be"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ad157ece-75f7-4fa1-8486-4a3771cdb581",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c2139b47-acd7-4bce-a09d-395e74410cd4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6db81854-f853-4475-aef3-e794c691db93",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c2139b47-acd7-4bce-a09d-395e74410cd4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "34ae5170-ad3e-4caa-91a0-4d7b47f98c53",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c2139b47-acd7-4bce-a09d-395e74410cd4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "471fa4b2-6b2e-4d1f-98c0-bd6a789ba501",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Group Leader",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "GroupLeader",
        "Name": "Group Leader",
        "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": "2024-05-29T15:18:15.07"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "7a00a803-3f17-46f8-918e-79ea4ae509be"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9ec590d4-f698-419d-9109-266eacb331bd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "471fa4b2-6b2e-4d1f-98c0-bd6a789ba501"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6cc17290-9940-406f-8db2-eb97a50d0d3e",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Groups",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "Groups",
        "Name": "Groups",
        "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": "2024-05-29T15:18:15.22"
      },
      "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": "7a00a803-3f17-46f8-918e-79ea4ae509be"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a66df53e-1895-4d2e-b006-341ba358d649",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6cc17290-9940-406f-8db2-eb97a50d0d3e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "87700a5b-9e8a-47cf-a37e-166b16ebcaee",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6cc17290-9940-406f-8db2-eb97a50d0d3e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "335aa241-77f1-410a-b5c6-7cc64ae8c20b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6cc17290-9940-406f-8db2-eb97a50d0d3e"
        }
      ]
    },
    {
      "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-04-15T04:16:16.343"
      },
      "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-04-15T04:16:16.343"
      },
      "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": "5be1bb26-5ff5-4544-96a8-a306b34cb60c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Flow Chart",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "FlowChart",
        "Name": "Flow Chart",
        "Description": "",
        "Order": 1020,
        "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-11-18T10:50:02.35",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.FileFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6286fb36-5e8f-4aaf-9515-19193621eb4d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "binaryFileType",
        "Value": "6cbea3b0-e983-40c1-9712-bd3fa2466eae"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5be1bb26-5ff5-4544-96a8-a306b34cb60c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "54101ba5-e521-4f28-a2ae-9f5f536fbfa4",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "BEMA Custom Code Items",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BEMACustomCodeItems",
        "Name": "BEMA Custom Code Items",
        "Description": "",
        "Order": 1086,
        "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": "2020-04-13T15:48:04.503",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "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": "194415d9-09dc-4230-8104-082a6b939ee1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributematrixtemplate",
        "Value": "7"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "54101ba5-e521-4f28-a2ae-9f5f536fbfa4"
        }
      ]
    },
    {
      "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-04-15T04:16:16.343"
      },
      "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-04-15T04:16:16.343"
      },
      "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"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "76c1c505-b11f-4757-abb6-2c17211673a0",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "EntryPage",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "EntryPage",
        "Name": "EntryPage",
        "Description": "This attribute is used to programmatically enter the URL of the workflow entry page. Sometimes it is custom, sometimes it is just the generic workflow entry page.",
        "Order": 2008,
        "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": "2021-09-30T08:49:03.643",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.UrlLinkFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "14870faf-3b53-49d6-96b7-c8c1f72772fe",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ShouldAlwaysShowCondensed",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "76c1c505-b11f-4757-abb6-2c17211673a0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2212f7bd-7140-4b42-ac5b-880753979730",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ShouldRequireTrailingForwardSlash",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "76c1c505-b11f-4757-abb6-2c17211673a0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a3f64723-3ed5-4f47-bb4f-f3248d116126",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Hubspot Keys",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "HubspotKeys",
        "Name": "Hubspot Keys",
        "Description": "",
        "Order": 2564,
        "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": "2022-05-04T13:44:44.693",
        "ModifiedDateTime": "2023-04-19T03:36:57.187"
      },
      "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.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f30586c9-1cb1-439f-b47b-d1b8112bff84",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowhtml",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a3f64723-3ed5-4f47-bb4f-f3248d116126"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e0c90d2e-00ca-42e7-b1b6-7890af2d3f01",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "customvalues",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a3f64723-3ed5-4f47-bb4f-f3248d116126"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "570e5c12-6e95-40af-ae38-43c38f4bd081",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a3f64723-3ed5-4f47-bb4f-f3248d116126"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "44d20be5-1184-4c4e-b08b-67a507b3f86a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayvaluefirst",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a3f64723-3ed5-4f47-bb4f-f3248d116126"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e7d0eb06-8a4e-475e-97e1-342b21017dbf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "keyprompt",
        "Value": "Workflow Attribute Key"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a3f64723-3ed5-4f47-bb4f-f3248d116126"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "be7659df-0c09-4934-a911-a3bfefd760dc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "valueprompt",
        "Value": "Hubspot Key"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a3f64723-3ed5-4f47-bb4f-f3248d116126"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3bc0266c-fcf9-4d19-96ec-d95485073bd7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Workflow Entry Block Title",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BlockTitle",
        "Name": "Workflow Entry Block Title",
        "Description": "A title for the Workflow Entry block",
        "Order": 6557,
        "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-08-03T12:50:57.527",
        "ModifiedDateTime": "2023-04-15T04:16:16.343"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bde30911-9e76-4137-bffc-3a74048a11a7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3bc0266c-fcf9-4d19-96ec-d95485073bd7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "dff63d36-21b0-41d2-af4c-0279e9de4ae4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": "50"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3bc0266c-fcf9-4d19-96ec-d95485073bd7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d758556b-1936-4bca-8c50-17d25b0333f3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3bc0266c-fcf9-4d19-96ec-d95485073bd7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d91c622a-4ad6-449e-ab4b-d1aa18176ce8",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "ClickUpId",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "ClickUpId",
        "Name": "ClickUpId",
        "Description": "",
        "Order": 15253,
        "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": "2023-02-13T14:55:11.45",
        "ModifiedDateTime": "2023-02-13T14:55:11.45"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e5a54995-f434-478a-b9ac-3d1995bf7631",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d91c622a-4ad6-449e-ab4b-d1aa18176ce8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fc84cd6c-127e-4c18-b111-8df21024e668",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d91c622a-4ad6-449e-ab4b-d1aa18176ce8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ba8e7f31-de1d-4b19-861f-63ff683164b8",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d91c622a-4ad6-449e-ab4b-d1aa18176ce8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "983948ff-3d93-4e7e-a587-4a1122bff7ec",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Header Image Displayed",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "HeaderImageDisplayed",
        "Name": "Header Image Displayed",
        "Description": "",
        "Order": 15292,
        "IsGridColumn": false,
        "DefaultValue": null,
        "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": "2024-02-06T15:53:03.49",
        "ModifiedDateTime": "2024-02-06T15:53:03.49"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.ImageFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2944c72f-cd89-4da3-9b8c-ffe237c58d53",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "binaryFileType",
        "Value": "8dbf874c-f3c2-4848-8137-c963c431eb0b"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "983948ff-3d93-4e7e-a587-4a1122bff7ec"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "036569df-9763-4b19-b398-843a432dcd05",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "formatAsLink",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "983948ff-3d93-4e7e-a587-4a1122bff7ec"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6b98e954-49a8-4b81-b180-13fe4a2b1719",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "img_tag_template",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "983948ff-3d93-4e7e-a587-4a1122bff7ec"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "35ac1f44-9541-46d6-a0b1-a33414760fe2",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "VCI Changed",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "VCIChanged",
        "Name": "VCI Changed",
        "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": "2024-05-29T15:18:12.08"
      },
      "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": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "679a441c-8b64-452b-856e-e47daaeef511",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35ac1f44-9541-46d6-a0b1-a33414760fe2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "59feb18a-0372-4d43-b67e-9b81d00e8643",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35ac1f44-9541-46d6-a0b1-a33414760fe2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "39669a8c-abd1-4c2e-ab8e-4d5755a649f1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35ac1f44-9541-46d6-a0b1-a33414760fe2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4659ba45-2bf1-4655-a580-cb11c61210e0",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Person",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "",
        "Order": 1,
        "IsGridColumn": true,
        "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": "2024-05-29T15:18:12.44"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0fbce873-d851-4c98-9374-4d15079a9e79",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4659ba45-2bf1-4655-a580-cb11c61210e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f35397a5-d1d5-4d8f-bb84-1e6532dc99b1",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "VCI Item Id",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "VCIItemId",
        "Name": "VCI Item 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": "2024-05-29T15:18:12.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.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c0edbbc7-f427-4ac8-8640-79940fb2a3fb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f35397a5-d1d5-4d8f-bb84-1e6532dc99b1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "419122f8-b9fa-49d6-a349-5f7b085db6ef",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f35397a5-d1d5-4d8f-bb84-1e6532dc99b1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "17e88e4c-cde4-449a-aeed-41a7e9314cfb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f35397a5-d1d5-4d8f-bb84-1e6532dc99b1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b5bf263e-2ab0-4e2e-866e-045dbbc8a4a9",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Admin",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Admin",
        "Name": "Admin",
        "Description": "",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "cad1236c-a83c-4854-a1bb-2c657cb4785c",
        "DefaultPersistedTextValue": "BEMA Admin",
        "DefaultPersistedHtmlValue": "BEMA Admin",
        "DefaultPersistedCondensedTextValue": "BEMA Admin",
        "DefaultPersistedCondensedHtmlValue": "BEMA Admin",
        "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": "2024-05-29T15:18:12.707"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "251a7d12-7369-4469-883d-51de82b57e03",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b5bf263e-2ab0-4e2e-866e-045dbbc8a4a9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b60b5595-863e-4689-b48f-887f4fa58a62",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "VCI Is Active",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "VCIIsActive",
        "Name": "VCI Is Active",
        "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": "2024-05-29T15:18:12.847"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1abe06ad-64b7-446d-baf6-72b390d8b2d3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "BooleanControlType",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b60b5595-863e-4689-b48f-887f4fa58a62"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3d3b7388-edeb-4d3b-a5af-96f9d1866c4b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b60b5595-863e-4689-b48f-887f4fa58a62"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "df6a50da-c386-4dc8-a313-73a2523b33cd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b60b5595-863e-4689-b48f-887f4fa58a62"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8cee37c9-6c90-4716-a630-b2a56f67e252",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Responsible",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Responsible",
        "Name": "Responsible",
        "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": "2024-05-29T15:18:12.97"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "51879cd7-c9d7-49d4-8adc-1a1264bd1fc6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8cee37c9-6c90-4716-a630-b2a56f67e252"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "344b52b6-35ad-4bc3-9871-a46a80e993d8",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Connectors",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Connectors",
        "Name": "Connectors",
        "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": "2024-05-29T15:18:13.11"
      },
      "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": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "44ff8b9e-6b31-41a8-a509-8de316a6b3d6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "344b52b6-35ad-4bc3-9871-a46a80e993d8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e62ed223-0e6c-439c-8180-0f21e05e5eb0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "344b52b6-35ad-4bc3-9871-a46a80e993d8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "91b61628-fe29-408e-9e03-f888b83afa26",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "344b52b6-35ad-4bc3-9871-a46a80e993d8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "adf07b69-9537-4db3-8794-5c7c484682b0",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Group Leaders/Groups",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Groups",
        "Name": "Group Leaders/Groups",
        "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": "2024-05-29T15:18:13.237"
      },
      "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": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6a7f5473-c3e3-439e-87a2-1e7f4853afb3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "adf07b69-9537-4db3-8794-5c7c484682b0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4e9ce203-e97f-4c99-8f13-4edd03e4a601",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "adf07b69-9537-4db3-8794-5c7c484682b0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4dfb0532-490f-49b6-a428-404eb9e2e9b7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "adf07b69-9537-4db3-8794-5c7c484682b0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7b522239-d504-4f32-932a-0a824ee1247f",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Level",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Level",
        "Name": "Level",
        "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": "2024-05-29T15:18:14.227"
      },
      "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": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a865cbda-bc33-45bd-a2d2-48f0e6a30fd8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "rb"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7b522239-d504-4f32-932a-0a824ee1247f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4dc64e01-ccf9-4b74-814b-993a7cef14dd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "repeatColumns",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7b522239-d504-4f32-932a-0a824ee1247f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1a7818b3-2152-4256-9f11-87bc84a60205",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "Black^Blk-Unauthorized to Volunteer,Red^Red-Unauthorized to Volunteer at this Time,Orange^Org-All Star Requires Updated Authorizations,Blue^Blu-Authorized All Star for Adults Only,Yellow^Yel-Authorized All Star Minor and Conditional,Green^Grn-Authorized All Star for All,Grey^Gry-All Star Status Under Evaluation, Purple^Pur-High Capacity All Star"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7b522239-d504-4f32-932a-0a824ee1247f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a605c6b6-e5ae-41e4-b62f-f873325b624f",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Connection Requests",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "ConnectionRequests",
        "Name": "Connection Requests",
        "Description": "",
        "Order": 9,
        "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": "2024-05-29T15:18:13.44"
      },
      "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": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "35adbb5e-0d97-44a7-aff6-c2b24b38a974",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a605c6b6-e5ae-41e4-b62f-f873325b624f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "465339e3-de47-4b1b-b12d-debbc263dd87",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a605c6b6-e5ae-41e4-b62f-f873325b624f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "43c2fbfc-7eca-40d5-805d-7aa1b385fc8a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a605c6b6-e5ae-41e4-b62f-f873325b624f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4ca5b315-2c7a-4526-bc23-2ebf67578f2b",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Groups",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "GroupsList",
        "Name": "Groups",
        "Description": "",
        "Order": 10,
        "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": "2024-05-29T15:18:13.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": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "51d4b9fd-aab7-4ee6-b724-121b2bc4ed89",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4ca5b315-2c7a-4526-bc23-2ebf67578f2b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0d1679fa-5a41-4252-8f3e-366a5d22d78b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4ca5b315-2c7a-4526-bc23-2ebf67578f2b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "11daa586-078e-42af-b241-cd6895be4879",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4ca5b315-2c7a-4526-bc23-2ebf67578f2b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a8dd738c-3d29-4658-9825-e5a61c11ee29",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "PersonId",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PersonId",
        "Name": "PersonId",
        "Description": "",
        "Order": 11,
        "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": "2024-05-29T15:18:13.727"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b1f5cbf6-7886-4e70-8e08-b4ede0ae2b64",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Modified By",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "ModifiedBy",
        "Name": "Modified By",
        "Description": "",
        "Order": 12,
        "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": "2024-05-29T15:18:13.913"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5c75e8e8-fdcb-4fb3-9e69-3acb7c1c833d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b1f5cbf6-7886-4e70-8e08-b4ede0ae2b64"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "990ba0d2-85fa-4530-88e0-c1adadb21c77",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Safety Team",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "SafetyTeam",
        "Name": "Safety Team",
        "Description": "",
        "Order": 13,
        "IsGridColumn": false,
        "DefaultValue": "de8c5caa-f76c-408b-86f2-57a81da6b16f",
        "DefaultPersistedTextValue": "Brian Wheeler",
        "DefaultPersistedHtmlValue": "Brian Wheeler",
        "DefaultPersistedCondensedTextValue": "Brian Wheeler",
        "DefaultPersistedCondensedHtmlValue": "Brian Wheeler",
        "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": "2024-05-29T15:18:14.087"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1dbe96ed-3842-4f15-88dc-058e17d786b9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "990ba0d2-85fa-4530-88e0-c1adadb21c77"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5a3cbcaa-656a-44e1-a408-918eca4f6d02",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "includeBusinesses",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "990ba0d2-85fa-4530-88e0-c1adadb21c77"
        }
      ]
    }
  ],
  "RootEntities": [
    "c7499fb9-3a62-4f2e-be8c-fe7dbffd20e0"
  ]
}