{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "0e248169-e233-4789-8fe2-18d89d580d37",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": " - 6",
        "Name": "PCO To Financial Batch and transaction information",
        "Description": "For sharing",
        "Order": 0,
        "WorkTerm": "Work",
        "ProcessingIntervalSeconds": 60,
        "IsPersisted": true,
        "SummaryViewText": "<div class='row'>\n    <div class='col-sm-6'>\n        <dl><dt>Started By</dt><dd>{{ Workflow.InitiatorPersonAlias.Person.FullName }}</dd></dl>\n    </div>\n    <div class='col-sm-6'>\n        <dl><dt>Started On</dt><dd>{{ Workflow.ActivatedDateTime | Date:'MM/dd/yyyy' }} at {{ Workflow.ActivatedDateTime | Date:'hh:mm:ss tt' }}</dd></dl>\n    </div>\n</div>\n\n{% assign attributeList = '' %}\n{% for attribute in Workflow.AttributeValues %}\n    {% if attribute.AttributeIsGridColumn %}\n        {% assign attributeValue = attribute.ValueFormatted %}\n        {% if attributeValue != '' %}\n            {% capture item %}<dt>{{ attribute.AttributeName }}</dt><dd>{{ attributeValue }}</dd>{% endcapture %}\n            {% assign attributeList = attributeList | Append:item %}\n        {% endif %}\n    {% endif %}\n{% endfor %}\n\n{% if attributeList != '' %}\n    <div class='row'>\n        <div class='col-sm-6'>\n            <dl>\n                {{ attributeList }}\n            </dl>\n        </div>\n    </div>\n{% endif %}",
        "NoActionMessage": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "LogRetentionPeriod": null,
        "CompletedWorkflowRetentionPeriod": null,
        "LoggingLevel": 3,
        "IconCssClass": "fa fa-money",
        "MaxWorkflowAgeDays": null,
        "IsFormBuilder": false,
        "FormBuilderSettingsJson": null,
        "FormStartDateTime": null,
        "FormEndDateTime": null,
        "WorkflowExpireDateTime": null,
        "IsLoginRequired": false,
        "Slug": "pco-to-financial-batch-and-transaction-information-1",
        "CreatedDateTime": "2025-12-23T15:06:55.143",
        "ModifiedDateTime": "2025-12-23T17:09:02.637"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "93e2b2b9-3938-4f48-8a31-df198971a13f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Step 1:  Initial Process Webhook",
        "Description": "Checking the transaction for status: \nSucceeded:  Continues on\nPending:  Loops Back\nFailed:  Send to activity \"Payment failed workflow\"",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2025-12-23T15:06:55.8",
        "ModifiedDateTime": "2025-12-23T15:06:55.8"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "2fe102fd-b036-4fc1-9089-84cdb3ffa83f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Transaction Id",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.893",
        "ModifiedDateTime": "2025-12-23T15:06:55.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "93e2b2b9-3938-4f48-8a31-df198971a13f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Lava",
        "Description": "The <span class='tip tip-lava'></span> to run.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Lava",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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": "413f34c2-7400-41b4-b4fc-390a7f62b124",
      "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": "fcf31895-f8f1-4689-83ef-9b27f431123e",
      "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": "891a3341-f3e5-42e2-9a5b-d3431c071bf1",
      "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": "d4c16873-20f1-4a99-a102-c393b8c8f173",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign body = Workflow | Attribute:'RawBody' |  FromJSON -%} \n{% for indata in body.data%}\n{% assign  newpayload =  indata.attributes.payload |  FromJSON -%} \n{{newpayload.data.id}}\n{% endfor %}",
        "PersistedTextValue": "{% assign body = Workflow | Attribute:'RawBody' |  FromJSON -%} \n{% for indata in body.data%}\n{% assign  newpayload =  indata.attributes.payload |  FromJSON -%} \n{{newpayload.data.id}}\n{% endfor %}",
        "PersistedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawBody&#39; |  FromJSON -%} \n{% for indata in body.data%}\n{% assign  newpayload =  indata.attributes.payload |  FromJSON -%} \n{{newpayload.data.id}}\n{% endfor %}",
        "PersistedCondensedTextValue": "{% assign body = Workflow | Attribute:'RawBody' |  FromJSON -%} \n{% for indata in body.data%}\n{%...",
        "PersistedCondensedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawBody&#39; |  FromJSON -%} \n{% for indata in body.data%}\n{%...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.317",
        "ModifiedDateTime": "2025-12-23T15:06:56.317"
      },
      "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": "2fe102fd-b036-4fc1-9089-84cdb3ffa83f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1924bdc-9b79-4018-9d4a-c3516c87a514",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Active",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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": "e1ba05da-8496-42d8-9107-06310598ac83",
      "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": "2025-12-23T15:06:56.317",
        "ModifiedDateTime": "2025-12-23T15:06:56.317"
      },
      "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": "2fe102fd-b036-4fc1-9089-84cdb3ffa83f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b833f48-efc2-4537-b1e3-7793f6863eaa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Order",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "431273c6-342d-4030-adc7-7cdedc7f8b27",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to store the result in.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Attribute",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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": "db335c24-073f-47c7-8973-eb7bab3909d4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "96438829-2d69-4c30-8782-50117467a172",
        "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": "2025-12-23T15:06:56.317",
        "ModifiedDateTime": "2025-12-23T15:06:56.317"
      },
      "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": "2fe102fd-b036-4fc1-9089-84cdb3ffa83f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f3e380bf-aac8-4015-9adc-0df56b5462f5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EnabledLavaCommands",
        "Name": "Enabled Lava Commands",
        "Description": "The Lava commands that should be enabled for this action.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Enabled Lava Commands",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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": "224ce9e3-e1c0-43b1-8d4a-b8e045281de9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.317",
        "ModifiedDateTime": "2025-12-23T15:06:56.317"
      },
      "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": "2fe102fd-b036-4fc1-9089-84cdb3ffa83f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "d6169dbc-728c-4b9a-af19-afdb9e467b9a",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Count Batch For Duplicates",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.893",
        "ModifiedDateTime": "2025-12-23T15:06:55.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "93e2b2b9-3938-4f48-8a31-df198971a13f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f3b9908b-096f-460b-8320-122cf046d1f9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SQLQuery",
        "Name": "SQLQuery",
        "Description": "The SQL query to run. <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "SQLQuery",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "989ee11f-9077-41b6-9538-65a0978b6c46",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "400"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c0047cce-c642-488a-b498-7269a689b3d3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Sql"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "81f8d42b-6e46-4958-b172-2db3c21c0cdb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "437c3138-510c-4dfb-bb4a-b664f1f15f4a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "SELECT\nCount(Id)\nFROM\n    [FinancialBatch]\nWHERE\nName= 'PCO Transaction {{ Workflow | Attribute:'PCOTransactionId'}}'",
        "PersistedTextValue": "SELECT\nCount(Id)\nFROM\n    [FinancialBatch]\nWHERE\nName= 'PCO Transaction {{ Workflow | Attribute:'PCOTransactionId'}}'",
        "PersistedHtmlValue": "SELECT\nCount(Id)\nFROM\n    [FinancialBatch]\nWHERE\nName= &#39;PCO Transaction {{ Workflow | Attribute:&#39;PCOTransactionId&#39;}}&#39;",
        "PersistedCondensedTextValue": "SELECT\nCount(Id)\nFROM\n    [FinancialBatch]\nWHERE\nName= 'PCO Transaction {{ Workflow |...",
        "PersistedCondensedHtmlValue": "SELECT\nCount(Id)\nFROM\n    [FinancialBatch]\nWHERE\nName= &#39;PCO Transaction {{ Workflow |...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.363",
        "ModifiedDateTime": "2025-12-23T15:06:56.363"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d6169dbc-728c-4b9a-af19-afdb9e467b9a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a18c3143-0586-4565-9f36-e603bc674b4e",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Active",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2eea0d22-6c1b-4af0-8e11-c4d12bf04f08",
      "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": "2025-12-23T15:06:56.363",
        "ModifiedDateTime": "2025-12-23T15:06:56.363"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18c3143-0586-4565-9f36-e603bc674b4e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d6169dbc-728c-4b9a-af19-afdb9e467b9a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fa7c685d-8636-41ef-9998-90fff3998f76",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Order",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ea9a026a-934f-4920-97b1-9734795127ed",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Parameters",
        "Name": "Parameters",
        "Description": "The parameters to supply to the SQL query. <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Parameters",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.KeyValueListFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7e93e97c-5802-4480-8078-694ca2da9305",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayvaluefirst",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ea9a026a-934f-4920-97b1-9734795127ed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ba46e160-51ae-4d4e-9fdd-a1ff976af085",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "keyprompt",
        "Value": "Parameter"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ea9a026a-934f-4920-97b1-9734795127ed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "56997192-2545-4ea1-b5b2-313b04588984",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ResultAttribute",
        "Name": "Result Attribute",
        "Description": "An optional attribute to set to the scalar result of SQL query.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": "{\"AttributeDisplaySettings\":{\"SiteTypes\":0}}",
        "AbbreviatedName": "Result Attribute",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-04-21T21:42:22.84"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b43bd259-2b77-477f-b09c-83fbec0bca4b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "55a605f0-8edb-41e8-a7d8-4da1b450cb53",
        "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": "2025-12-23T15:06:56.363",
        "ModifiedDateTime": "2025-12-23T15:06:56.363"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56997192-2545-4ea1-b5b2-313b04588984"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d6169dbc-728c-4b9a-af19-afdb9e467b9a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "80842e4a-570b-443c-9474-53c616821f2a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ContinueOnError",
        "Name": "Continue On Error",
        "Description": "Should processing continue even if SQL Error occurs?",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Continue On Error",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c8e5b92b-297b-4a9c-bf77-1854e235ef29",
      "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": "2025-12-23T15:06:56.363",
        "ModifiedDateTime": "2025-12-23T15:06:56.363"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "80842e4a-570b-443c-9474-53c616821f2a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d6169dbc-728c-4b9a-af19-afdb9e467b9a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "af7669d7-17b5-44c8-ba99-95b6d465635b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send To End Workflow Duplicate If Duplicates Found",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "55a605f0-8edb-41e8-a7d8-4da1b450cb53",
        "CriteriaComparisonType": 256,
        "CriteriaValue": "1",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.893",
        "ModifiedDateTime": "2025-12-23T15:06:55.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "93e2b2b9-3938-4f48-8a31-df198971a13f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e8abd802-372c-47be-82b1-96f50db5169e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Active",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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": "be554bfa-c054-43c7-b6d2-80d0ebf26a34",
      "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": "2025-12-23T15:06:56.41",
        "ModifiedDateTime": "2025-12-23T15:06:56.41"
      },
      "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": "af7669d7-17b5-44c8-ba99-95b6d465635b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3809a78c-b773-440c-8e3f-a8e81d0dae08",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Order",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "02d5a7a5-8781-46b4-b9fc-af816829d240",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Activity",
        "Name": "Activity",
        "Description": "The activity type to activate",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Activity",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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": "aa334ed1-bd53-42ea-8641-8689db16651a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "5231C787-437B-410F-B566-2B5D3A8094B0",
        "PersistedTextValue": "Duplicate Found End Workflow",
        "PersistedHtmlValue": "Duplicate Found End Workflow",
        "PersistedCondensedTextValue": "Duplicate Found End Workflow",
        "PersistedCondensedHtmlValue": "Duplicate Found End Workflow",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.41",
        "ModifiedDateTime": "2025-12-23T15:06:56.41"
      },
      "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": "af7669d7-17b5-44c8-ba99-95b6d465635b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "01965bb6-d652-42be-bcd8-c72bf1d10446",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Delay",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.893",
        "ModifiedDateTime": "2025-12-23T15:06:55.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "93e2b2b9-3938-4f48-8a31-df198971a13f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Delay"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "efd0ff62-211a-4baf-a245-7200b1c5bd10",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Minutes To Delay",
        "CreatedDateTime": "2020-10-30T11:34:54.143",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Delay"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "37950fa3-2b48-4997-a5f5-760e6e25ae3c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "120",
        "PersistedTextValue": "120",
        "PersistedHtmlValue": "120",
        "PersistedCondensedTextValue": "120",
        "PersistedCondensedHtmlValue": "120",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 120.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.44",
        "ModifiedDateTime": "2025-12-23T15:06:56.44"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "efd0ff62-211a-4baf-a245-7200b1c5bd10"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "01965bb6-d652-42be-bcd8-c72bf1d10446"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0f085f3d-556d-4c8a-b39a-bb2b37e456e4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Order",
        "CreatedDateTime": "2020-10-30T11:34:54.167",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.Delay"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "cd86d735-5613-425c-8265-e64c71131233",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Active",
        "CreatedDateTime": "2020-10-30T11:34:54.177",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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": "3b8341d7-5353-4e56-966f-b695d96c541a",
      "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": "2025-12-23T15:06:56.44",
        "ModifiedDateTime": "2025-12-23T15:06:56.44"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cd86d735-5613-425c-8265-e64c71131233"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "01965bb6-d652-42be-bcd8-c72bf1d10446"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c3cb3d5d-4bd4-4680-a679-de3b9707a439",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Date In Attribute",
        "CreatedDateTime": "2020-10-30T11:34:54.15",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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": "b6d3cfc2-0df6-4863-912c-9273fc2f0b55",
      "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": "c3cb3d5d-4bd4-4680-a679-de3b9707a439"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e9264982-065d-4495-8e0e-ad3a23f7fd2a",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Next Weekday",
        "CreatedDateTime": "2020-10-30T11:34:54.16",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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": "6fab6f54-e516-4449-bd22-931e85bf395b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e9264982-065d-4495-8e0e-ad3a23f7fd2a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5d9d79f8-592b-4f66-85ed-7499f43a70b5",
      "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": "e9264982-065d-4495-8e0e-ad3a23f7fd2a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "af0ec8e3-be12-4985-a974-681742c4ac5d",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get info after delay",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.893",
        "ModifiedDateTime": "2025-12-23T15:06:55.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "93e2b2b9-3938-4f48-8a31-df198971a13f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "2f155d4e-2c1d-48a5-8f6e-9a4127bc1209",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Method",
        "Name": "Method",
        "Description": "HTTP method to use when making requests.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "GET",
        "DefaultPersistedTextValue": "GET",
        "DefaultPersistedHtmlValue": "GET",
        "DefaultPersistedCondensedTextValue": "GET",
        "DefaultPersistedCondensedHtmlValue": "GET",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Method",
        "CreatedDateTime": "2020-10-30T11:34:54.307",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3b0e53b3-21e2-45ad-9586-1fe7dfbd5dda",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2f155d4e-2c1d-48a5-8f6e-9a4127bc1209"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "41c19ea8-146e-4baf-ba99-6dec0793166d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "GET,POST,PUT,DELETE,PATCH"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2f155d4e-2c1d-48a5-8f6e-9a4127bc1209"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4ea9224f-f5f7-4af5-aaf0-5ca63ec7ca3c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "GET",
        "PersistedTextValue": "GET",
        "PersistedHtmlValue": "GET",
        "PersistedCondensedTextValue": "GET",
        "PersistedCondensedHtmlValue": "GET",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.473",
        "ModifiedDateTime": "2025-12-23T15:06:56.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2f155d4e-2c1d-48a5-8f6e-9a4127bc1209"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "af0ec8e3-be12-4985-a974-681742c4ac5d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a4832421-fcd4-40f3-b35c-d5d2a8fac5d6",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Order",
        "CreatedDateTime": "2020-10-30T11:34:54.417",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7e9b6e95-afc6-40a7-9798-1a37d21fdf5a",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Active",
        "CreatedDateTime": "2020-10-30T11:34:54.42",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1a176694-4213-4895-aa34-d9bcfa1b99fb",
      "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": "2025-12-23T15:06:56.473",
        "ModifiedDateTime": "2025-12-23T15:06:56.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7e9b6e95-afc6-40a7-9798-1a37d21fdf5a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "af0ec8e3-be12-4985-a974-681742c4ac5d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "769b71de-7833-42c2-aa5f-65fa0ba33c24",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Url",
        "Name": "URL",
        "Description": "Sets the BaseUrl property for requests made by this client instance  <span class='tip tip-lava'></span>",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "URL",
        "CreatedDateTime": "2020-10-30T11:34:54.317",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "747797a0-169b-45d8-b004-56d1cd3bd216",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "https://api.planningcenteronline.com/giving/v2/donations/{{ Workflow | Attribute:'PCOTransactionId' }}",
        "PersistedTextValue": "https://api.planningcenteronline.com/giving/v2/donations/{{ Workflow | Attribute:'PCOTransactionId' }}",
        "PersistedHtmlValue": "https://api.planningcenteronline.com/giving/v2/donations/{{ Workflow | Attribute:&#39;PCOTransactionId&#39; }}",
        "PersistedCondensedTextValue": "https://api.planningcenteronline.com/giving/v2/donations/{{ Workflow |...",
        "PersistedCondensedHtmlValue": "https://api.planningcenteronline.com/giving/v2/donations/{{ Workflow | Attribute:&#39;PCOTransactionId&#39; }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.473",
        "ModifiedDateTime": "2025-12-23T15:06:56.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "769b71de-7833-42c2-aa5f-65fa0ba33c24"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "af0ec8e3-be12-4985-a974-681742c4ac5d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "2710a9e4-adff-44b4-a701-76a6f5cb5760",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Parameters",
        "Name": "Parameters",
        "Description": "The parameters to send with request. <span class='tip tip-lava'></span>",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Parameters",
        "CreatedDateTime": "2020-10-30T11:34:54.323",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.KeyValueListFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "af2c9bf4-c731-4db9-8f93-60f6ccb23c8d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayvaluefirst",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2710a9e4-adff-44b4-a701-76a6f5cb5760"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a776f871-09b0-4cf7-82cd-9ddf3adb509f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "keyprompt",
        "Value": "Parameters"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2710a9e4-adff-44b4-a701-76a6f5cb5760"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fbd871dc-b8b2-4486-b5cf-5fdd44b6e692",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Headers",
        "Name": "Headers",
        "Description": "The key value pairs to add in the http header. <span class='tip tip-lava'></span>",
        "Order": 3,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Headers",
        "CreatedDateTime": "2020-10-30T11:34:54.333",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.KeyValueListFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a08bc0d0-8c67-4421-8dd6-67a9c7db95f9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayvaluefirst",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fbd871dc-b8b2-4486-b5cf-5fdd44b6e692"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a451718e-bbac-4c2f-9ef2-59db45208773",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "keyprompt",
        "Value": "Headers"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fbd871dc-b8b2-4486-b5cf-5fdd44b6e692"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f40ebb7f-21d9-42e8-bdd4-087c9d6a8a55",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BasicAuthUserName",
        "Name": "Basic Auth UserName",
        "Description": "The user name for basic http authentication.",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Basic Auth UserName",
        "CreatedDateTime": "2020-10-30T11:34:54.34",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "51723287-d49b-4dcb-ac29-367e1aa9397d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "[Client Id]",
        "PersistedTextValue": "[Client Id]",
        "PersistedHtmlValue": "[Client Id]",
        "PersistedCondensedTextValue": "[Client Id]",
        "PersistedCondensedHtmlValue": "[Client Id]",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.473",
        "ModifiedDateTime": "2025-12-23T16:14:24.97"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f40ebb7f-21d9-42e8-bdd4-087c9d6a8a55"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "af0ec8e3-be12-4985-a974-681742c4ac5d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d23aa545-33cc-46be-abf7-00405532b229",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BasicAuthPassword",
        "Name": "Basic Auth Password",
        "Description": "The password for basic http authentication.",
        "Order": 5,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Basic Auth Password",
        "CreatedDateTime": "2020-10-30T11:34:54.37",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "97a189b3-8cc1-4159-b77d-620e55c1dd05",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "[Secret Id]",
        "PersistedTextValue": "[Secret Id]",
        "PersistedHtmlValue": "[Secret Id]",
        "PersistedCondensedTextValue": "[Secret Id]",
        "PersistedCondensedHtmlValue": "[Secret Id]",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.473",
        "ModifiedDateTime": "2025-12-23T16:14:24.97"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d23aa545-33cc-46be-abf7-00405532b229"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "af0ec8e3-be12-4985-a974-681742c4ac5d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "48e74b0c-43da-4cce-9fe9-7bfd8fbb76a3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "RequestContentType",
        "Name": "Request Content Type",
        "Description": "",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "0",
        "DefaultPersistedTextValue": "JSON",
        "DefaultPersistedHtmlValue": "JSON",
        "DefaultPersistedCondensedTextValue": "JSON",
        "DefaultPersistedCondensedHtmlValue": "JSON",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Request Content Type",
        "CreatedDateTime": "2020-10-30T11:34:54.377",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9c3164bd-41af-4265-b55a-9b184a2b6d70",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enumSourceTypeKey",
        "Value": "Rock.Workflow.Action.RequestContentType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "48e74b0c-43da-4cce-9fe9-7bfd8fbb76a3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b8bf1024-2ae3-42fb-906a-affca9cddf53",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "rb"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "48e74b0c-43da-4cce-9fe9-7bfd8fbb76a3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1ded1fe8-1d6b-49ef-a6cd-2473a2965127",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "0^JSON,1^XML"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "48e74b0c-43da-4cce-9fe9-7bfd8fbb76a3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f833c4ef-f924-4092-8347-c15250f12747",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.473",
        "ModifiedDateTime": "2025-12-23T15:06:56.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "48e74b0c-43da-4cce-9fe9-7bfd8fbb76a3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "af0ec8e3-be12-4985-a974-681742c4ac5d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6d65e9f8-7113-4a15-9bb8-fb29cf5b292a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ResponseContentType",
        "Name": "Response Content Type",
        "Description": "",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "0",
        "DefaultPersistedTextValue": "JSON",
        "DefaultPersistedHtmlValue": "JSON",
        "DefaultPersistedCondensedTextValue": "JSON",
        "DefaultPersistedCondensedHtmlValue": "JSON",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Response Content Type",
        "CreatedDateTime": "2020-10-30T11:34:54.387",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5cf84629-2ccf-49e3-ad0b-d706edcba6d4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enumSourceTypeKey",
        "Value": "Rock.Workflow.Action.ResponseContentType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6d65e9f8-7113-4a15-9bb8-fb29cf5b292a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1545b14b-1cfa-4d79-93a4-82d1c9d91a43",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "rb"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6d65e9f8-7113-4a15-9bb8-fb29cf5b292a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c685e894-2364-4218-8ec0-2ba1290752c7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "0^JSON,1^XML,2^HTML"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6d65e9f8-7113-4a15-9bb8-fb29cf5b292a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "814d0019-22f1-48fd-be1d-483310f4ba2e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.473",
        "ModifiedDateTime": "2025-12-23T15:06:56.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6d65e9f8-7113-4a15-9bb8-fb29cf5b292a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "af0ec8e3-be12-4985-a974-681742c4ac5d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8a57460d-91ae-4be6-836c-b5f323415feb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Body",
        "Name": "Body",
        "Description": "The body to send with the request. <span class='tip tip-lava'></span>",
        "Order": 8,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Body",
        "CreatedDateTime": "2020-10-30T11:34:54.397",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2fa1516c-37bc-451e-ada6-92ff660a9641",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8a57460d-91ae-4be6-836c-b5f323415feb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "df17a157-7b67-49d6-b301-4245ef021aaf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Lava"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8a57460d-91ae-4be6-836c-b5f323415feb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "351cde5b-81ac-42ea-9cb8-85dda9087509",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8a57460d-91ae-4be6-836c-b5f323415feb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "bc8a710c-2e54-4cdb-9a4f-6abb74aabd55",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ResponseAttribute",
        "Name": "Response Attribute",
        "Description": "An attribute to set to the response from web request.",
        "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": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Response Attribute",
        "CreatedDateTime": "2020-10-30T11:34:54.403",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4a61894a-ce1e-4b87-bae4-e297d257f45a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "79bff983-33db-4d5e-b316-11c0d13d024a",
        "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": "2025-12-23T15:06:56.473",
        "ModifiedDateTime": "2025-12-23T15:06:56.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bc8a710c-2e54-4cdb-9a4f-6abb74aabd55"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "af0ec8e3-be12-4985-a974-681742c4ac5d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "2ae340af-5d80-40e2-b0cf-091a6f117358",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "If Error Pull Info",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "79bff983-33db-4d5e-b316-11c0d13d024a",
        "CriteriaComparisonType": 8,
        "CriteriaValue": "The resource you requested could not be found",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.893",
        "ModifiedDateTime": "2025-12-23T15:06:55.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "93e2b2b9-3938-4f48-8a31-df198971a13f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "fe5925e7-c7f5-47df-8ba2-43a3f1ea2df3",
      "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": "2025-12-23T15:06:56.52",
        "ModifiedDateTime": "2025-12-23T15:06:56.52"
      },
      "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": "2ae340af-5d80-40e2-b0cf-091a6f117358"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "63d073ea-e306-400f-83c5-f113daba7e0a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0D53F0C6-2AFB-4FAE-9E69-3F0C6C43D703",
        "PersistedTextValue": "Payment Failed End Workflow",
        "PersistedHtmlValue": "Payment Failed End Workflow",
        "PersistedCondensedTextValue": "Payment Failed End Workflow",
        "PersistedCondensedHtmlValue": "Payment Failed End Workflow",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.52",
        "ModifiedDateTime": "2025-12-23T15:06:56.52"
      },
      "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": "2ae340af-5d80-40e2-b0cf-091a6f117358"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "ea0f87ec-3dba-46fb-925a-f79f75e5288e",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Payment Status",
        "Order": 6,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.893",
        "ModifiedDateTime": "2025-12-23T15:06:55.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "93e2b2b9-3938-4f48-8a31-df198971a13f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ec820066-159a-4e66-b0c5-ac4219410524",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{ body.data.attributes.payment_status }}",
        "PersistedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{ body.data.attributes.payment_status }}",
        "PersistedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{{ body.data.attributes.payment_status }}",
        "PersistedCondensedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{...",
        "PersistedCondensedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{{...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.55",
        "ModifiedDateTime": "2025-12-23T15:06:56.55"
      },
      "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": "ea0f87ec-3dba-46fb-925a-f79f75e5288e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "03f30fc1-8684-4570-b515-e6eb1c0f085c",
      "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": "2025-12-23T15:06:56.55",
        "ModifiedDateTime": "2025-12-23T15:06:56.55"
      },
      "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": "ea0f87ec-3dba-46fb-925a-f79f75e5288e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1b1d334c-4366-4033-a0b2-70cd4e3012f5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "6dd6a8fc-7f5f-4f16-a494-6cf29ccb7e2f",
        "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": "2025-12-23T15:06:56.55",
        "ModifiedDateTime": "2025-12-23T15:06:56.55"
      },
      "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": "ea0f87ec-3dba-46fb-925a-f79f75e5288e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "40403a8f-6298-4482-ae39-84aa0510c6df",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.55",
        "ModifiedDateTime": "2025-12-23T15:06:56.55"
      },
      "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": "ea0f87ec-3dba-46fb-925a-f79f75e5288e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "d3f96d80-8344-48c9-a651-56ac2dc45dad",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "If payment status is failed send to failed",
        "Order": 7,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "6dd6a8fc-7f5f-4f16-a494-6cf29ccb7e2f",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "failed",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.893",
        "ModifiedDateTime": "2025-12-23T15:06:55.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "93e2b2b9-3938-4f48-8a31-df198971a13f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "14eba4e8-e74b-4db5-8b2b-908d78bb0063",
      "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": "2025-12-23T15:06:56.583",
        "ModifiedDateTime": "2025-12-23T15:06:56.583"
      },
      "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": "d3f96d80-8344-48c9-a651-56ac2dc45dad"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e7d80dbf-4983-4b46-b587-730e8f7edeea",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0D53F0C6-2AFB-4FAE-9E69-3F0C6C43D703",
        "PersistedTextValue": "Payment Failed End Workflow",
        "PersistedHtmlValue": "Payment Failed End Workflow",
        "PersistedCondensedTextValue": "Payment Failed End Workflow",
        "PersistedCondensedHtmlValue": "Payment Failed End Workflow",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.583",
        "ModifiedDateTime": "2025-12-23T15:06:56.583"
      },
      "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": "d3f96d80-8344-48c9-a651-56ac2dc45dad"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "a36d213f-d291-4cd8-b0a3-5593f896497d",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "If Payment Status is Pending loop back",
        "Order": 8,
        "IsActionCompletedOnSuccess": false,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "6dd6a8fc-7f5f-4f16-a494-6cf29ccb7e2f",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "pending",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.893",
        "ModifiedDateTime": "2025-12-23T15:06:55.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "93e2b2b9-3938-4f48-8a31-df198971a13f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActions"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a134f1a7-3824-43e0-9eb1-22c899b795bd",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Active",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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.ActivateActions"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1b48f5fd-b08b-4c01-bbb3-bc54473af342",
      "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": "2025-12-23T15:06:56.597",
        "ModifiedDateTime": "2025-12-23T15:06:56.597"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a134f1a7-3824-43e0-9eb1-22c899b795bd"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a36d213f-d291-4cd8-b0a3-5593f896497d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5da71523-e8b0-4c4d-89a4-b47945a22a0c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Order",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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.ActivateActions"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "6483476c-93ee-438f-9d28-47f9bd4eee03",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Succeeded send to process webhook further",
        "Order": 9,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "6dd6a8fc-7f5f-4f16-a494-6cf29ccb7e2f",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "succeeded",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.893",
        "ModifiedDateTime": "2025-12-23T15:06:55.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "93e2b2b9-3938-4f48-8a31-df198971a13f"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6bad642e-09a2-4707-a16f-97189c85ea61",
      "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": "2025-12-23T15:06:56.613",
        "ModifiedDateTime": "2025-12-23T15:06:56.613"
      },
      "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": "6483476c-93ee-438f-9d28-47f9bd4eee03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3576138e-f4cf-406f-be59-9057de236c16",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "D16413D7-4C13-4C8D-AFEE-1FB6735703E8",
        "PersistedTextValue": "Step 2:  Process Data after confirmed",
        "PersistedHtmlValue": "Step 2:  Process Data after confirmed",
        "PersistedCondensedTextValue": "Step 2:  Process Data after confirmed",
        "PersistedCondensedHtmlValue": "Step 2:  Process Data after confirmed",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.613",
        "ModifiedDateTime": "2025-12-23T15:06:56.613"
      },
      "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": "6483476c-93ee-438f-9d28-47f9bd4eee03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5cbcde07-ed2c-4159-9b53-98e618bd0603",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "7799f6c5-154a-4df4-8453-bc394e362ed1",
        "Name": "Delay activated",
        "Description": "",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Delay activated",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.137"
      },
      "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": "93e2b2b9-3938-4f48-8a31-df198971a13f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "49be7f4b-feb5-4ad4-a3e5-27a05cb4d1b7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5cbcde07-ed2c-4159-9b53-98e618bd0603"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d1d3f989-7cf7-4771-8819-0ec40b255898",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5cbcde07-ed2c-4159-9b53-98e618bd0603"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f9746d58-67a5-40ff-a7da-92a56c3c8ad3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5cbcde07-ed2c-4159-9b53-98e618bd0603"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "116150a9-1c5b-4e87-95df-851c80399e47",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "1c21d0ae-4760-41f6-bdc4-c1872ad4e5f6",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Delay Activated",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.15"
      },
      "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": "93e2b2b9-3938-4f48-8a31-df198971a13f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "d16413d7-4c13-4c8d-afee-1fb6735703e8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Step 2:  Process Data after confirmed",
        "Description": "Process the web hook that is received from PCO after it has been confirmed by step 1",
        "IsActivatedWithWorkflow": false,
        "Order": 1,
        "CreatedDateTime": "2025-12-23T15:06:55.893",
        "ModifiedDateTime": "2025-12-23T15:06:55.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "262fa14e-a8e9-49bf-a7d3-3ae9d1e04990",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Person PCO Id",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.957",
        "ModifiedDateTime": "2025-12-23T15:06:55.957"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d16413d7-4c13-4c8d-afee-1fb6735703e8"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9013d5a0-83ca-412b-9bc3-e186b8abf117",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{ body.data.relationships.person.data.id }}",
        "PersistedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{ body.data.relationships.person.data.id }}",
        "PersistedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{{ body.data.relationships.person.data.id }}",
        "PersistedCondensedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{...",
        "PersistedCondensedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{{...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.643",
        "ModifiedDateTime": "2025-12-23T15:06:56.643"
      },
      "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": "262fa14e-a8e9-49bf-a7d3-3ae9d1e04990"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "aaba3a2b-9646-4345-b56e-5fe4d961e8af",
      "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": "2025-12-23T15:06:56.643",
        "ModifiedDateTime": "2025-12-23T15:06:56.643"
      },
      "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": "262fa14e-a8e9-49bf-a7d3-3ae9d1e04990"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6b19d8b8-3b2c-4b7c-9f55-023b813e8a26",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "41a13ac3-4abe-4bb2-a3d2-14d764f07a6f",
        "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": "2025-12-23T15:06:56.643",
        "ModifiedDateTime": "2025-12-23T15:06:56.643"
      },
      "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": "262fa14e-a8e9-49bf-a7d3-3ae9d1e04990"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5838b923-0bc1-475e-93cc-314fb564ce1a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.643",
        "ModifiedDateTime": "2025-12-23T15:06:56.643"
      },
      "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": "262fa14e-a8e9-49bf-a7d3-3ae9d1e04990"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "721b7bfe-5514-4108-8fa0-f31e505be89b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Amount (by dividing cents by 100)",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.957",
        "ModifiedDateTime": "2025-12-23T15:06:55.957"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d16413d7-4c13-4c8d-afee-1fb6735703e8"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e2a8b6a0-58a9-486e-932e-b8631a632610",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{ body.data.attributes.amount_cents | DividedBy:100 }}\n",
        "PersistedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{ body.data.attributes.amount_cents | DividedBy:100 }}\n",
        "PersistedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{{ body.data.attributes.amount_cents | DividedBy:100 }}\n",
        "PersistedCondensedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{...",
        "PersistedCondensedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{{...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.677",
        "ModifiedDateTime": "2025-12-23T15:06:56.677"
      },
      "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": "721b7bfe-5514-4108-8fa0-f31e505be89b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9b42b77e-0dad-489f-b76e-594c9e0cf649",
      "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": "2025-12-23T15:06:56.677",
        "ModifiedDateTime": "2025-12-23T15:06:56.677"
      },
      "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": "721b7bfe-5514-4108-8fa0-f31e505be89b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "67daf45d-f88c-4509-aefa-cf3ca42e09cb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "ef69853d-a63b-4a46-a999-591ac53780e9",
        "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": "2025-12-23T15:06:56.677",
        "ModifiedDateTime": "2025-12-23T15:06:56.677"
      },
      "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": "721b7bfe-5514-4108-8fa0-f31e505be89b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9a6c794f-2a2f-497b-8515-842473bde92f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.677",
        "ModifiedDateTime": "2025-12-23T15:06:56.677"
      },
      "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": "721b7bfe-5514-4108-8fa0-f31e505be89b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "d6e7bba2-b8a6-475a-87f5-2e4d5a103a9c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Fee Amount (by dividing cents by 100 times -1 for positive number)",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.957",
        "ModifiedDateTime": "2025-12-23T15:06:55.957"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d16413d7-4c13-4c8d-afee-1fb6735703e8"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3b533b96-6150-4488-82a7-ffa7fb4f44c9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{% assign feeCents = body.data.attributes.fee_cents | Plus:0 %}\n{{ feeCents | Times:-1 | DividedBy:100.0 }}",
        "PersistedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{% assign feeCents = body.data.attributes.fee_cents | Plus:0 %}\n{{ feeCents | Times:-1 | DividedBy:100.0 }}",
        "PersistedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{% assign feeCents = body.data.attributes.fee_cents | Plus:0 %}\n{{ feeCents | Times:-1 | DividedBy:100.0 }}",
        "PersistedCondensedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{% assign feeCents =...",
        "PersistedCondensedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{% assign feeCents =...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.707",
        "ModifiedDateTime": "2025-12-23T15:06:56.707"
      },
      "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": "d6e7bba2-b8a6-475a-87f5-2e4d5a103a9c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "02e0db1a-a0fa-4519-8f9d-a78bd9e5c527",
      "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": "2025-12-23T15:06:56.707",
        "ModifiedDateTime": "2025-12-23T15:06:56.707"
      },
      "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": "d6e7bba2-b8a6-475a-87f5-2e4d5a103a9c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e58ae9d4-2f5c-4774-aadd-3af23e021f1b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "4dec04ae-b554-4b0a-a10c-7b3cd99e2412",
        "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": "2025-12-23T15:06:56.707",
        "ModifiedDateTime": "2025-12-23T15:06:56.707"
      },
      "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": "d6e7bba2-b8a6-475a-87f5-2e4d5a103a9c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3af92ce3-445f-4721-a1e3-fdfe5b51e6f4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.707",
        "ModifiedDateTime": "2025-12-23T15:06:56.707"
      },
      "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": "d6e7bba2-b8a6-475a-87f5-2e4d5a103a9c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "fe0369a9-ba56-4fc4-9bbd-74f184a3752f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Date Created",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.957",
        "ModifiedDateTime": "2025-12-23T15:06:55.957"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d16413d7-4c13-4c8d-afee-1fb6735703e8"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "772e645c-cffb-4480-a2a7-93544b005a8b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{ body.data.attributes.created_at }}",
        "PersistedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{ body.data.attributes.created_at }}",
        "PersistedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{{ body.data.attributes.created_at }}",
        "PersistedCondensedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{...",
        "PersistedCondensedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{{...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.737",
        "ModifiedDateTime": "2025-12-23T15:06:56.737"
      },
      "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": "fe0369a9-ba56-4fc4-9bbd-74f184a3752f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c28dab5c-3e79-4319-bf50-36b44aa8ba10",
      "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": "2025-12-23T15:06:56.737",
        "ModifiedDateTime": "2025-12-23T15:06:56.737"
      },
      "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": "fe0369a9-ba56-4fc4-9bbd-74f184a3752f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "074bb244-ecfa-41ab-8f29-b6729bdb7037",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "19438cc8-6854-4345-b0d8-86c7da3a610a",
        "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": "2025-12-23T15:06:56.737",
        "ModifiedDateTime": "2025-12-23T15:06:56.737"
      },
      "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": "fe0369a9-ba56-4fc4-9bbd-74f184a3752f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c531a819-d032-421c-b2b9-0b9f1302b932",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.737",
        "ModifiedDateTime": "2025-12-23T15:06:56.737"
      },
      "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": "fe0369a9-ba56-4fc4-9bbd-74f184a3752f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "2d81b70d-ae9d-4f37-b496-9a1d089cdbf8",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Payment Method",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.957",
        "ModifiedDateTime": "2025-12-23T15:06:55.957"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d16413d7-4c13-4c8d-afee-1fb6735703e8"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e15f683f-a0cb-4750-8529-6caba0028bba",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{ body.data.attributes.payment_method_sub }}\n",
        "PersistedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{ body.data.attributes.payment_method_sub }}\n",
        "PersistedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{{ body.data.attributes.payment_method_sub }}\n",
        "PersistedCondensedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{...",
        "PersistedCondensedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{{...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.77",
        "ModifiedDateTime": "2025-12-23T15:06:56.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": "2d81b70d-ae9d-4f37-b496-9a1d089cdbf8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "45357983-b3b7-4087-8144-6feca9361337",
      "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": "2025-12-23T15:06:56.77",
        "ModifiedDateTime": "2025-12-23T15:06:56.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": "2d81b70d-ae9d-4f37-b496-9a1d089cdbf8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b7f54315-678d-4c49-b484-06e306a0c99c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "24ec0170-4286-4bcc-924e-0411afd8d710",
        "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": "2025-12-23T15:06:56.77",
        "ModifiedDateTime": "2025-12-23T15:06:56.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": "2d81b70d-ae9d-4f37-b496-9a1d089cdbf8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d9054621-5f08-4e25-8250-5640a3b6c9e7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.77",
        "ModifiedDateTime": "2025-12-23T15:06:56.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": "2d81b70d-ae9d-4f37-b496-9a1d089cdbf8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "10136bb8-ee3e-4ec9-806a-d4ad25e0be56",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "PCO APi For Person (Raw Data)",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.957",
        "ModifiedDateTime": "2025-12-23T15:06:55.957"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d16413d7-4c13-4c8d-afee-1fb6735703e8"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c2064e5e-8fa6-4558-9e3c-a5a96a67b7fa",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "GET",
        "PersistedTextValue": "GET",
        "PersistedHtmlValue": "GET",
        "PersistedCondensedTextValue": "GET",
        "PersistedCondensedHtmlValue": "GET",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.817",
        "ModifiedDateTime": "2025-12-23T15:06:56.817"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2f155d4e-2c1d-48a5-8f6e-9a4127bc1209"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "10136bb8-ee3e-4ec9-806a-d4ad25e0be56"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7644da3f-7204-4bb0-9e02-f40c42a96f9e",
      "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": "2025-12-23T15:06:56.817",
        "ModifiedDateTime": "2025-12-23T15:06:56.817"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7e9b6e95-afc6-40a7-9798-1a37d21fdf5a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "10136bb8-ee3e-4ec9-806a-d4ad25e0be56"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1a60eb14-1b3d-46fb-95ae-c997fa2e3dcd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "https://api.planningcenteronline.com/people/v2/people/{{ Workflow | Attribute:'PCOPersonId' }}?include=emails",
        "PersistedTextValue": "https://api.planningcenteronline.com/people/v2/people/{{ Workflow | Attribute:'PCOPersonId' }}?include=emails",
        "PersistedHtmlValue": "https://api.planningcenteronline.com/people/v2/people/{{ Workflow | Attribute:&#39;PCOPersonId&#39; }}?include=emails",
        "PersistedCondensedTextValue": "https://api.planningcenteronline.com/people/v2/people/{{ Workflow | Attribute:'PCOPersonId'...",
        "PersistedCondensedHtmlValue": "https://api.planningcenteronline.com/people/v2/people/{{ Workflow | Attribute:&#39;PCOPersonId&#39; }}?include=emails",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.817",
        "ModifiedDateTime": "2025-12-23T15:06:56.817"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "769b71de-7833-42c2-aa5f-65fa0ba33c24"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "10136bb8-ee3e-4ec9-806a-d4ad25e0be56"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5339a6b2-4586-4cf9-bc3a-2c9ed5a56661",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{Client Id}}",
        "PersistedTextValue": "{{Client Id}}",
        "PersistedHtmlValue": "{{Client Id}}",
        "PersistedCondensedTextValue": "{{Client Id}}",
        "PersistedCondensedHtmlValue": "{{Client Id}}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.817",
        "ModifiedDateTime": "2025-12-23T16:05:29.687"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f40ebb7f-21d9-42e8-bdd4-087c9d6a8a55"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "10136bb8-ee3e-4ec9-806a-d4ad25e0be56"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e6e0b342-76df-44d4-82ff-bd175b3b8ec0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{Secret Id}}",
        "PersistedTextValue": "{Secret Id}}",
        "PersistedHtmlValue": "{Secret Id}}",
        "PersistedCondensedTextValue": "{Secret Id}}",
        "PersistedCondensedHtmlValue": "{Secret Id}}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.817",
        "ModifiedDateTime": "2025-12-23T16:05:29.687"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d23aa545-33cc-46be-abf7-00405532b229"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "10136bb8-ee3e-4ec9-806a-d4ad25e0be56"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9f65df68-1403-4e3e-bff2-ce2a553e8e24",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.817",
        "ModifiedDateTime": "2025-12-23T15:06:56.817"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "48e74b0c-43da-4cce-9fe9-7bfd8fbb76a3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "10136bb8-ee3e-4ec9-806a-d4ad25e0be56"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b20333b9-b01d-4316-8415-ff44026f837c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.817",
        "ModifiedDateTime": "2025-12-23T15:06:56.817"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6d65e9f8-7113-4a15-9bb8-fb29cf5b292a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "10136bb8-ee3e-4ec9-806a-d4ad25e0be56"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2cd399f6-1263-4f60-9285-a0776003074c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "d7d05a0b-4b72-4d24-a041-29d1b2d0ef50",
        "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": "2025-12-23T15:06:56.817",
        "ModifiedDateTime": "2025-12-23T15:06:56.817"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bc8a710c-2e54-4cdb-9a4f-6abb74aabd55"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "10136bb8-ee3e-4ec9-806a-d4ad25e0be56"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "d9ea812a-1a39-46de-880a-6d23813fd553",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Lava For First Name From PCO",
        "Order": 6,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.957",
        "ModifiedDateTime": "2025-12-23T15:06:55.957"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d16413d7-4c13-4c8d-afee-1fb6735703e8"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2f59c9a0-eeb5-43ee-9620-b4d54b2e356f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign body = Workflow | Attribute:'RawPeopleId' |  FromJSON -%} \n{% for indata in body.data%}\n{{indata.attributes.first_name}}\n{% endfor %}",
        "PersistedTextValue": "{% assign body = Workflow | Attribute:'RawPeopleId' |  FromJSON -%} \n{% for indata in body.data%}\n{{indata.attributes.first_name}}\n{% endfor %}",
        "PersistedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawPeopleId&#39; |  FromJSON -%} \n{% for indata in body.data%}\n{{indata.attributes.first_name}}\n{% endfor %}",
        "PersistedCondensedTextValue": "{% assign body = Workflow | Attribute:'RawPeopleId' |  FromJSON -%} \n{% for indata in...",
        "PersistedCondensedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawPeopleId&#39; |  FromJSON -%} \n{% for indata in...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.863",
        "ModifiedDateTime": "2025-12-23T15:06:56.863"
      },
      "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": "d9ea812a-1a39-46de-880a-6d23813fd553"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6be167e6-5c0b-43e6-b933-d4e82c7d4244",
      "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": "2025-12-23T15:06:56.863",
        "ModifiedDateTime": "2025-12-23T15:06:56.863"
      },
      "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": "d9ea812a-1a39-46de-880a-6d23813fd553"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "87e12804-5981-48a7-a8ba-438a9f496244",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "f82077db-29bd-4834-aee3-d686f7819f7e",
        "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": "2025-12-23T15:06:56.863",
        "ModifiedDateTime": "2025-12-23T15:06:56.863"
      },
      "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": "d9ea812a-1a39-46de-880a-6d23813fd553"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e01bcc30-5d9d-4191-bb94-118f12a359f0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.863",
        "ModifiedDateTime": "2025-12-23T15:06:56.863"
      },
      "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": "d9ea812a-1a39-46de-880a-6d23813fd553"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "6c926a95-d19c-42f9-b3d2-9bc9eabb1f4b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Lava For Last Name From PCO",
        "Order": 7,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.957",
        "ModifiedDateTime": "2025-12-23T15:06:55.957"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d16413d7-4c13-4c8d-afee-1fb6735703e8"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5c31a2af-469a-4699-ae4d-5a696e1b4dac",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign body = Workflow | Attribute:'RawPeopleId' |  FromJSON -%} \n{% for indata in body.data%}\n{{indata.attributes.last_name}}\n{% endfor %}\n",
        "PersistedTextValue": "{% assign body = Workflow | Attribute:'RawPeopleId' |  FromJSON -%} \n{% for indata in body.data%}\n{{indata.attributes.last_name}}\n{% endfor %}\n",
        "PersistedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawPeopleId&#39; |  FromJSON -%} \n{% for indata in body.data%}\n{{indata.attributes.last_name}}\n{% endfor %}\n",
        "PersistedCondensedTextValue": "{% assign body = Workflow | Attribute:'RawPeopleId' |  FromJSON -%} \n{% for indata in...",
        "PersistedCondensedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawPeopleId&#39; |  FromJSON -%} \n{% for indata in...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.91",
        "ModifiedDateTime": "2025-12-23T15:06:56.91"
      },
      "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": "6c926a95-d19c-42f9-b3d2-9bc9eabb1f4b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c06d5b71-b4cc-4414-9c54-0c831102c5a6",
      "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": "2025-12-23T15:06:56.91",
        "ModifiedDateTime": "2025-12-23T15:06:56.91"
      },
      "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": "6c926a95-d19c-42f9-b3d2-9bc9eabb1f4b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4a040d36-1e76-486f-bc07-59a769c1ddd9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "857c1a11-e161-44e6-a3fa-312b6da14dcf",
        "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": "2025-12-23T15:06:56.91",
        "ModifiedDateTime": "2025-12-23T15:06:56.91"
      },
      "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": "6c926a95-d19c-42f9-b3d2-9bc9eabb1f4b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7b01a433-6cc0-4e48-a27d-a0f5b0ce4624",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.91",
        "ModifiedDateTime": "2025-12-23T15:06:56.91"
      },
      "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": "6c926a95-d19c-42f9-b3d2-9bc9eabb1f4b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "8f71e07d-fe75-4c08-95d6-ece1672c4e99",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Lava For PCO Email",
        "Order": 8,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.957",
        "ModifiedDateTime": "2025-12-23T15:06:55.957"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d16413d7-4c13-4c8d-afee-1fb6735703e8"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0b685d0f-a2ad-4b4f-87d1-c576b728b405",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign body = Workflow | Attribute:'RawPeopleId' | FromJSON -%}\n{% for indata in body.included %}\n  {% if indata.type == 'Email' and indata.attributes.primary %}\n    {{ indata.attributes.address }}\n  {% endif %}\n{% endfor %}\n",
        "PersistedTextValue": "{% assign body = Workflow | Attribute:'RawPeopleId' | FromJSON -%}\n{% for indata in body.included %}\n  {% if indata.type == 'Email' and indata.attributes.primary %}\n    {{ indata.attributes.address }}\n  {% endif %}\n{% endfor %}\n",
        "PersistedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawPeopleId&#39; | FromJSON -%}\n{% for indata in body.included %}\n  {% if indata.type == &#39;Email&#39; and indata.attributes.primary %}\n    {{ indata.attributes.address }}\n  {% endif %}\n{% endfor %}\n",
        "PersistedCondensedTextValue": "{% assign body = Workflow | Attribute:'RawPeopleId' | FromJSON -%}\n{% for indata in...",
        "PersistedCondensedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawPeopleId&#39; | FromJSON -%}\n{% for indata in...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.94",
        "ModifiedDateTime": "2025-12-23T15:06:56.94"
      },
      "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": "8f71e07d-fe75-4c08-95d6-ece1672c4e99"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e157e1ce-fa2f-4fd7-964d-d9e0682ee521",
      "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": "2025-12-23T15:06:56.94",
        "ModifiedDateTime": "2025-12-23T15:06:56.94"
      },
      "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": "8f71e07d-fe75-4c08-95d6-ece1672c4e99"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a87841fa-b8e9-4403-820c-c4e421c83cb6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "5b830492-9503-4cf5-bd4e-738bd66d7143",
        "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": "2025-12-23T15:06:56.94",
        "ModifiedDateTime": "2025-12-23T15:06:56.94"
      },
      "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": "8f71e07d-fe75-4c08-95d6-ece1672c4e99"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f246c7fc-d3b5-4c4f-a683-b275ae9f8e4b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:56.94",
        "ModifiedDateTime": "2025-12-23T15:06:56.94"
      },
      "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": "8f71e07d-fe75-4c08-95d6-ece1672c4e99"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "4ee0fdf0-3e01-4a47-a38b-ed362354298c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send To Process",
        "Order": 9,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:55.957",
        "ModifiedDateTime": "2025-12-23T15:06:55.957"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "d16413d7-4c13-4c8d-afee-1fb6735703e8"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "71462615-2045-4cca-aae4-eff8782cb015",
      "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": "2025-12-23T15:06:56.973",
        "ModifiedDateTime": "2025-12-23T15:06:56.973"
      },
      "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": "4ee0fdf0-3e01-4a47-a38b-ed362354298c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0d035e68-1c32-446f-8960-5ed30e656e5c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "7CEFFCF5-3C4E-4AD6-BD5A-74891B642036",
        "PersistedTextValue": "Step 3: Process for Account Id",
        "PersistedHtmlValue": "Step 3: Process for Account Id",
        "PersistedCondensedTextValue": "Step 3: Process for Account Id",
        "PersistedCondensedHtmlValue": "Step 3: Process for Account Id",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:56.973",
        "ModifiedDateTime": "2025-12-23T15:06:56.973"
      },
      "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": "4ee0fdf0-3e01-4a47-a38b-ed362354298c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "7ceffcf5-3c4e-4ad6-bd5a-74891b642036",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Step 3: Process for Account Id",
        "Description": "process and match fund id for rock's account id for the financial account",
        "IsActivatedWithWorkflow": false,
        "Order": 2,
        "CreatedDateTime": "2025-12-23T15:06:55.957",
        "ModifiedDateTime": "2025-12-23T16:05:29.187"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "14b6fae3-1e2c-4475-8808-5c1ad6ce8506",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Capture Designation Link with Lava",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.05",
        "ModifiedDateTime": "2025-12-23T15:06:56.05"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "7ceffcf5-3c4e-4ad6-bd5a-74891b642036"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "550a2416-11f8-4386-9bca-ed9285119677",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{ body.data.links.designations }}",
        "PersistedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{ body.data.links.designations }}",
        "PersistedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{{ body.data.links.designations }}",
        "PersistedCondensedTextValue": "{% assign body = Workflow | Attribute:'RawAfterDelay' | FromJSON -%}\n{{...",
        "PersistedCondensedHtmlValue": "{% assign body = Workflow | Attribute:&#39;RawAfterDelay&#39; | FromJSON -%}\n{{...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.02",
        "ModifiedDateTime": "2025-12-23T15:06:57.02"
      },
      "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": "14b6fae3-1e2c-4475-8808-5c1ad6ce8506"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0bbafaca-c247-41f2-bfd3-61b6958f5361",
      "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": "2025-12-23T15:06:57.02",
        "ModifiedDateTime": "2025-12-23T15:06:57.02"
      },
      "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": "14b6fae3-1e2c-4475-8808-5c1ad6ce8506"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3d2d8144-1cff-4a22-a4e0-b0e3ee46b1b8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "fb546dd3-8f00-4ebb-be8a-688af390db84",
        "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": "2025-12-23T15:06:57.02",
        "ModifiedDateTime": "2025-12-23T15:06:57.02"
      },
      "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": "14b6fae3-1e2c-4475-8808-5c1ad6ce8506"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d161b0b0-40eb-45a3-bb65-8e2b153419b5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.02",
        "ModifiedDateTime": "2025-12-23T15:06:57.02"
      },
      "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": "14b6fae3-1e2c-4475-8808-5c1ad6ce8506"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "eb97e4a1-97af-4390-b270-c1b84096ba41",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send APi For Data From Designation",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.05",
        "ModifiedDateTime": "2025-12-23T15:06:56.05"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "7ceffcf5-3c4e-4ad6-bd5a-74891b642036"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1c640843-ef2b-4997-bcd4-c0f79d52eab0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "GET",
        "PersistedTextValue": "GET",
        "PersistedHtmlValue": "GET",
        "PersistedCondensedTextValue": "GET",
        "PersistedCondensedHtmlValue": "GET",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.067",
        "ModifiedDateTime": "2025-12-23T15:06:57.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2f155d4e-2c1d-48a5-8f6e-9a4127bc1209"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eb97e4a1-97af-4390-b270-c1b84096ba41"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5a921aaf-41c9-424f-adb1-7997c197ac23",
      "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": "2025-12-23T15:06:57.067",
        "ModifiedDateTime": "2025-12-23T15:06:57.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7e9b6e95-afc6-40a7-9798-1a37d21fdf5a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eb97e4a1-97af-4390-b270-c1b84096ba41"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4b8f8eeb-3464-4eef-a703-b710ec9a873a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Activity | Attribute:'LavaDesignationLink' }}",
        "PersistedTextValue": "{{ Activity | Attribute:'LavaDesignationLink' }}",
        "PersistedHtmlValue": "{{ Activity | Attribute:&#39;LavaDesignationLink&#39; }}",
        "PersistedCondensedTextValue": "{{ Activity | Attribute:'LavaDesignationLink' }}",
        "PersistedCondensedHtmlValue": "{{ Activity | Attribute:&#39;LavaDesignationLink&#39; }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.067",
        "ModifiedDateTime": "2025-12-23T15:06:57.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "769b71de-7833-42c2-aa5f-65fa0ba33c24"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eb97e4a1-97af-4390-b270-c1b84096ba41"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "413a6072-69e5-49ce-b5cf-bf8033cfd4fe",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{Client Id}}",
        "PersistedTextValue": "{{Client Id}}",
        "PersistedHtmlValue": "{{Client Id}}",
        "PersistedCondensedTextValue": "{{Client Id}}",
        "PersistedCondensedHtmlValue": "{{Client Id}}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.067",
        "ModifiedDateTime": "2025-12-23T16:05:29.717"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f40ebb7f-21d9-42e8-bdd4-087c9d6a8a55"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eb97e4a1-97af-4390-b270-c1b84096ba41"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d10298e7-8a96-4cb1-9c0c-a8d4d6fc0655",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{Secret Id}",
        "PersistedTextValue": "{Secret Id}",
        "PersistedHtmlValue": "{Secret Id}",
        "PersistedCondensedTextValue": "{Secret Id}",
        "PersistedCondensedHtmlValue": "{Secret Id}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.067",
        "ModifiedDateTime": "2025-12-23T16:05:29.717"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d23aa545-33cc-46be-abf7-00405532b229"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eb97e4a1-97af-4390-b270-c1b84096ba41"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0d7a4d66-195a-4a9b-a54a-6c388d1f320a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.067",
        "ModifiedDateTime": "2025-12-23T15:06:57.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "48e74b0c-43da-4cce-9fe9-7bfd8fbb76a3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eb97e4a1-97af-4390-b270-c1b84096ba41"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "acce0280-62dc-4e1a-b78b-bc773ae0ee7b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.067",
        "ModifiedDateTime": "2025-12-23T15:06:57.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6d65e9f8-7113-4a15-9bb8-fb29cf5b292a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eb97e4a1-97af-4390-b270-c1b84096ba41"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6628f96b-bf8e-4eb7-886c-e54fb065e6cd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "9861de56-f442-4a8b-bf76-7de08de70786",
        "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": "2025-12-23T15:06:57.067",
        "ModifiedDateTime": "2025-12-23T15:06:57.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bc8a710c-2e54-4cdb-9a4f-6abb74aabd55"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "eb97e4a1-97af-4390-b270-c1b84096ba41"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "915e195d-8baf-4cba-87c7-0a4c204cec82",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Lava For PCO Fund Id",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.05",
        "ModifiedDateTime": "2025-12-23T15:06:56.05"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "7ceffcf5-3c4e-4ad6-bd5a-74891b642036"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "680da9b4-a1bb-40ba-bab1-7b360f3ed010",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign body = Activity | Attribute:'RawDesignation' | FromJSON -%}\n{% for item in body.included %}\n  {% if item.type == 'Designation' %}\n    {{ item.relationships.fund.data.id }}\n  {% endif %}\n{% endfor %}",
        "PersistedTextValue": "{% assign body = Activity | Attribute:'RawDesignation' | FromJSON -%}\n{% for item in body.included %}\n  {% if item.type == 'Designation' %}\n    {{ item.relationships.fund.data.id }}\n  {% endif %}\n{% endfor %}",
        "PersistedHtmlValue": "{% assign body = Activity | Attribute:&#39;RawDesignation&#39; | FromJSON -%}\n{% for item in body.included %}\n  {% if item.type == &#39;Designation&#39; %}\n    {{ item.relationships.fund.data.id }}\n  {% endif %}\n{% endfor %}",
        "PersistedCondensedTextValue": "{% assign body = Activity | Attribute:'RawDesignation' | FromJSON -%}\n{% for item in...",
        "PersistedCondensedHtmlValue": "{% assign body = Activity | Attribute:&#39;RawDesignation&#39; | FromJSON -%}\n{% for item in...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.097",
        "ModifiedDateTime": "2025-12-23T15:06:57.097"
      },
      "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": "915e195d-8baf-4cba-87c7-0a4c204cec82"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cbe3a57d-97cb-4b2d-8a49-a324ed28e5b3",
      "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": "2025-12-23T15:06:57.097",
        "ModifiedDateTime": "2025-12-23T15:06:57.097"
      },
      "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": "915e195d-8baf-4cba-87c7-0a4c204cec82"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "73013e3e-8096-4259-a43c-d5fc4d98c7c6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "68ef5ffa-ad83-41e7-a2c7-5fe84071565e",
        "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": "2025-12-23T15:06:57.097",
        "ModifiedDateTime": "2025-12-23T15:06:57.097"
      },
      "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": "915e195d-8baf-4cba-87c7-0a4c204cec82"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0d02c266-4e8c-48a4-a647-92a822ccfe4a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.097",
        "ModifiedDateTime": "2025-12-23T15:06:57.097"
      },
      "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": "915e195d-8baf-4cba-87c7-0a4c204cec82"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "e48a1929-4936-4f5a-9365-e48ec1cc4fac",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Match PCO Funds to Rock accounts *Create as many of these as you need",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "68ef5ffa-ad83-41e7-a2c7-5fe84071565e",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "[fund Id For PCO Account]",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.05",
        "ModifiedDateTime": "2025-12-23T16:29:25.45"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "7ceffcf5-3c4e-4ad6-bd5a-74891b642036"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d7eaa859-f500-4521-9523-488b12eaa7d2",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Active",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2f2fd67f-3159-4054-bab8-92295e2977f9",
      "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": "2025-12-23T15:06:57.13",
        "ModifiedDateTime": "2025-12-23T15:06:57.13"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7eaa859-f500-4521-9523-488b12eaa7d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e48a1929-4936-4f5a-9365-e48ec1cc4fac"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "44a0b977-4730-4519-8ff6-b0a01a95b212",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to set the value of.",
        "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": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Attribute",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d1707dbc-579c-443b-96d1-5e92ff4c5416",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0c4e5c4c-4d76-47f4-854e-99f25b31f956",
        "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": "2025-12-23T15:06:57.13",
        "ModifiedDateTime": "2025-12-23T15:06:57.13"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44a0b977-4730-4519-8ff6-b0a01a95b212"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e48a1929-4936-4f5a-9365-e48ec1cc4fac"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "57093b41-50ed-48e5-b72b-8829e62704c8",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Order",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e5272b11-a2b8-49dc-860d-8d574e2bc15c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Text Value|Attribute Value",
        "Description": "The text or attribute to set the value from. <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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Text Value|Attribute Value",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d162d61d-e89b-4c7e-8273-c1abab740d60",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{Matching Rock Account Id}",
        "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": "2025-12-23T15:06:57.13",
        "ModifiedDateTime": "2025-12-23T16:05:29.733"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5272b11-a2b8-49dc-860d-8d574e2bc15c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e48a1929-4936-4f5a-9365-e48ec1cc4fac"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "a59ea2ac-71e9-4840-b2f5-78dbbddb38c6",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send To Next Step of processing",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.05",
        "ModifiedDateTime": "2025-12-23T15:06:56.05"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "7ceffcf5-3c4e-4ad6-bd5a-74891b642036"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7752feed-b7ba-460f-8013-8dc065c2c541",
      "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": "2025-12-23T15:06:57.16",
        "ModifiedDateTime": "2025-12-23T15:06:57.16"
      },
      "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": "a59ea2ac-71e9-4840-b2f5-78dbbddb38c6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "acbb6344-f0cf-42fd-8809-c1794e42d089",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "EBAB0853-0431-43B3-9067-16F0E464DD16",
        "PersistedTextValue": "Step 4:  Process Finance Type & Find/Add Person",
        "PersistedHtmlValue": "Step 4:  Process Finance Type &amp; Find/Add Person",
        "PersistedCondensedTextValue": "Step 4:  Process Finance Type & Find/Add Person",
        "PersistedCondensedHtmlValue": "Step 4:  Process Finance Type &amp; Find/Add Person",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.16",
        "ModifiedDateTime": "2025-12-23T15:06:57.16"
      },
      "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": "a59ea2ac-71e9-4840-b2f5-78dbbddb38c6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fb546dd3-8f00-4ebb-be8a-688af390db84",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "LavaDesignationLink",
        "Name": "Lava Designation Link",
        "Description": "",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Lava Designation Link",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.213"
      },
      "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": "7ceffcf5-3c4e-4ad6-bd5a-74891b642036"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d4093ce3-68a6-483a-b27d-f11439a66243",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fb546dd3-8f00-4ebb-be8a-688af390db84"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8e43adbd-4ab1-4dce-959f-2c882e19bdc1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fb546dd3-8f00-4ebb-be8a-688af390db84"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6b918f79-b416-4956-a0a8-60c7ba07fc40",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fb546dd3-8f00-4ebb-be8a-688af390db84"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9861de56-f442-4a8b-bf76-7de08de70786",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "RawDesignation",
        "Name": "Raw Designation",
        "Description": "",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Raw Designation",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.23"
      },
      "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": "7ceffcf5-3c4e-4ad6-bd5a-74891b642036"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "87c9cea6-aebd-4879-abc0-2233ab4be1eb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9861de56-f442-4a8b-bf76-7de08de70786"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f09d0c5b-920e-449a-ab55-4a327983b13b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9861de56-f442-4a8b-bf76-7de08de70786"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "308fb824-1a7b-4a8a-8f85-02202aa8d402",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9861de56-f442-4a8b-bf76-7de08de70786"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "68ef5ffa-ad83-41e7-a2c7-5fe84071565e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "PCOFundId",
        "Name": "PCO Fund Id",
        "Description": "",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "PCO Fund Id",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.243"
      },
      "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": "7ceffcf5-3c4e-4ad6-bd5a-74891b642036"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6387657a-17fa-44f6-b024-4975ed498b7e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "68ef5ffa-ad83-41e7-a2c7-5fe84071565e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0817875f-c324-4dfc-b51f-698e763338dd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "68ef5ffa-ad83-41e7-a2c7-5fe84071565e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9bc4b654-6132-45f5-af57-c27f63b9e41b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "68ef5ffa-ad83-41e7-a2c7-5fe84071565e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "ebab0853-0431-43b3-9067-16f0e464dd16",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Step 4:  Process Finance Type & Find/Add Person",
        "Description": "filtered actions that check for currency type based on payment method details type from web hook.  It will also look up persons info.  if person is not found with PCO Id number a new person will be created and the PCO ID will be added to that person and a note on their timeline will be done.",
        "IsActivatedWithWorkflow": false,
        "Order": 3,
        "CreatedDateTime": "2025-12-23T15:06:56.05",
        "ModifiedDateTime": "2025-12-23T15:06:56.05"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "d97bc13e-a126-4761-8b6f-293a8bac89b3",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set CurrencyTypeValueId for ach",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "24ec0170-4286-4bcc-924e-0411afd8d710",
        "CriteriaComparisonType": 8,
        "CriteriaValue": "ach",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T16:05:29.297"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "299f8ef4-0f4d-4cec-bba6-838a9b9afd2f",
      "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": "2025-12-23T15:06:57.19",
        "ModifiedDateTime": "2025-12-23T15:06:57.19"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7eaa859-f500-4521-9523-488b12eaa7d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d97bc13e-a126-4761-8b6f-293a8bac89b3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9674e565-9ebb-461f-b881-64ab8f04ab7b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "69285962-b841-49fb-81c9-71f4fc2fa857",
        "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": "2025-12-23T15:06:57.19",
        "ModifiedDateTime": "2025-12-23T15:06:57.19"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44a0b977-4730-4519-8ff6-b0a01a95b212"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d97bc13e-a126-4761-8b6f-293a8bac89b3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "488385e6-3948-400d-b92d-5e26e9564103",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "[Ach Currency Type Id]",
        "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": "2025-12-23T15:06:57.19",
        "ModifiedDateTime": "2025-12-23T16:29:25.763"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5272b11-a2b8-49dc-860d-8d574e2bc15c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d97bc13e-a126-4761-8b6f-293a8bac89b3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "3d18ce1d-fd35-4362-a71a-1213ded0802a",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set CurrencyTypeValueId for \"credit card\"",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "24ec0170-4286-4bcc-924e-0411afd8d710",
        "CriteriaComparisonType": 8,
        "CriteriaValue": "credit",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T16:05:29.297"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "022ad86d-6fa6-45e1-ae9b-310508173533",
      "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": "2025-12-23T15:06:57.223",
        "ModifiedDateTime": "2025-12-23T15:06:57.223"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7eaa859-f500-4521-9523-488b12eaa7d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3d18ce1d-fd35-4362-a71a-1213ded0802a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "fcbb9b17-bfb5-49af-9200-82e016e2022d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "69285962-b841-49fb-81c9-71f4fc2fa857",
        "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": "2025-12-23T15:06:57.223",
        "ModifiedDateTime": "2025-12-23T15:06:57.223"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44a0b977-4730-4519-8ff6-b0a01a95b212"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3d18ce1d-fd35-4362-a71a-1213ded0802a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "56f91034-1e56-44c0-aa01-737dd1d97b45",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "[Credit card Currenty Type Id]",
        "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": "2025-12-23T15:06:57.223",
        "ModifiedDateTime": "2025-12-23T16:29:25.777"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5272b11-a2b8-49dc-860d-8d574e2bc15c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3d18ce1d-fd35-4362-a71a-1213ded0802a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "6007fe4a-e5c6-4ce0-8a01-0142daea4cba",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set CurrencyTypeValueId for \"Debit Card\"",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "24ec0170-4286-4bcc-924e-0411afd8d710",
        "CriteriaComparisonType": 8,
        "CriteriaValue": "debit",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T16:05:29.297"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8290bdc3-30b2-43c1-90ed-19f305237bb7",
      "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": "2025-12-23T15:06:57.237",
        "ModifiedDateTime": "2025-12-23T15:06:57.237"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7eaa859-f500-4521-9523-488b12eaa7d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "6007fe4a-e5c6-4ce0-8a01-0142daea4cba"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bd4f057a-72cb-4586-90e1-a2fc0d7eb7fa",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "69285962-b841-49fb-81c9-71f4fc2fa857",
        "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": "2025-12-23T15:06:57.237",
        "ModifiedDateTime": "2025-12-23T15:06:57.237"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44a0b977-4730-4519-8ff6-b0a01a95b212"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "6007fe4a-e5c6-4ce0-8a01-0142daea4cba"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "37a00559-4bfa-4d1d-b7cd-d91460d76dc4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "[Debit Card Currenty Type Id]",
        "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": "2025-12-23T15:06:57.237",
        "ModifiedDateTime": "2025-12-23T16:29:25.793"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5272b11-a2b8-49dc-860d-8d574e2bc15c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "6007fe4a-e5c6-4ce0-8a01-0142daea4cba"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "ed92ce99-087f-4bc9-a013-7f649252e6d9",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set CurrencyTypeValueId to Fallback to currency type “Unknown\"",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "69285962-b841-49fb-81c9-71f4fc2fa857",
        "CriteriaComparisonType": 32,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T16:05:29.297"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "47ab4dec-b2a2-426c-b607-b8fc946191a6",
      "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": "2025-12-23T15:06:57.27",
        "ModifiedDateTime": "2025-12-23T15:06:57.27"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7eaa859-f500-4521-9523-488b12eaa7d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ed92ce99-087f-4bc9-a013-7f649252e6d9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7edc4994-d7c9-4356-8d1a-ae3b6ce8c8e6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "69285962-b841-49fb-81c9-71f4fc2fa857",
        "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": "2025-12-23T15:06:57.27",
        "ModifiedDateTime": "2025-12-23T15:06:57.27"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44a0b977-4730-4519-8ff6-b0a01a95b212"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ed92ce99-087f-4bc9-a013-7f649252e6d9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "73f7fb8b-bae9-439e-8076-64b8ffcedd90",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "[Unknown Currenty Type Id]",
        "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": "2025-12-23T15:06:57.27",
        "ModifiedDateTime": "2025-12-23T16:29:25.81"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5272b11-a2b8-49dc-860d-8d574e2bc15c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ed92ce99-087f-4bc9-a013-7f649252e6d9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "cb9daa73-19d3-481f-9c4d-e4db80b2b6b4",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Persist",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T15:06:56.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.PersistWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "50b01639-4938-40d2-a791-aa0eb4f86847",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Active",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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.PersistWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bb9b4bd1-7887-4ee6-865d-2e214710d2e5",
      "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": "2025-12-23T15:06:57.3",
        "ModifiedDateTime": "2025-12-23T15:06:57.3"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "50b01639-4938-40d2-a791-aa0eb4f86847"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "cb9daa73-19d3-481f-9c4d-e4db80b2b6b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "86f795b0-0cb6-4da4-9ce4-b11d0922f361",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Order",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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.PersistWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e22be348-18b1-4420-83a8-6319b35416d2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "PersistImmediately",
        "Name": "Persist Immediately",
        "Description": "This action will normally cause the workflow to be persisted (saved) once all the current activities/actions have completed processing. Set this flag to true, if the workflow should be persisted immediately. This is only required if a subsequent action needs a persisted workflow with a valid id.",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Persist Immediately",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.PersistWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1c550c5a-7c2d-486c-8d90-fcb7d4f04f9b",
      "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": "2025-12-23T15:06:57.3",
        "ModifiedDateTime": "2025-12-23T15:06:57.3"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e22be348-18b1-4420-83a8-6319b35416d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "cb9daa73-19d3-481f-9c4d-e4db80b2b6b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "d680da86-c667-432a-8814-d8281ba5edd0",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set PersonID with SQL searching PCOId",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T15:06:56.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cb315739-2daf-44a5-9fd2-00a0acbc3213",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "SELECT\nEntityId\nFROM\n    [AttributeValue]\nWHERE\nAttributeId='[PERSON ATTRIBUTE PCOID ID]'\nAND\nValue='{{ Workflow | Attribute:'PCOPersonId'}}'",
        "PersistedTextValue": "SELECT\nEntityId\nFROM\n    [AttributeValue]\nWHERE\nAttributeId='[PERSON ATTRIBUTE PCOID ID]'\nAND\nValue='{{ Workflow | Attribute:'PCOPersonId'}}'",
        "PersistedHtmlValue": "SELECT\nEntityId\nFROM\n    [AttributeValue]\nWHERE\nAttributeId=&#39;[PERSON ATTRIBUTE PCOID ID]&#39;\nAND\nValue=&#39;{{ Workflow | Attribute:&#39;PCOPersonId&#39;}}&#39;",
        "PersistedCondensedTextValue": "SELECT\nEntityId\nFROM\n    [AttributeValue]\nWHERE\nAttributeId='[PERSON ATTRIBUTE PCOID...",
        "PersistedCondensedHtmlValue": "SELECT\nEntityId\nFROM\n    [AttributeValue]\nWHERE\nAttributeId=&#39;[PERSON ATTRIBUTE PCOID...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.333",
        "ModifiedDateTime": "2025-12-23T16:05:29.827"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d680da86-c667-432a-8814-d8281ba5edd0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5f7ea128-1345-46b8-b998-ae9133a35d1d",
      "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": "2025-12-23T15:06:57.333",
        "ModifiedDateTime": "2025-12-23T15:06:57.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18c3143-0586-4565-9f36-e603bc674b4e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d680da86-c667-432a-8814-d8281ba5edd0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e564616f-608c-480e-98f2-e9e96936e04a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "12017aae-e465-4f91-8f84-0b64b05d83a4",
        "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": "2025-12-23T15:06:57.333",
        "ModifiedDateTime": "2025-12-23T15:06:57.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56997192-2545-4ea1-b5b2-313b04588984"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d680da86-c667-432a-8814-d8281ba5edd0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5eea1a0a-a07a-4632-82d2-f8dfee549910",
      "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": "2025-12-23T15:06:57.333",
        "ModifiedDateTime": "2025-12-23T15:06:57.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "80842e4a-570b-443c-9474-53c616821f2a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d680da86-c667-432a-8814-d8281ba5edd0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "504a6205-4076-48fe-91b4-cb45f328d47f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Find the primary alias Id for personId found above",
        "Order": 6,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "12017aae-e465-4f91-8f84-0b64b05d83a4",
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T15:06:56.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c33c2c5a-5995-4896-9883-b99f5da85bd7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% person id:'{{ Workflow | Attribute:'RockPersonId'}}' %}\n    {{ person.PrimaryAliasId }} {% endperson %}",
        "PersistedTextValue": "{% person id:'{{ Workflow | Attribute:'RockPersonId'}}' %}\n    {{ person.PrimaryAliasId }} {% endperson %}",
        "PersistedHtmlValue": "{% person id:&#39;{{ Workflow | Attribute:&#39;RockPersonId&#39;}}&#39; %}\n    {{ person.PrimaryAliasId }} {% endperson %}",
        "PersistedCondensedTextValue": "{% person id:'{{ Workflow | Attribute:'RockPersonId'}}' %}\n    {{ person.PrimaryAliasId }} {%...",
        "PersistedCondensedHtmlValue": "{% person id:&#39;{{ Workflow | Attribute:&#39;RockPersonId&#39;}}&#39; %}\n    {{ person.PrimaryAliasId }} {%...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.38",
        "ModifiedDateTime": "2025-12-23T15:06:57.38"
      },
      "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": "504a6205-4076-48fe-91b4-cb45f328d47f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "275b0ba7-c4e6-4ec9-89dd-b79b411f5e7d",
      "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": "2025-12-23T15:06:57.38",
        "ModifiedDateTime": "2025-12-23T15:06:57.38"
      },
      "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": "504a6205-4076-48fe-91b4-cb45f328d47f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "67ab487c-3b29-4f64-bc91-dc998a022111",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "2f9c4820-1f77-4f38-a12e-9309a87d1310",
        "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": "2025-12-23T15:06:57.38",
        "ModifiedDateTime": "2025-12-23T15:06:57.38"
      },
      "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": "504a6205-4076-48fe-91b4-cb45f328d47f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c0cb618e-06a8-4c7f-b6b8-02032feacfb6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.38",
        "ModifiedDateTime": "2025-12-23T15:06:57.38"
      },
      "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": "504a6205-4076-48fe-91b4-cb45f328d47f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "3a8e1177-02aa-4394-836a-794fdddc778f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Find Alias GUID using SQL",
        "Order": 7,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "12017aae-e465-4f91-8f84-0b64b05d83a4",
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T15:06:56.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "850c2e04-bdc9-4aab-ab72-4699390496a6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "SELECT\nGUID\nFROM\n    [PersonAlias]\nWHERE\nId='{{ Workflow | Attribute:'PersonAliasId'}}'",
        "PersistedTextValue": "SELECT\nGUID\nFROM\n    [PersonAlias]\nWHERE\nId='{{ Workflow | Attribute:'PersonAliasId'}}'",
        "PersistedHtmlValue": "SELECT\nGUID\nFROM\n    [PersonAlias]\nWHERE\nId=&#39;{{ Workflow | Attribute:&#39;PersonAliasId&#39;}}&#39;",
        "PersistedCondensedTextValue": "SELECT\nGUID\nFROM\n    [PersonAlias]\nWHERE\nId='{{ Workflow | Attribute:'PersonAliasId'}}'",
        "PersistedCondensedHtmlValue": "SELECT\nGUID\nFROM\n    [PersonAlias]\nWHERE\nId=&#39;{{ Workflow | Attribute:&#39;PersonAliasId&#39;}}&#39;",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.427",
        "ModifiedDateTime": "2025-12-23T15:06:57.427"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3a8e1177-02aa-4394-836a-794fdddc778f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "19dd72bb-945f-4198-bf61-a81f5c4372b0",
      "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": "2025-12-23T15:06:57.427",
        "ModifiedDateTime": "2025-12-23T15:06:57.427"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18c3143-0586-4565-9f36-e603bc674b4e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3a8e1177-02aa-4394-836a-794fdddc778f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e459f3ff-000c-4712-aad8-5bff3e461df3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a5b1d574-ec93-472f-9687-fac340908ea3",
        "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": "2025-12-23T15:06:57.427",
        "ModifiedDateTime": "2025-12-23T15:06:57.427"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56997192-2545-4ea1-b5b2-313b04588984"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3a8e1177-02aa-4394-836a-794fdddc778f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b98160ea-b27a-439b-b91b-4fd28daf91a3",
      "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": "2025-12-23T15:06:57.427",
        "ModifiedDateTime": "2025-12-23T15:06:57.427"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "80842e4a-570b-443c-9474-53c616821f2a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3a8e1177-02aa-4394-836a-794fdddc778f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "60637ca2-52f0-491c-b7b7-bb0f645bd572",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Create New Donor Person IF person not found",
        "Order": 8,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "12017aae-e465-4f91-8f84-0b64b05d83a4",
        "CriteriaComparisonType": 32,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T16:05:29.297"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fe0ea0f6-9612-4e7c-a1ef-adf0724f00bf",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Active",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "19542679-9b11-4cd0-aa18-a3cdcaa623bf",
      "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": "2025-12-23T15:06:57.473",
        "ModifiedDateTime": "2025-12-23T15:06:57.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fe0ea0f6-9612-4e7c-a1ef-adf0724f00bf"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "60637ca2-52f0-491c-b7b7-bb0f645bd572"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "02a1ea9f-ab3f-4d1a-91c0-173fbe974bdc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "FirstName",
        "Name": "First Name|Attribute Value",
        "Description": "The first name or an attribute that contains the first name of the person. <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": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "First Name|Attribute Value",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b3ed24ef-d1b2-4ba0-9f12-34e5d9e06e58",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02a1ea9f-ab3f-4d1a-91c0-173fbe974bdc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "add11677-9643-4677-84f2-e6eee9649aec",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "f82077db-29bd-4834-aee3-d686f7819f7e",
        "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": "2025-12-23T15:06:57.473",
        "ModifiedDateTime": "2025-12-23T15:06:57.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02a1ea9f-ab3f-4d1a-91c0-173fbe974bdc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "60637ca2-52f0-491c-b7b7-bb0f645bd572"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1cfe3b8b-7f1e-4498-8345-50133e4fdfdf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Order",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "94a570d3-ec23-4eba-a412-f43f91d91e3f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "LastName",
        "Name": "Last Name|Attribute Value",
        "Description": "The last name or an attribute that contains the last name of the person. <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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Last Name|Attribute Value",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6b4e8982-f6bb-44a3-99f7-5bf13eb2740d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "94a570d3-ec23-4eba-a412-f43f91d91e3f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "baa9a141-57af-4e10-8d78-959c337cd016",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "857c1a11-e161-44e6-a3fa-312b6da14dcf",
        "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": "2025-12-23T15:06:57.473",
        "ModifiedDateTime": "2025-12-23T15:06:57.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "94a570d3-ec23-4eba-a412-f43f91d91e3f"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "60637ca2-52f0-491c-b7b7-bb0f645bd572"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "42b3dad7-307a-4453-a7ea-674945da72b4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Email",
        "Name": "Email Address|Attribute Value",
        "Description": "The email address or an attribute that contains the email address of the person. <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": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Email Address|Attribute Value",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7b010d86-7798-4ded-86b4-67283b9308a3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "42b3dad7-307a-4453-a7ea-674945da72b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d0e432c8-b446-4135-be0c-030478707af7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "5b830492-9503-4cf5-bd4e-738bd66d7143",
        "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": "2025-12-23T15:06:57.473",
        "ModifiedDateTime": "2025-12-23T15:06:57.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "42b3dad7-307a-4453-a7ea-674945da72b4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "60637ca2-52f0-491c-b7b7-bb0f645bd572"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "726b15c8-ce50-42ad-a654-1955bc60a6aa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "MobileNumber",
        "Name": "Mobile Number|Attribute Value",
        "Description": "The mobile phone number or an attribute that contains the mobile phone number of the person ) <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": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Mobile Number|Attribute Value",
        "CreatedDateTime": "2020-10-30T11:34:52.213",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fd965f24-4075-4bd0-8ffb-8eefdde5b917",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.PhoneNumberFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "726b15c8-ce50-42ad-a654-1955bc60a6aa"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1824cca9-28ff-4c18-bad4-d72f71983d24",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BirthDay",
        "Name": "Birth Day|Attribute Value",
        "Description": "The number corresponding to the birth day of a person or the attribute that contains the number corresponding to a birth day for a person  <span class='tip tip-lava'></span>",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Birth Day|Attribute Value",
        "CreatedDateTime": "2020-10-30T11:34:52.22",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "26299d7a-858b-4ef3-baa5-0a5f9bde48d3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1824cca9-28ff-4c18-bad4-d72f71983d24"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ae7d515d-b4d8-4c0e-a88b-5786b39b1fed",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BirthMonth",
        "Name": "Birth Month|Attribute Value",
        "Description": "The number corresponding to the birth month of a person or the attribute that contains the number corresponding to a birth month for a person  <span class='tip tip-lava'></span>",
        "Order": 5,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Birth Month|Attribute Value",
        "CreatedDateTime": "2020-10-30T11:34:52.23",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "cd5e4490-a27d-4403-9f25-1d02b1d0278a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ae7d515d-b4d8-4c0e-a88b-5786b39b1fed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "78c35720-ed06-4d10-9854-2cc31118cba1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BirthYear",
        "Name": "Birth Year|Attribute Value",
        "Description": "The number corresponding to the birth year of a person or the attribute that contains the number corresponding to a birth year for a person  <span class='tip tip-lava'></span>",
        "Order": 6,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Birth Year|Attribute Value",
        "CreatedDateTime": "2020-10-30T11:34:52.237",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e8ed9e09-f0a1-4e31-9c1e-b03da0b76558",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "78c35720-ed06-4d10-9854-2cc31118cba1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "16307eea-9646-42f7-9a31-0b5933b3c53c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "PersonAttribute",
        "Name": "Person Attribute",
        "Description": "The person attribute to set the value to the person found or created.",
        "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": 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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Person Attribute",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2511fd0c-664d-411b-b823-6463da903fe1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "16307eea-9646-42f7-9a31-0b5933b3c53c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2468defc-1a36-43f4-928b-53caf4fdb9de",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a5b1d574-ec93-472f-9687-fac340908ea3",
        "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": "2025-12-23T15:06:57.473",
        "ModifiedDateTime": "2025-12-23T15:06:57.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "16307eea-9646-42f7-9a31-0b5933b3c53c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "60637ca2-52f0-491c-b7b7-bb0f645bd572"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "35b6603a-20b3-4bc5-8320-52df3d527754",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "DefaultRecordStatus",
        "Name": "Default Record Status",
        "Description": "The record status to use when creating a new person",
        "Order": 8,
        "IsGridColumn": false,
        "DefaultValue": "283999EC-7346-42E3-B807-BCE9B2BABB49",
        "DefaultPersistedTextValue": "Pending",
        "DefaultPersistedHtmlValue": "Pending",
        "DefaultPersistedCondensedTextValue": "Pending",
        "DefaultPersistedCondensedHtmlValue": "Pending",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Default Record Status",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b061e34a-5104-4ce4-8d88-9d351a234c96",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "AllowAddingNewValues",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35b6603a-20b3-4bc5-8320-52df3d527754"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2454dd1b-590f-4669-bef9-dce2d021839d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35b6603a-20b3-4bc5-8320-52df3d527754"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "cb14fc6b-7a09-4394-86ce-e35d7cc0e5bf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": "2"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35b6603a-20b3-4bc5-8320-52df3d527754"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "43da3ec8-2e23-4a4b-819d-5745a6a356d0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35b6603a-20b3-4bc5-8320-52df3d527754"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "df7ea988-34ef-47d5-8fdb-4cc8a4c4e9a7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "RepeatColumns",
        "Value": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35b6603a-20b3-4bc5-8320-52df3d527754"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b3e77342-0bc6-45e8-8f19-da6f3ff6559a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "283999ec-7346-42e3-b807-bce9b2babb49",
        "PersistedTextValue": "Pending",
        "PersistedHtmlValue": "Pending",
        "PersistedCondensedTextValue": "Pending",
        "PersistedCondensedHtmlValue": "Pending",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.473",
        "ModifiedDateTime": "2025-12-23T15:06:57.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35b6603a-20b3-4bc5-8320-52df3d527754"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "60637ca2-52f0-491c-b7b7-bb0f645bd572"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fd8cefcf-57c6-46f5-aa6d-c315a60575a5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "DefaultRecordSource",
        "Name": "Default Record Source",
        "Description": "The record source to use when creating a new person (default = 'Workflow'). If a 'RecordSource' page parameter is found, it will be used instead.",
        "Order": 9,
        "IsGridColumn": false,
        "DefaultValue": "42BA3F0C-00B5-4104-A9F8-C4C092BA2E0C",
        "DefaultPersistedTextValue": "Workflow",
        "DefaultPersistedHtmlValue": "Workflow",
        "DefaultPersistedCondensedTextValue": "Workflow",
        "DefaultPersistedCondensedHtmlValue": "Workflow",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": "{\"AttributeDisplaySettings\":{\"SiteTypes\":0}}",
        "AbbreviatedName": "Default Record Source",
        "CreatedDateTime": "2025-12-09T15:27:48.523",
        "ModifiedDateTime": "2025-12-11T02:15:09.657"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fd934dda-d945-4392-844b-00fcba34b454",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "AllowAddingNewValues",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fd8cefcf-57c6-46f5-aa6d-c315a60575a5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ab2d9e61-4733-4add-bf0d-1a415197fe2f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fd8cefcf-57c6-46f5-aa6d-c315a60575a5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fae25972-370a-44e8-a15a-c4bac1ba6b6b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": "133"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fd8cefcf-57c6-46f5-aa6d-c315a60575a5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7930d4f8-0411-4c58-baa4-c8bcd9afe59c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fd8cefcf-57c6-46f5-aa6d-c315a60575a5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "14b026cf-d5a4-4402-ada9-0eff1b78462c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "RepeatColumns",
        "Value": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fd8cefcf-57c6-46f5-aa6d-c315a60575a5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7d19172d-2c26-40c8-a61c-f61c622fea3b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "42ba3f0c-00b5-4104-a9f8-c4c092ba2e0c",
        "PersistedTextValue": "Workflow",
        "PersistedHtmlValue": "Workflow",
        "PersistedCondensedTextValue": "Workflow",
        "PersistedCondensedHtmlValue": "Workflow",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.473",
        "ModifiedDateTime": "2025-12-23T15:06:57.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fd8cefcf-57c6-46f5-aa6d-c315a60575a5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "60637ca2-52f0-491c-b7b7-bb0f645bd572"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "203fa19a-50e0-449d-bb45-f12fc4adb600",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "DefaultConnectionStatus",
        "Name": "Default Connection Status",
        "Description": "The connection status to use when creating a new person",
        "Order": 10,
        "IsGridColumn": false,
        "DefaultValue": "368DD475-242C-49C4-A42C-7278BE690CC2",
        "DefaultPersistedTextValue": "Prospect",
        "DefaultPersistedHtmlValue": "Prospect",
        "DefaultPersistedCondensedTextValue": "Prospect",
        "DefaultPersistedCondensedHtmlValue": "Prospect",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": "{\"AttributeDisplaySettings\":{\"SiteTypes\":0}}",
        "AbbreviatedName": "Default Connection Status",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-09T15:27:48.663"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c9eaccc9-999f-4c0d-81bb-58f8240b6baa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "AllowAddingNewValues",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "203fa19a-50e0-449d-bb45-f12fc4adb600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f6151ad0-2001-4f64-93ef-e92bc3d697d7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "203fa19a-50e0-449d-bb45-f12fc4adb600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d2f01f72-b3d7-4c7c-ade9-249740a89cc6",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": "4"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "203fa19a-50e0-449d-bb45-f12fc4adb600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1062059c-2b6b-466a-a7db-3e9dde6bfed4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "203fa19a-50e0-449d-bb45-f12fc4adb600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f3b942b7-1921-45b3-b171-e81f99446d1b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "RepeatColumns",
        "Value": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "203fa19a-50e0-449d-bb45-f12fc4adb600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ae6d83d2-c864-492d-8c16-fbbc3ffe8f7b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "4d8ef602-74f5-440c-ae36-8e80d87d676b",
        "PersistedTextValue": "Unknown",
        "PersistedHtmlValue": "Unknown",
        "PersistedCondensedTextValue": "Unknown",
        "PersistedCondensedHtmlValue": "Unknown",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.473",
        "ModifiedDateTime": "2025-12-23T15:06:57.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "203fa19a-50e0-449d-bb45-f12fc4adb600"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "60637ca2-52f0-491c-b7b7-bb0f645bd572"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "cb3d18db-e19c-48c4-b9ed-0764373e2598",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "DefaultCampus",
        "Name": "Default Campus",
        "Description": "The attribute value to use as the default campus when creating a new person.",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": "{\"AttributeDisplaySettings\":{\"SiteTypes\":0}}",
        "AbbreviatedName": "Default Campus",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-09T15:27:48.727"
      },
      "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.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "cb6eaa4b-8beb-4450-a5b0-df3e86c68bd4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.CampusFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cb3d18db-e19c-48c4-b9ed-0764373e2598"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "48f5e18a-f414-41c0-9f9f-a5da3a8ae4c5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "UpdatePrimaryEmail",
        "Name": "Update Email?",
        "Description": "If a person is found matching the various attributes, but the primary email is different, should the person's primary email be updated?",
        "Order": 11,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Update Email?",
        "CreatedDateTime": "2020-10-30T11:34:52.28",
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5b57db49-c7dd-43fe-8b44-a231b1628c1a",
      "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": "2025-12-23T15:06:57.473",
        "ModifiedDateTime": "2025-12-23T15:06:57.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "48f5e18a-f414-41c0-9f9f-a5da3a8ae4c5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "60637ca2-52f0-491c-b7b7-bb0f645bd572"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "e4ff3e6d-cbee-4f77-b46e-a862f47b440b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set PCO ID",
        "Order": 9,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "12017aae-e465-4f91-8f84-0b64b05d83a4",
        "CriteriaComparisonType": 32,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T15:06:56.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e5bac4a6-ff7f-4016-ba9c-72d16cb60184",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Active",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c6593f88-e479-47e6-be86-81f582ae0e09",
      "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": "2025-12-23T15:06:57.52",
        "ModifiedDateTime": "2025-12-23T15:06:57.52"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5bac4a6-ff7f-4016-ba9c-72d16cb60184"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e4ff3e6d-cbee-4f77-b46e-a862f47b440b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e456fb6f-05db-4826-a612-5b704bc4ea13",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "Workflow attribute that contains the person to update.",
        "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": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Person",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "420b4ec5-48c2-435f-8088-e80a6182c0e5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e456fb6f-05db-4826-a612-5b704bc4ea13"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6616da93-29f6-42ee-81b3-8cf0cdbf51f9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a5b1d574-ec93-472f-9687-fac340908ea3",
        "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": "2025-12-23T15:06:57.52",
        "ModifiedDateTime": "2025-12-23T15:06:57.52"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e456fb6f-05db-4826-a612-5b704bc4ea13"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e4ff3e6d-cbee-4f77-b46e-a862f47b440b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3f3bf3e6-ad53-491e-a40f-441f2afcbb5b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Order",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "PersonAttribute",
        "Name": "Person Attribute",
        "Description": "The person attribute that should be updated with the provided value.",
        "Order": 1,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Person Attribute",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.AttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b73f5051-59bb-43d9-88ee-4acbfd55c4bb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b97ee693-7887-4c88-a930-1e6e651cad9c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "entitytype",
        "Value": "72657ED8-D16E-492E-AC12-144C5E7567E7"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "891e7992-2282-436c-a634-73832e84f64f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "f6dbe924-d1bb-469a-badc-fcc4b33a3965",
        "PersistedTextValue": "PCO ID",
        "PersistedHtmlValue": "PCO ID",
        "PersistedCondensedTextValue": "PCO ID",
        "PersistedCondensedHtmlValue": "PCO ID",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.52",
        "ModifiedDateTime": "2025-12-23T15:06:57.52"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e4ff3e6d-cbee-4f77-b46e-a862f47b440b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "94689bde-493e-4869-a614-2d54822d747c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Value|Attribute Value",
        "Description": "The value or attribute value to set the person attribute to. <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": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Value|Attribute Value",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5237d553-65c6-4fa2-8b09-1a8b6fcd5573",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "41a13ac3-4abe-4bb2-a3d2-14d764f07a6f",
        "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": "2025-12-23T15:06:57.52",
        "ModifiedDateTime": "2025-12-23T15:06:57.52"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "94689bde-493e-4869-a614-2d54822d747c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e4ff3e6d-cbee-4f77-b46e-a862f47b440b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "e0b7ed7c-8d1c-4df8-9529-32b02e7109e0",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set note on newgiver",
        "Order": 10,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "12017aae-e465-4f91-8f84-0b64b05d83a4",
        "CriteriaComparisonType": 32,
        "CriteriaValue": "660",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T15:06:56.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.PersonNoteAdd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "2778beda-ecb0-4057-8475-d624495baee4",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Active",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.PersonNoteAdd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d2939fe1-77a5-4816-bb8d-cba9ce4f639e",
      "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": "2025-12-23T15:06:57.55",
        "ModifiedDateTime": "2025-12-23T15:06:57.55"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2778beda-ecb0-4057-8475-d624495baee4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e0b7ed7c-8d1c-4df8-9529-32b02e7109e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ee030db7-2fb7-482b-98af-7bd61035cad1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "Workflow attribute that contains the person to add the note to.",
        "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": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Person",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.PersonNoteAdd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c122a6e3-e070-4f17-8876-03fd52872fa3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ee030db7-2fb7-482b-98af-7bd61035cad1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "879c5a1b-7558-4149-8b49-036b7daccab9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a5b1d574-ec93-472f-9687-fac340908ea3",
        "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": "2025-12-23T15:06:57.55",
        "ModifiedDateTime": "2025-12-23T15:06:57.55"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ee030db7-2fb7-482b-98af-7bd61035cad1"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e0b7ed7c-8d1c-4df8-9529-32b02e7109e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d5cd976e-e641-465a-ad08-a13f635353f4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Order",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.PersonNoteAdd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4a120959-fb2d-49d2-a9a4-6d04b9db53d2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "NoteType",
        "Name": "Note Type",
        "Description": "The type of note to add.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "66A1B9D7-7EFA-40F3-9415-E54437977D60",
        "DefaultPersistedTextValue": "Personal Note",
        "DefaultPersistedHtmlValue": "Personal Note",
        "DefaultPersistedCondensedTextValue": "Personal Note",
        "DefaultPersistedCondensedHtmlValue": "Personal Note",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Note Type",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.NoteTypeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.PersonNoteAdd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "70d2f186-40a6-4e42-8e37-d779ffa0280d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "entityTypeName",
        "Value": "Rock.Model.Person"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4a120959-fb2d-49d2-a9a4-6d04b9db53d2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5ee0d614-392d-49db-bc13-a10097d6da95",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "qualifierColumn",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4a120959-fb2d-49d2-a9a4-6d04b9db53d2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b75092f6-9369-4a35-8915-c6ec1c706750",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "qualifierValue",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4a120959-fb2d-49d2-a9a4-6d04b9db53d2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b9e0b45d-a135-45fd-b7be-37b2016afffa",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "66A1B9D7-7EFA-40F3-9415-E54437977D60",
        "PersistedTextValue": "Personal Note",
        "PersistedHtmlValue": "Personal Note",
        "PersistedCondensedTextValue": "Personal Note",
        "PersistedCondensedHtmlValue": "Personal Note",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.55",
        "ModifiedDateTime": "2025-12-23T15:06:57.55"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4a120959-fb2d-49d2-a9a4-6d04b9db53d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e0b7ed7c-8d1c-4df8-9529-32b02e7109e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "90416422-d244-4d73-a878-7c60350ab154",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Caption",
        "Name": "Caption",
        "Description": "The title/caption of the note. If none is provided then the author's name will be displayed. <span class='tip tip-lava'></span>",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Caption",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.PersonNoteAdd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "26fb4e28-bbe2-4c34-84f4-6a56dbc714be",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "1st time giver In PCO",
        "PersistedTextValue": "1st time giver In PCO",
        "PersistedHtmlValue": "1st time giver In PCO",
        "PersistedCondensedTextValue": "1st time giver In PCO",
        "PersistedCondensedHtmlValue": "1st time giver In PCO",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.55",
        "ModifiedDateTime": "2025-12-23T15:06:57.55"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "90416422-d244-4d73-a878-7c60350ab154"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e0b7ed7c-8d1c-4df8-9529-32b02e7109e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d45b1a38-94f0-4b4d-a895-d4e6e14f82c5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Text",
        "Name": "Text",
        "Description": "The body of the note. <span class='tip tip-lava'></span>",
        "Order": 3,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Text",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.MemoFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.PersonNoteAdd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9315142f-3ccf-42cf-9875-54aa83c86c27",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowhtml",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d45b1a38-94f0-4b4d-a895-d4e6e14f82c5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2006852b-1d1d-4b52-b5e4-7edc18b28b2b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "numberofrows",
        "Value": "3"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d45b1a38-94f0-4b4d-a895-d4e6e14f82c5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "094e9ab8-e3af-43cd-8044-7b89168053c6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Workflow | Attribute:'DateCreated'}}: Created automatically from PCO Giving",
        "PersistedTextValue": "{{ Workflow | Attribute:'DateCreated'}}: Created automatically from PCO Giving",
        "PersistedHtmlValue": "{{ Workflow | Attribute:&#39;DateCreated&#39;}}: Created automatically from PCO Giving",
        "PersistedCondensedTextValue": "{{ Workflow | Attribute:'DateCreated'}}: Created automatically from PCO Giving",
        "PersistedCondensedHtmlValue": "{{ Workflow | Attribute:&#39;DateCreated&#39;}}: Created automatically from PCO Giving",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.55",
        "ModifiedDateTime": "2025-12-23T15:06:57.55"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d45b1a38-94f0-4b4d-a895-d4e6e14f82c5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e0b7ed7c-8d1c-4df8-9529-32b02e7109e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "756dbfe4-4b36-49c3-a047-db52274d5cf8",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Author",
        "Name": "Author",
        "Description": "Workflow attribute that contains the person to use as the author of the note. While not required it is recommended.",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Author",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.PersonNoteAdd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bfaec0f6-8868-4386-9b93-38d0fee6ee0c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "756dbfe4-4b36-49c3-a047-db52274d5cf8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "49c560a6-4347-4907-b7e5-38cac697c86b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Alert",
        "Name": "Alert",
        "Description": "Determines if the note should be flagged as an alert.",
        "Order": 5,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Alert",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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.PersonNoteAdd"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "91d78d25-a44d-4c85-b225-d614bd3613f0",
      "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": "2025-12-23T15:06:57.55",
        "ModifiedDateTime": "2025-12-23T15:06:57.55"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "49c560a6-4347-4907-b7e5-38cac697c86b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e0b7ed7c-8d1c-4df8-9529-32b02e7109e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "9ce6a3c5-092c-49f4-843b-7bde760de06f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Person Alias Id",
        "Order": 11,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "12017aae-e465-4f91-8f84-0b64b05d83a4",
        "CriteriaComparisonType": 32,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T16:05:29.297"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cbeb2d6a-f203-433b-accc-8c539a085c8b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Workflow | Attribute:'Donor','PrimaryAliasId' }}",
        "PersistedTextValue": "{{ Workflow | Attribute:'Donor','PrimaryAliasId' }}",
        "PersistedHtmlValue": "{{ Workflow | Attribute:&#39;Donor&#39;,&#39;PrimaryAliasId&#39; }}",
        "PersistedCondensedTextValue": "{{ Workflow | Attribute:'Donor','PrimaryAliasId' }}",
        "PersistedCondensedHtmlValue": "{{ Workflow | Attribute:&#39;Donor&#39;,&#39;PrimaryAliasId&#39; }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.643",
        "ModifiedDateTime": "2025-12-23T15:06:57.643"
      },
      "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": "9ce6a3c5-092c-49f4-843b-7bde760de06f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "aaa1f837-1387-489b-8283-2fefc0db9666",
      "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": "2025-12-23T15:06:57.643",
        "ModifiedDateTime": "2025-12-23T15:06:57.643"
      },
      "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": "9ce6a3c5-092c-49f4-843b-7bde760de06f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8081b79b-bf9e-4057-9fec-9672d7626fa6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "2f9c4820-1f77-4f38-a12e-9309a87d1310",
        "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": "2025-12-23T15:06:57.643",
        "ModifiedDateTime": "2025-12-23T15:06:57.643"
      },
      "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": "9ce6a3c5-092c-49f4-843b-7bde760de06f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "def4a291-bd00-4b3e-b0ce-d698529d6b62",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "All",
        "PersistedTextValue": "All",
        "PersistedHtmlValue": "All",
        "PersistedCondensedTextValue": "All",
        "PersistedCondensedHtmlValue": "All",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.643",
        "ModifiedDateTime": "2025-12-23T15:06:57.643"
      },
      "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": "9ce6a3c5-092c-49f4-843b-7bde760de06f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "9d1633cf-4bbb-4847-aa11-81bb7ef661f9",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send To Create Unique",
        "Order": 12,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T16:05:29.297"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "ebab0853-0431-43b3-9067-16f0e464dd16"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "53fdfbef-a7ca-46c0-9d51-5cc630cb0cf1",
      "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": "2025-12-23T15:06:57.677",
        "ModifiedDateTime": "2025-12-23T15:06:57.677"
      },
      "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": "9d1633cf-4bbb-4847-aa11-81bb7ef661f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cc022d22-e034-4ffb-85d2-51b7f0748ec5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "B67FE5F0-1BBC-4BF2-8E86-D9B78D1A0660",
        "PersistedTextValue": "Step 5: Create & Check Random code",
        "PersistedHtmlValue": "Step 5: Create &amp; Check Random code",
        "PersistedCondensedTextValue": "Step 5: Create & Check Random code",
        "PersistedCondensedHtmlValue": "Step 5: Create &amp; Check Random code",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.677",
        "ModifiedDateTime": "2025-12-23T15:06:57.677"
      },
      "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": "9d1633cf-4bbb-4847-aa11-81bb7ef661f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "b67fe5f0-1bbc-4bf2-8e86-d9b78d1a0660",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Step 5: Create & Check Random code",
        "Description": "Use SQL to create a random number and letter code.  Then check to make sure it hasn't been used in this workflow before.  If it has cycle back through if not continue on to the API requests.\nThis SQL is read-only / utility-level and does not write to Rock tables.",
        "IsActivatedWithWorkflow": false,
        "Order": 4,
        "CreatedDateTime": "2025-12-23T15:06:56.067",
        "ModifiedDateTime": "2025-12-23T16:14:24.767"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "229afe14-6524-4de4-a1c9-dec0a5742786",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Generate Random",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.13",
        "ModifiedDateTime": "2025-12-23T15:06:56.13"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "b67fe5f0-1bbc-4bf2-8e86-d9b78d1a0660"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9160e52e-d4cf-4d78-af51-3ad7f7d6eae5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "SELECT RIGHT(NEWID(),10)",
        "PersistedTextValue": "SELECT RIGHT(NEWID(),10)",
        "PersistedHtmlValue": "SELECT RIGHT(NEWID(),10)",
        "PersistedCondensedTextValue": "SELECT RIGHT(NEWID(),10)",
        "PersistedCondensedHtmlValue": "SELECT RIGHT(NEWID(),10)",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.707",
        "ModifiedDateTime": "2025-12-23T15:06:57.707"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "229afe14-6524-4de4-a1c9-dec0a5742786"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "43bed8ab-7204-45fe-ac20-4e848cee506e",
      "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": "2025-12-23T15:06:57.707",
        "ModifiedDateTime": "2025-12-23T15:06:57.707"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18c3143-0586-4565-9f36-e603bc674b4e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "229afe14-6524-4de4-a1c9-dec0a5742786"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6aa04cd6-ad72-4957-9808-d8a6b9ad517d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "63504672-9c9c-4035-9e6d-d2145f5e3dfc",
        "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": "2025-12-23T15:06:57.707",
        "ModifiedDateTime": "2025-12-23T15:06:57.707"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56997192-2545-4ea1-b5b2-313b04588984"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "229afe14-6524-4de4-a1c9-dec0a5742786"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "af3e5315-0ead-48ff-ab27-29b86dc023cb",
      "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": "2025-12-23T15:06:57.707",
        "ModifiedDateTime": "2025-12-23T15:06:57.707"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "80842e4a-570b-443c-9474-53c616821f2a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "229afe14-6524-4de4-a1c9-dec0a5742786"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "75b208da-bb15-42ec-a61c-c4d4eecdc003",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Check for Uniqueness of code",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.13",
        "ModifiedDateTime": "2025-12-23T15:06:56.13"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "b67fe5f0-1bbc-4bf2-8e86-d9b78d1a0660"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "062f05ff-4759-4049-a46f-f2c8b4b32561",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "SELECT\nCount(Id)\nFROM\n    [FinancialTransaction]\nWHERE\nTransactionCode= '{{ Workflow | Attribute:'RandomCode' }}'",
        "PersistedTextValue": "SELECT\nCount(Id)\nFROM\n    [FinancialTransaction]\nWHERE\nTransactionCode= '{{ Workflow | Attribute:'RandomCode' }}'",
        "PersistedHtmlValue": "SELECT\nCount(Id)\nFROM\n    [FinancialTransaction]\nWHERE\nTransactionCode= &#39;{{ Workflow | Attribute:&#39;RandomCode&#39; }}&#39;",
        "PersistedCondensedTextValue": "SELECT\nCount(Id)\nFROM\n    [FinancialTransaction]\nWHERE\nTransactionCode= '{{ Workflow |...",
        "PersistedCondensedHtmlValue": "SELECT\nCount(Id)\nFROM\n    [FinancialTransaction]\nWHERE\nTransactionCode= &#39;{{ Workflow |...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.753",
        "ModifiedDateTime": "2025-12-23T15:06:57.753"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "75b208da-bb15-42ec-a61c-c4d4eecdc003"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d6213e46-6eac-499b-a6c0-618aa9328afb",
      "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": "2025-12-23T15:06:57.753",
        "ModifiedDateTime": "2025-12-23T15:06:57.753"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18c3143-0586-4565-9f36-e603bc674b4e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "75b208da-bb15-42ec-a61c-c4d4eecdc003"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2f679706-73fd-42c6-8b06-1be58f85a313",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "3ff2f820-12cb-44e6-9f71-d7163cd309db",
        "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": "2025-12-23T15:06:57.753",
        "ModifiedDateTime": "2025-12-23T15:06:57.753"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56997192-2545-4ea1-b5b2-313b04588984"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "75b208da-bb15-42ec-a61c-c4d4eecdc003"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f8bbeb25-6af1-457d-bb58-2f63fe9eb8d4",
      "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": "2025-12-23T15:06:57.753",
        "ModifiedDateTime": "2025-12-23T15:06:57.753"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "80842e4a-570b-443c-9474-53c616821f2a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "75b208da-bb15-42ec-a61c-c4d4eecdc003"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "491e7dda-6b83-48d9-8a0f-d16925fe0093",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Repeat If Not Unique",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "3ff2f820-12cb-44e6-9f71-d7163cd309db",
        "CriteriaComparisonType": 256,
        "CriteriaValue": "1",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.13",
        "ModifiedDateTime": "2025-12-23T15:06:56.13"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "b67fe5f0-1bbc-4bf2-8e86-d9b78d1a0660"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1fa3a606-db5a-40a5-a96f-fe8c898c2e43",
      "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": "2025-12-23T15:06:57.787",
        "ModifiedDateTime": "2025-12-23T15:06:57.787"
      },
      "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": "491e7dda-6b83-48d9-8a0f-d16925fe0093"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "02cebb5d-65f7-4f6d-a583-630a81b8d03c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "B67FE5F0-1BBC-4BF2-8E86-D9B78D1A0660",
        "PersistedTextValue": "Step 5: Create & Check Random code",
        "PersistedHtmlValue": "Step 5: Create &amp; Check Random code",
        "PersistedCondensedTextValue": "Step 5: Create & Check Random code",
        "PersistedCondensedHtmlValue": "Step 5: Create &amp; Check Random code",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.787",
        "ModifiedDateTime": "2025-12-23T15:06:57.787"
      },
      "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": "491e7dda-6b83-48d9-8a0f-d16925fe0093"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "124c0bb1-6dc4-4cc1-863a-296ff27b3d39",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send To APIs",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.13",
        "ModifiedDateTime": "2025-12-23T15:06:56.13"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "b67fe5f0-1bbc-4bf2-8e86-d9b78d1a0660"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ca6ebb74-6bb9-4c6d-8b36-6ce16f964efc",
      "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": "2025-12-23T15:06:57.817",
        "ModifiedDateTime": "2025-12-23T15:06:57.817"
      },
      "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": "124c0bb1-6dc4-4cc1-863a-296ff27b3d39"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ed5de23c-e55a-4eae-b979-9965fba58855",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "6BF216A3-9FAE-47DE-BC8F-AEDF7B7FC907",
        "PersistedTextValue": "Step 6: Api Requests",
        "PersistedHtmlValue": "Step 6: Api Requests",
        "PersistedCondensedTextValue": "Step 6: Api Requests",
        "PersistedCondensedHtmlValue": "Step 6: Api Requests",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.817",
        "ModifiedDateTime": "2025-12-23T15:06:57.817"
      },
      "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": "124c0bb1-6dc4-4cc1-863a-296ff27b3d39"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3ff2f820-12cb-44e6-9f71-d7163cd309db",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "Count",
        "Name": "Count",
        "Description": "",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Count",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.307"
      },
      "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": "b67fe5f0-1bbc-4bf2-8e86-d9b78d1a0660"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c40145c8-7184-41c2-8c58-4320b10ce483",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3ff2f820-12cb-44e6-9f71-d7163cd309db"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "91c60553-a2be-4f79-b933-7251489f8296",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3ff2f820-12cb-44e6-9f71-d7163cd309db"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1533651d-7684-42c5-b02c-f39a4619f89f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3ff2f820-12cb-44e6-9f71-d7163cd309db"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Step 6: Api Requests",
        "Description": "Post Batch\nPost Payment Detail\nGet batch info\nGet Financial PaymentdetailsId\nPOST financcial transaction\nGet financial Transaction\nPost financial Transaction Details",
        "IsActivatedWithWorkflow": false,
        "Order": 5,
        "CreatedDateTime": "2025-12-23T15:06:56.13",
        "ModifiedDateTime": "2025-12-23T15:06:56.13"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "758e78e2-e055-4cd3-aa03-35edef296e28",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Post To Create A Batch FinancialBatches",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.253",
        "ModifiedDateTime": "2025-12-23T15:06:56.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "148e143f-df19-4e8f-a759-34d1dccaff0e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "POST",
        "PersistedTextValue": "POST",
        "PersistedHtmlValue": "POST",
        "PersistedCondensedTextValue": "POST",
        "PersistedCondensedHtmlValue": "POST",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.863",
        "ModifiedDateTime": "2025-12-23T15:06:57.863"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2f155d4e-2c1d-48a5-8f6e-9a4127bc1209"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "758e78e2-e055-4cd3-aa03-35edef296e28"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "efa6b78e-5b27-4e60-a424-b3c4df413780",
      "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": "2025-12-23T15:06:57.863",
        "ModifiedDateTime": "2025-12-23T15:06:57.863"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7e9b6e95-afc6-40a7-9798-1a37d21fdf5a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "758e78e2-e055-4cd3-aa03-35edef296e28"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "af87ce47-39f9-44fa-8b23-a904c24446a6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "https://[RockURL]/api/FinancialBatches",
        "PersistedTextValue": "https://[RockURL]/api/FinancialBatches",
        "PersistedHtmlValue": "https://[RockURL]/api/FinancialBatches",
        "PersistedCondensedTextValue": "https://[RockURL]/api/FinancialBatches",
        "PersistedCondensedHtmlValue": "https://[RockURL]/api/FinancialBatches",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.863",
        "ModifiedDateTime": "2025-12-23T16:05:29.873"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "769b71de-7833-42c2-aa5f-65fa0ba33c24"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "758e78e2-e055-4cd3-aa03-35edef296e28"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3af5a265-e6f4-42cb-8399-3fa21084bff1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Authorization-Token^[Rest Key]|Content-Type^application/json|Accept^application/json",
        "PersistedTextValue": "Authorization-Token: [Rest Key], Content-Type: application/json, Accept: application/json",
        "PersistedHtmlValue": "Authorization-Token: [Rest Key], Content-Type: application/json, Accept: application/json",
        "PersistedCondensedTextValue": "Authorization-Token: [Rest Key], Content-Type: application/json, Accept: application/json",
        "PersistedCondensedHtmlValue": "Authorization-Token: [Rest Key], Content-Type: application/json, Accept: application/json",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.863",
        "ModifiedDateTime": "2025-12-23T16:30:33.587"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fbd871dc-b8b2-4486-b5cf-5fdd44b6e692"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "758e78e2-e055-4cd3-aa03-35edef296e28"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6327b5a9-1881-4f7a-aaca-61e1ac8d0557",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.863",
        "ModifiedDateTime": "2025-12-23T15:06:57.863"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "48e74b0c-43da-4cce-9fe9-7bfd8fbb76a3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "758e78e2-e055-4cd3-aa03-35edef296e28"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3128d3b1-e4ec-4b8d-9c34-aca4219c9ce1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.863",
        "ModifiedDateTime": "2025-12-23T15:06:57.863"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6d65e9f8-7113-4a15-9bb8-fb29cf5b292a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "758e78e2-e055-4cd3-aa03-35edef296e28"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d8c021e4-6c48-4eba-a8e4-e99d3e42d437",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{\n\"Name\": \"PCO Transaction {{ Workflow | Attribute:'PCOTransactionId'}}\",\n  \"BatchStartDateTime\": \"{{ Workflow | Attribute:'DateCreated'}}\",\n        \"Status\": 1,\n        \"AccountingSystemCode\": \"{{ Workflow | Attribute:'RandomCode'}}\",\n        \"ControlAmount\": {{ Workflow | Attribute:'Amount'}},\n        \"CreatedDateTime\": \"{{ Workflow | Attribute:'DateCreated'}}\",\n          \"CreatedByPersonAliasId\": [Person Alias For Creation],\n    \"ModifiedByPersonAliasId\": [Same Person Alias As Above],\n    }",
        "PersistedTextValue": "{\n\"Name\": \"PCO Transaction {{ Workflow | Attribute:'PCOTransactionId'}}\",\n  \"BatchStartDateTime\": \"{{ Workflow | Attribute:'DateCreated'}}\",\n        \"Status\": 1,\n        \"AccountingSystemCode\": \"{{ Workflow | Attribute:'RandomCode'}}\",\n        \"ControlAmount\": {{ Workflow | Attribute:'Amount'}},\n        \"CreatedDateTime\": \"{{ Workflow | Attribute:'DateCreated'}}\",\n          \"CreatedByPersonAliasId\": [Person Alias For Creation],\n    \"ModifiedByPersonAliasId\": [Same Person Alias As Above],\n    }",
        "PersistedHtmlValue": "{\n&quot;Name&quot;: &quot;PCO Transaction {{ Workflow | Attribute:&#39;PCOTransactionId&#39;}}&quot;,\n  &quot;BatchStartDateTime&quot;: &quot;{{ Workflow | Attribute:&#39;DateCreated&#39;}}&quot;,\n        &quot;Status&quot;: 1,\n        &quot;AccountingSystemCode&quot;: &quot;{{ Workflow | Attribute:&#39;RandomCode&#39;}}&quot;,\n        &quot;ControlAmount&quot;: {{ Workflow | Attribute:&#39;Amount&#39;}},\n        &quot;CreatedDateTime&quot;: &quot;{{ Workflow | Attribute:&#39;DateCreated&#39;}}&quot;,\n          &quot;CreatedByPersonAliasId&quot;: [Person Alias For Creation],\n    &quot;ModifiedByPersonAliasId&quot;: [Same Person Alias As Above],\n    }",
        "PersistedCondensedTextValue": "{\n\"Name\": \"PCO Transaction {{ Workflow | Attribute:'PCOTransactionId'}}\",\n ...",
        "PersistedCondensedHtmlValue": "{\n&quot;Name&quot;: &quot;PCO Transaction {{ Workflow | Attribute:&#39;PCOTransactionId&#39;}}&quot;,\n ...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.863",
        "ModifiedDateTime": "2025-12-23T16:05:29.873"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8a57460d-91ae-4be6-836c-b5f323415feb"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "758e78e2-e055-4cd3-aa03-35edef296e28"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1a28009d-5d31-4781-a18c-4ddf1a25e722",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "63d009e7-9737-4dd3-a1ff-cf45fbf19b7a",
        "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": "2025-12-23T15:06:57.863",
        "ModifiedDateTime": "2025-12-23T15:06:57.863"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bc8a710c-2e54-4cdb-9a4f-6abb74aabd55"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "758e78e2-e055-4cd3-aa03-35edef296e28"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "a9e427ec-1742-4998-a0b5-3ffa8f63ef93",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Post To Create FinancialPaymentDetails",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.253",
        "ModifiedDateTime": "2025-12-23T15:06:56.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b0106c14-bd1e-464f-959b-9ef3f3b110ed",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "POST",
        "PersistedTextValue": "POST",
        "PersistedHtmlValue": "POST",
        "PersistedCondensedTextValue": "POST",
        "PersistedCondensedHtmlValue": "POST",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.927",
        "ModifiedDateTime": "2025-12-23T15:06:57.927"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2f155d4e-2c1d-48a5-8f6e-9a4127bc1209"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a9e427ec-1742-4998-a0b5-3ffa8f63ef93"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "127ed7e2-9e2d-4eaf-9917-c9d8e972a059",
      "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": "2025-12-23T15:06:57.927",
        "ModifiedDateTime": "2025-12-23T15:06:57.927"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7e9b6e95-afc6-40a7-9798-1a37d21fdf5a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a9e427ec-1742-4998-a0b5-3ffa8f63ef93"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ee6a364c-dabc-48bd-9f0e-53e302bd93f2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "https://[RockURL]/api/FinancialPaymentDetails",
        "PersistedTextValue": "https://[RockURL]/api/FinancialPaymentDetails",
        "PersistedHtmlValue": "https://[RockURL]/api/FinancialPaymentDetails",
        "PersistedCondensedTextValue": "https://[RockURL]/api/FinancialPaymentDetails",
        "PersistedCondensedHtmlValue": "https://[RockURL]/api/FinancialPaymentDetails",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.927",
        "ModifiedDateTime": "2025-12-23T16:05:29.89"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "769b71de-7833-42c2-aa5f-65fa0ba33c24"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a9e427ec-1742-4998-a0b5-3ffa8f63ef93"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "24cc5aba-b188-44e1-b418-d05db60040d2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Authorization-Token^[Rest Key}|Content-Type^application/json|Accept^application/json",
        "PersistedTextValue": "Authorization-Token: [Rest Key}, Content-Type: application/json, Accept: application/json",
        "PersistedHtmlValue": "Authorization-Token: [Rest Key}, Content-Type: application/json, Accept: application/json",
        "PersistedCondensedTextValue": "Authorization-Token: [Rest Key}, Content-Type: application/json, Accept: application/json",
        "PersistedCondensedHtmlValue": "Authorization-Token: [Rest Key}, Content-Type: application/json, Accept: application/json",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.927",
        "ModifiedDateTime": "2025-12-23T16:29:25.887"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fbd871dc-b8b2-4486-b5cf-5fdd44b6e692"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a9e427ec-1742-4998-a0b5-3ffa8f63ef93"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1c1f5c59-ca6a-40d1-b932-be05649d3626",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.927",
        "ModifiedDateTime": "2025-12-23T15:06:57.927"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "48e74b0c-43da-4cce-9fe9-7bfd8fbb76a3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a9e427ec-1742-4998-a0b5-3ffa8f63ef93"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f8381635-1df7-4c03-a0ad-93851bf35ff9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:57.927",
        "ModifiedDateTime": "2025-12-23T15:06:57.927"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6d65e9f8-7113-4a15-9bb8-fb29cf5b292a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a9e427ec-1742-4998-a0b5-3ffa8f63ef93"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "836acf16-21ed-4c98-804d-d888fa51fab2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{\"AccountNumberMasked\":\"{{ Workflow | Attribute:'RandomCode'}}\",\"CurrencyTypeValueId\":\"{{ Workflow | Attribute:'CurrencyTypeValueId'}}\",\"NameOnCard\":\"\",\"ModifiedAuditValuesAlreadyUpdated\":false}",
        "PersistedTextValue": "{\"AccountNumberMasked\":\"{{ Workflow | Attribute:'RandomCode'}}\",\"CurrencyTypeValueId\":\"{{ Workflow | Attribute:'CurrencyTypeValueId'}}\",\"NameOnCard\":\"\",\"ModifiedAuditValuesAlreadyUpdated\":false}",
        "PersistedHtmlValue": "{&quot;AccountNumberMasked&quot;:&quot;{{ Workflow | Attribute:&#39;RandomCode&#39;}}&quot;,&quot;CurrencyTypeValueId&quot;:&quot;{{ Workflow | Attribute:&#39;CurrencyTypeValueId&#39;}}&quot;,&quot;NameOnCard&quot;:&quot;&quot;,&quot;ModifiedAuditValuesAlreadyUpdated&quot;:false}",
        "PersistedCondensedTextValue": "{\"AccountNumberMasked\":\"{{ Workflow | Attribute:'RandomCode'}}\",\"CurrencyTypeValueId\":\"{{...",
        "PersistedCondensedHtmlValue": "{&quot;AccountNumberMasked&quot;:&quot;{{ Workflow | Attribute:&#39;RandomCode&#39;}}&quot;,&quot;CurrencyTypeValueId&quot;:&quot;{{...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.927",
        "ModifiedDateTime": "2025-12-23T15:06:57.927"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8a57460d-91ae-4be6-836c-b5f323415feb"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a9e427ec-1742-4998-a0b5-3ffa8f63ef93"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "86533a37-2da6-4558-8851-1a25246f67c1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "8f0b96fe-6c6f-41cb-b9e7-b49cb9353c95",
        "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": "2025-12-23T15:06:57.927",
        "ModifiedDateTime": "2025-12-23T15:06:57.927"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bc8a710c-2e54-4cdb-9a4f-6abb74aabd55"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a9e427ec-1742-4998-a0b5-3ffa8f63ef93"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "93ebcfdb-97fb-467d-aab7-004efae788da",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "SQL To Find Batch Id",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.253",
        "ModifiedDateTime": "2025-12-23T15:06:56.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f763cce7-6dfd-4333-addb-a19515a2642b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "SELECT\nId\nFROM\n    [FinancialBatch]\nWHERE\nAccountingSystemCode='{{ Workflow | Attribute:'RandomCode'}}'",
        "PersistedTextValue": "SELECT\nId\nFROM\n    [FinancialBatch]\nWHERE\nAccountingSystemCode='{{ Workflow | Attribute:'RandomCode'}}'",
        "PersistedHtmlValue": "SELECT\nId\nFROM\n    [FinancialBatch]\nWHERE\nAccountingSystemCode=&#39;{{ Workflow | Attribute:&#39;RandomCode&#39;}}&#39;",
        "PersistedCondensedTextValue": "SELECT\nId\nFROM\n    [FinancialBatch]\nWHERE\nAccountingSystemCode='{{ Workflow |...",
        "PersistedCondensedHtmlValue": "SELECT\nId\nFROM\n    [FinancialBatch]\nWHERE\nAccountingSystemCode=&#39;{{ Workflow |...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:57.973",
        "ModifiedDateTime": "2025-12-23T15:06:57.973"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "93ebcfdb-97fb-467d-aab7-004efae788da"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d4aa8b6e-1d26-4710-84c4-9462f674dd17",
      "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": "2025-12-23T15:06:57.973",
        "ModifiedDateTime": "2025-12-23T15:06:57.973"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18c3143-0586-4565-9f36-e603bc674b4e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "93ebcfdb-97fb-467d-aab7-004efae788da"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1e9f819e-5100-4620-b933-6b8311c5e288",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "9bc56175-ce5f-4014-a6c1-1eaff43ba956",
        "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": "2025-12-23T15:06:57.973",
        "ModifiedDateTime": "2025-12-23T15:06:57.973"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56997192-2545-4ea1-b5b2-313b04588984"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "93ebcfdb-97fb-467d-aab7-004efae788da"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c5fe7e29-8358-43f1-ba62-a6516ac73702",
      "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": "2025-12-23T15:06:57.973",
        "ModifiedDateTime": "2025-12-23T15:06:57.973"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "80842e4a-570b-443c-9474-53c616821f2a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "93ebcfdb-97fb-467d-aab7-004efae788da"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "b3239c4f-eda0-4b43-999b-adb4510a8ff6",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "SQL FinancialPaymentDetailsId",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.253",
        "ModifiedDateTime": "2025-12-23T15:06:56.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "79114e7c-2cf5-4210-90bc-4a48cd599000",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "SELECT\nId\nFROM\n    [FinancialPaymentDetail]\nWHERE\nAccountNumberMasked='{{ Workflow | Attribute:'RandomCode'}}'",
        "PersistedTextValue": "SELECT\nId\nFROM\n    [FinancialPaymentDetail]\nWHERE\nAccountNumberMasked='{{ Workflow | Attribute:'RandomCode'}}'",
        "PersistedHtmlValue": "SELECT\nId\nFROM\n    [FinancialPaymentDetail]\nWHERE\nAccountNumberMasked=&#39;{{ Workflow | Attribute:&#39;RandomCode&#39;}}&#39;",
        "PersistedCondensedTextValue": "SELECT\nId\nFROM\n    [FinancialPaymentDetail]\nWHERE\nAccountNumberMasked='{{ Workflow |...",
        "PersistedCondensedHtmlValue": "SELECT\nId\nFROM\n    [FinancialPaymentDetail]\nWHERE\nAccountNumberMasked=&#39;{{ Workflow |...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:58.02",
        "ModifiedDateTime": "2025-12-23T15:06:58.02"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b3239c4f-eda0-4b43-999b-adb4510a8ff6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "29ada2c8-7cc5-40d9-9c74-c106ff4c2985",
      "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": "2025-12-23T15:06:58.02",
        "ModifiedDateTime": "2025-12-23T15:06:58.02"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18c3143-0586-4565-9f36-e603bc674b4e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b3239c4f-eda0-4b43-999b-adb4510a8ff6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3d476868-cbca-4bed-aa99-54efcd8d66cb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "5b628693-2a7a-4a71-91f9-c277d2c23867",
        "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": "2025-12-23T15:06:58.02",
        "ModifiedDateTime": "2025-12-23T15:06:58.02"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56997192-2545-4ea1-b5b2-313b04588984"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b3239c4f-eda0-4b43-999b-adb4510a8ff6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "589dbf46-d76f-4bd0-b5ba-fef67e17ca39",
      "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": "2025-12-23T15:06:58.02",
        "ModifiedDateTime": "2025-12-23T15:06:58.02"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "80842e4a-570b-443c-9474-53c616821f2a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b3239c4f-eda0-4b43-999b-adb4510a8ff6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "5960b455-2796-496a-8a01-3f3a53c77582",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Post Financial Transaction",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.253",
        "ModifiedDateTime": "2025-12-23T15:06:56.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e2fb5621-8ac7-4b84-a621-aece8983b7a7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "POST",
        "PersistedTextValue": "POST",
        "PersistedHtmlValue": "POST",
        "PersistedCondensedTextValue": "POST",
        "PersistedCondensedHtmlValue": "POST",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:58.067",
        "ModifiedDateTime": "2025-12-23T15:06:58.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2f155d4e-2c1d-48a5-8f6e-9a4127bc1209"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "5960b455-2796-496a-8a01-3f3a53c77582"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6301b67c-643a-4e15-91ec-8030cf7a2c43",
      "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": "2025-12-23T15:06:58.067",
        "ModifiedDateTime": "2025-12-23T15:06:58.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7e9b6e95-afc6-40a7-9798-1a37d21fdf5a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "5960b455-2796-496a-8a01-3f3a53c77582"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4e003f2d-a00e-4da3-89ec-7f11ad22a6ab",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "https://[RockURL]com/api/FinancialTransactions",
        "PersistedTextValue": "https://[RockURL]com/api/FinancialTransactions",
        "PersistedHtmlValue": "https://[RockURL]com/api/FinancialTransactions",
        "PersistedCondensedTextValue": "https://[RockURL]com/api/FinancialTransactions",
        "PersistedCondensedHtmlValue": "https://[RockURL]com/api/FinancialTransactions",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:58.067",
        "ModifiedDateTime": "2025-12-23T16:05:29.92"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "769b71de-7833-42c2-aa5f-65fa0ba33c24"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "5960b455-2796-496a-8a01-3f3a53c77582"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1a459221-3048-4277-b710-ab3575718097",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Authorization-Token^[Rest Key}|Content-Type^application/json|Accept^application/json",
        "PersistedTextValue": "Authorization-Token: [Rest Key}, Content-Type: application/json, Accept: application/json",
        "PersistedHtmlValue": "Authorization-Token: [Rest Key}, Content-Type: application/json, Accept: application/json",
        "PersistedCondensedTextValue": "Authorization-Token: [Rest Key}, Content-Type: application/json, Accept: application/json",
        "PersistedCondensedHtmlValue": "Authorization-Token: [Rest Key}, Content-Type: application/json, Accept: application/json",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:58.067",
        "ModifiedDateTime": "2025-12-23T16:29:25.903"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fbd871dc-b8b2-4486-b5cf-5fdd44b6e692"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "5960b455-2796-496a-8a01-3f3a53c77582"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d24a5e1f-8c6e-4621-85c2-f1267c6e7941",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:58.067",
        "ModifiedDateTime": "2025-12-23T15:06:58.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "48e74b0c-43da-4cce-9fe9-7bfd8fbb76a3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "5960b455-2796-496a-8a01-3f3a53c77582"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "646ca33d-6e29-4f6d-956d-b08655cad241",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:58.067",
        "ModifiedDateTime": "2025-12-23T15:06:58.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6d65e9f8-7113-4a15-9bb8-fb29cf5b292a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "5960b455-2796-496a-8a01-3f3a53c77582"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "09b38249-a2fa-4272-8b55-ac236992adfd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{\n       \"AuthorizedPersonAliasId\": {{ Workflow | Attribute:'PersonAliasId'}},\n        \"ShowAsAnonymous\": false,\n        \"BatchId\": {{ Workflow | Attribute:'BatchId'}},\n        \"FinancialPaymentDetailId\": {{ Workflow | Attribute:'FinancialPaymentDetailsId'}},\n        \"TransactionDateTime\": \"{{ Workflow | Attribute:'DateCreated'}}\",\n        \"TransactionCode\": \"{{ Workflow | Attribute:'RandomCode'}}\",\n        \"TransactionTypeValueId\": {{ Workflow | Attribute:'TransactionTypeValueId'}},\n        \"SourceTypeValueId\": 10,\n        \"TransactionDetails\": [],\n        \"Images\": [],\n        \"ModifiedAuditValuesAlreadyUpdated\": false,\n }",
        "PersistedTextValue": "{\n       \"AuthorizedPersonAliasId\": {{ Workflow | Attribute:'PersonAliasId'}},\n        \"ShowAsAnonymous\": false,\n        \"BatchId\": {{ Workflow | Attribute:'BatchId'}},\n        \"FinancialPaymentDetailId\": {{ Workflow | Attribute:'FinancialPaymentDetailsId'}},\n        \"TransactionDateTime\": \"{{ Workflow | Attribute:'DateCreated'}}\",\n        \"TransactionCode\": \"{{ Workflow | Attribute:'RandomCode'}}\",\n        \"TransactionTypeValueId\": {{ Workflow | Attribute:'TransactionTypeValueId'}},\n        \"SourceTypeValueId\": 10,\n        \"TransactionDetails\": [],\n        \"Images\": [],\n        \"ModifiedAuditValuesAlreadyUpdated\": false,\n }",
        "PersistedHtmlValue": "{\n       &quot;AuthorizedPersonAliasId&quot;: {{ Workflow | Attribute:&#39;PersonAliasId&#39;}},\n        &quot;ShowAsAnonymous&quot;: false,\n        &quot;BatchId&quot;: {{ Workflow | Attribute:&#39;BatchId&#39;}},\n        &quot;FinancialPaymentDetailId&quot;: {{ Workflow | Attribute:&#39;FinancialPaymentDetailsId&#39;}},\n        &quot;TransactionDateTime&quot;: &quot;{{ Workflow | Attribute:&#39;DateCreated&#39;}}&quot;,\n        &quot;TransactionCode&quot;: &quot;{{ Workflow | Attribute:&#39;RandomCode&#39;}}&quot;,\n        &quot;TransactionTypeValueId&quot;: {{ Workflow | Attribute:&#39;TransactionTypeValueId&#39;}},\n        &quot;SourceTypeValueId&quot;: 10,\n        &quot;TransactionDetails&quot;: [],\n        &quot;Images&quot;: [],\n        &quot;ModifiedAuditValuesAlreadyUpdated&quot;: false,\n }",
        "PersistedCondensedTextValue": "{\n       \"AuthorizedPersonAliasId\": {{ Workflow | Attribute:'PersonAliasId'}},\n       ...",
        "PersistedCondensedHtmlValue": "{\n       &quot;AuthorizedPersonAliasId&quot;: {{ Workflow | Attribute:&#39;PersonAliasId&#39;}},\n       ...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:58.067",
        "ModifiedDateTime": "2025-12-23T15:06:58.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8a57460d-91ae-4be6-836c-b5f323415feb"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "5960b455-2796-496a-8a01-3f3a53c77582"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9571d21c-3a3c-456f-8ac2-5bc99bf06bb0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "b59a3f57-aeff-4a28-aa22-2afca2347ebe",
        "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": "2025-12-23T15:06:58.067",
        "ModifiedDateTime": "2025-12-23T15:06:58.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bc8a710c-2e54-4cdb-9a4f-6abb74aabd55"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "5960b455-2796-496a-8a01-3f3a53c77582"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "aba8dfba-abac-493c-9411-c57ddc39c810",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "SQL to get Financial Transaction Id just created in POST",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.253",
        "ModifiedDateTime": "2025-12-23T15:06:56.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunSQL"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ed9396d5-b715-4fd3-9c69-d251c3be04a8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "SELECT\nId\nFROM\n    [FinancialTransaction]\nWHERE\nTransactionCode='{{ Workflow | Attribute:'RandomCode'}}'",
        "PersistedTextValue": "SELECT\nId\nFROM\n    [FinancialTransaction]\nWHERE\nTransactionCode='{{ Workflow | Attribute:'RandomCode'}}'",
        "PersistedHtmlValue": "SELECT\nId\nFROM\n    [FinancialTransaction]\nWHERE\nTransactionCode=&#39;{{ Workflow | Attribute:&#39;RandomCode&#39;}}&#39;",
        "PersistedCondensedTextValue": "SELECT\nId\nFROM\n    [FinancialTransaction]\nWHERE\nTransactionCode='{{ Workflow |...",
        "PersistedCondensedHtmlValue": "SELECT\nId\nFROM\n    [FinancialTransaction]\nWHERE\nTransactionCode=&#39;{{ Workflow |...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:58.113",
        "ModifiedDateTime": "2025-12-23T15:06:58.113"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3b9908b-096f-460b-8320-122cf046d1f9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "aba8dfba-abac-493c-9411-c57ddc39c810"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "85d558b0-8f39-48da-93e9-6eab95d660b7",
      "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": "2025-12-23T15:06:58.113",
        "ModifiedDateTime": "2025-12-23T15:06:58.113"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a18c3143-0586-4565-9f36-e603bc674b4e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "aba8dfba-abac-493c-9411-c57ddc39c810"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cd51cf60-7c8f-4e1f-9bc8-51e01faaca70",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "277131b4-ac5d-4ffc-877d-a3d9bb2aa3fe",
        "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": "2025-12-23T15:06:58.113",
        "ModifiedDateTime": "2025-12-23T15:06:58.113"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56997192-2545-4ea1-b5b2-313b04588984"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "aba8dfba-abac-493c-9411-c57ddc39c810"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "790b9b17-28b0-402f-8897-e00193f53df4",
      "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": "2025-12-23T15:06:58.113",
        "ModifiedDateTime": "2025-12-23T15:06:58.113"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "80842e4a-570b-443c-9474-53c616821f2a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "aba8dfba-abac-493c-9411-c57ddc39c810"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "354b7c5a-6940-4b17-87a9-2f4e9d4f419c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Post Financial Transaction Details",
        "Order": 6,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.253",
        "ModifiedDateTime": "2025-12-23T15:06:56.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e18b7837-6cc5-4b01-a1f7-52a4bfb05132",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "POST",
        "PersistedTextValue": "POST",
        "PersistedHtmlValue": "POST",
        "PersistedCondensedTextValue": "POST",
        "PersistedCondensedHtmlValue": "POST",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:58.177",
        "ModifiedDateTime": "2025-12-23T15:06:58.177"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2f155d4e-2c1d-48a5-8f6e-9a4127bc1209"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "354b7c5a-6940-4b17-87a9-2f4e9d4f419c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "91d66141-eac6-49bc-8602-54b2df46fce3",
      "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": "2025-12-23T15:06:58.177",
        "ModifiedDateTime": "2025-12-23T15:06:58.177"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7e9b6e95-afc6-40a7-9798-1a37d21fdf5a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "354b7c5a-6940-4b17-87a9-2f4e9d4f419c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d488e4c2-b56f-4678-a2c3-fe0318f0e4ff",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "https://[RockURL]/api/FinancialTransactionDetails",
        "PersistedTextValue": "https://[RockURL]/api/FinancialTransactionDetails",
        "PersistedHtmlValue": "https://[RockURL]/api/FinancialTransactionDetails",
        "PersistedCondensedTextValue": "https://[RockURL]/api/FinancialTransactionDetails",
        "PersistedCondensedHtmlValue": "https://[RockURL]/api/FinancialTransactionDetails",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:58.177",
        "ModifiedDateTime": "2025-12-23T16:05:29.967"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "769b71de-7833-42c2-aa5f-65fa0ba33c24"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "354b7c5a-6940-4b17-87a9-2f4e9d4f419c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9eb582bc-8547-4a96-a6d9-a89997179868",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Authorization-Token^[Rest Key}|Content-Type^application/json|Accept^application/json",
        "PersistedTextValue": "Authorization-Token: [Rest Key}, Content-Type: application/json, Accept: application/json",
        "PersistedHtmlValue": "Authorization-Token: [Rest Key}, Content-Type: application/json, Accept: application/json",
        "PersistedCondensedTextValue": "Authorization-Token: [Rest Key}, Content-Type: application/json, Accept: application/json",
        "PersistedCondensedHtmlValue": "Authorization-Token: [Rest Key}, Content-Type: application/json, Accept: application/json",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:58.177",
        "ModifiedDateTime": "2025-12-23T16:29:25.917"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fbd871dc-b8b2-4486-b5cf-5fdd44b6e692"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "354b7c5a-6940-4b17-87a9-2f4e9d4f419c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2596ebdc-f618-4618-a362-0b550e93cb6b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:58.177",
        "ModifiedDateTime": "2025-12-23T15:06:58.177"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "48e74b0c-43da-4cce-9fe9-7bfd8fbb76a3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "354b7c5a-6940-4b17-87a9-2f4e9d4f419c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "479cc353-9bfb-40f9-be8c-8aff52643f91",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2025-12-23T15:06:58.177",
        "ModifiedDateTime": "2025-12-23T15:06:58.177"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6d65e9f8-7113-4a15-9bb8-fb29cf5b292a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "354b7c5a-6940-4b17-87a9-2f4e9d4f419c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a5d86d3d-0bd1-4306-9319-146405dc5ace",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": " {\n        \"TransactionId\": {{ Workflow | Attribute:'FinancialTransactionId'}},\n        \"AccountId\": {{ Workflow | Attribute:'AccountId'}},\n        \"Amount\": {{ Workflow | Attribute:'Amount'}},\n     \"FeeAmount\": {{ Workflow | Attribute:'FeeAmount'}},\n        \"CreatedByPersonAliasId\": [person alias of creator],\n        \"ModifiedAuditValuesAlreadyUpdated\": false\n    }",
        "PersistedTextValue": " {\n        \"TransactionId\": {{ Workflow | Attribute:'FinancialTransactionId'}},\n        \"AccountId\": {{ Workflow | Attribute:'AccountId'}},\n        \"Amount\": {{ Workflow | Attribute:'Amount'}},\n     \"FeeAmount\": {{ Workflow | Attribute:'FeeAmount'}},\n        \"CreatedByPersonAliasId\": [person alias of creator],\n        \"ModifiedAuditValuesAlreadyUpdated\": false\n    }",
        "PersistedHtmlValue": " {\n        &quot;TransactionId&quot;: {{ Workflow | Attribute:&#39;FinancialTransactionId&#39;}},\n        &quot;AccountId&quot;: {{ Workflow | Attribute:&#39;AccountId&#39;}},\n        &quot;Amount&quot;: {{ Workflow | Attribute:&#39;Amount&#39;}},\n     &quot;FeeAmount&quot;: {{ Workflow | Attribute:&#39;FeeAmount&#39;}},\n        &quot;CreatedByPersonAliasId&quot;: [person alias of creator],\n        &quot;ModifiedAuditValuesAlreadyUpdated&quot;: false\n    }",
        "PersistedCondensedTextValue": " {\n        \"TransactionId\": {{ Workflow | Attribute:'FinancialTransactionId'}},\n       ...",
        "PersistedCondensedHtmlValue": " {\n        &quot;TransactionId&quot;: {{ Workflow | Attribute:&#39;FinancialTransactionId&#39;}},\n       ...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2025-12-23T15:06:58.177",
        "ModifiedDateTime": "2025-12-23T16:05:29.967"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8a57460d-91ae-4be6-836c-b5f323415feb"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "354b7c5a-6940-4b17-87a9-2f4e9d4f419c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "eac32a54-a56a-4001-8a16-3c7deb51f801",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "fde52774-5ce9-4bf2-9c2e-6d1b196d9c75",
        "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": "2025-12-23T15:06:58.177",
        "ModifiedDateTime": "2025-12-23T15:06:58.177"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bc8a710c-2e54-4cdb-9a4f-6abb74aabd55"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "354b7c5a-6940-4b17-87a9-2f4e9d4f419c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "4f830469-77ea-4c13-aff0-8b9e5b94daaa",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Complete Workflow",
        "Order": 7,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.253",
        "ModifiedDateTime": "2025-12-23T16:05:29.593"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0ca0ddef-48ef-4abc-9822-a05e225de26c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Active",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "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": "4f6464f2-2e85-4f24-9de2-5192b33560b4",
      "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": "2025-12-23T15:06:58.287",
        "ModifiedDateTime": "2025-12-23T15:06:58.287"
      },
      "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": "4f830469-77ea-4c13-aff0-8b9e5b94daaa"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "25cad4be-5a00-409d-9bab-e32518d89956",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Order",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.917"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "07cb7dbc-236d-4d38-92a4-47ee448ba89a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": 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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Status|Status Attribute",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-11-30T02:24:57.933"
      },
      "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": "c19dc60a-28fa-49e4-9d86-d8e92abfc88f",
      "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": "2025-12-23T15:06:58.287",
        "ModifiedDateTime": "2025-12-23T15:06:58.287"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "07cb7dbc-236d-4d38-92a4-47ee448ba89a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "4f830469-77ea-4c13-aff0-8b9e5b94daaa"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "63d009e7-9737-4dd3-a1ff-cf45fbf19b7a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "POSTcreateabatchResponse",
        "Name": "POST create a batch Response",
        "Description": "",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "POST create a batch Response",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.493"
      },
      "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": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "57ebbf79-3646-4a7d-ab79-5f0028b43125",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "63d009e7-9737-4dd3-a1ff-cf45fbf19b7a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1cca276f-009c-473e-bb7c-cbcc0ff1929c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "63d009e7-9737-4dd3-a1ff-cf45fbf19b7a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "30761b8c-5f96-4bda-b82d-72f0b73522f8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "63d009e7-9737-4dd3-a1ff-cf45fbf19b7a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8f0b96fe-6c6f-41cb-b9e7-b49cb9353c95",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "CreatePaymentDetail",
        "Name": "Post Create Payment Detail Response",
        "Description": "",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Post Create Payment Detail Response",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.51"
      },
      "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": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "818c4ad6-d760-4127-9d2d-1d0a7789efb3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f0b96fe-6c6f-41cb-b9e7-b49cb9353c95"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "aec51e47-8cb2-4676-acf7-4df24d95eb8d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f0b96fe-6c6f-41cb-b9e7-b49cb9353c95"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c90d5d39-d004-4be1-bb6f-bd0fe902fcb9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f0b96fe-6c6f-41cb-b9e7-b49cb9353c95"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b59a3f57-aeff-4a28-aa22-2afca2347ebe",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "PostFinancialTransactionDetailResponse",
        "Name": "Post Financial Transactions Response",
        "Description": "",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Post Financial Transactions Response",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.54"
      },
      "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": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b89945ef-00cc-4bff-b0f4-a7ca6a2a27ee",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b59a3f57-aeff-4a28-aa22-2afca2347ebe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "485b5b9d-2df2-4aa8-bdee-115c0b949fd2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b59a3f57-aeff-4a28-aa22-2afca2347ebe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "767a4949-39f3-47c1-9c9d-54949cd50024",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b59a3f57-aeff-4a28-aa22-2afca2347ebe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fde52774-5ce9-4bf2-9c2e-6d1b196d9c75",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "PostFinancialTransactionDetailsResponse",
        "Name": "Post Financial Transaction Details Response",
        "Description": "",
        "Order": 3,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Post Financial Transaction Details Response",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.557"
      },
      "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": "6bf216a3-9fae-47de-bc8f-aedf7b7fc907"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "969d806c-cb78-4c4c-bf4a-bf8e5c1dd484",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fde52774-5ce9-4bf2-9c2e-6d1b196d9c75"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d560d47a-da95-4e31-b586-300f464eafaa",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fde52774-5ce9-4bf2-9c2e-6d1b196d9c75"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fa752bee-1189-4113-9642-538cc3270975",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fde52774-5ce9-4bf2-9c2e-6d1b196d9c75"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "5231c787-437b-410f-b566-2b5d3a8094b0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Duplicate Found End Workflow",
        "Description": "This will end the workflow if there are duplicates found",
        "IsActivatedWithWorkflow": false,
        "Order": 6,
        "CreatedDateTime": "2025-12-23T15:06:56.253",
        "ModifiedDateTime": "2025-12-23T15:06:56.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "f18d3cfb-bf20-4212-91f0-751e7800fd44",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Status Set",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.287",
        "ModifiedDateTime": "2025-12-23T15:06:56.287"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "5231c787-437b-410f-b566-2b5d3a8094b0"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7ac4e71c-9740-4823-b35c-74b172e4d995",
      "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": "2025-12-23T15:06:58.317",
        "ModifiedDateTime": "2025-12-23T15:06:58.317"
      },
      "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": "f18d3cfb-bf20-4212-91f0-751e7800fd44"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "063a7b25-3935-4b73-a1cf-26f0240bea54",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Duplicate Found Ended Workflow",
        "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": "2025-12-23T15:06:58.317",
        "ModifiedDateTime": "2025-12-23T15:06:58.317"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "07cb7dbc-236d-4d38-92a4-47ee448ba89a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f18d3cfb-bf20-4212-91f0-751e7800fd44"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "0d53f0c6-2afb-4fae-9e69-3f0c6c43d703",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Payment Failed End Workflow",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 7,
        "CreatedDateTime": "2025-12-23T15:06:56.287",
        "ModifiedDateTime": "2025-12-23T15:06:56.287"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "cafd006d-12b8-41f2-b0ed-d2de39be8640",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Payment Failed End Workflow",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "IsActionCompletedIfCriteriaUnmet": false,
        "CreatedDateTime": "2025-12-23T15:06:56.3",
        "ModifiedDateTime": "2025-12-23T15:06:56.3"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "0d53f0c6-2afb-4fae-9e69-3f0c6c43d703"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ece7d562-c0f9-4fa9-96a3-416c8b6277fe",
      "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": "2025-12-23T15:06:58.347",
        "ModifiedDateTime": "2025-12-23T15:06:58.347"
      },
      "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": "cafd006d-12b8-41f2-b0ed-d2de39be8640"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "29c688a1-8834-450f-87b0-9f87225042a0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Payment Failed End Workflow",
        "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": "2025-12-23T15:06:58.347",
        "ModifiedDateTime": "2025-12-23T15:06:58.347"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "07cb7dbc-236d-4d38-92a4-47ee448ba89a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "cafd006d-12b8-41f2-b0ed-d2de39be8640"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3bc0266c-fcf9-4d19-96ec-d95485073bd7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BlockTitle",
        "Name": "Workflow Entry Block Title",
        "Description": "A title for the Workflow Entry block",
        "Order": 6558,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Workflow Entry Block Title",
        "CreatedDateTime": "2020-08-03T12:50:57.527",
        "ModifiedDateTime": "2023-11-30T02:22:35.863"
      },
      "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": "ef69853d-a63b-4a46-a999-591ac53780e9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Amount",
        "Name": "Transaction Amount",
        "Description": "Transaction Amount in PCO",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Amount",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.697"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9d45e778-733a-4b12-a89e-a2d26390751a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef69853d-a63b-4a46-a999-591ac53780e9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e77458c2-3f92-471a-a9bc-9cfd60c3c53e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef69853d-a63b-4a46-a999-591ac53780e9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3228169d-a0d5-42ff-9ed2-dffb279e5460",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef69853d-a63b-4a46-a999-591ac53780e9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4dec04ae-b554-4b0a-a10c-7b3cd99e2412",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "FeeAmount",
        "Name": "FeeAmount",
        "Description": "used with financialtransactiondetails FeeAmount",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Fee",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.713"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "dce580a3-35e3-4b62-a42d-11004272fd1d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4dec04ae-b554-4b0a-a10c-7b3cd99e2412"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "57d1dc04-d706-4f6b-ac4b-c27f7df2cd68",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4dec04ae-b554-4b0a-a10c-7b3cd99e2412"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4f5f4e69-49cf-4112-9ed2-8da53ce08453",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4dec04ae-b554-4b0a-a10c-7b3cd99e2412"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "533ba0ef-03fa-4bfc-9bec-1294bef7f68b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "ZapDescription",
        "Name": "Description",
        "Description": "Combination of first name, last name, and Transaction Id number",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Description",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.713"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e5c3506a-1169-4b28-8f3f-b53cf0b782f6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "533ba0ef-03fa-4bfc-9bec-1294bef7f68b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3c9a56f4-04eb-4ad0-b54c-ebfdc520490b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "533ba0ef-03fa-4bfc-9bec-1294bef7f68b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6d80fbd2-5ec4-4e92-9969-51dfc0120538",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "533ba0ef-03fa-4bfc-9bec-1294bef7f68b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "26ed15f8-0ab0-4d6c-bbcf-be9d85b16e9d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PersonEmail",
        "Name": "Person Email",
        "Description": "Email from PCO",
        "Order": 3,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Person Email",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.73"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.EmailFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "19438cc8-6854-4345-b0d8-86c7da3a610a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "DateCreated",
        "Name": "DateCreated",
        "Description": "",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "DateCreated",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.73"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DateFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "675af2eb-1edf-4f4a-b073-a2e53d638ecc",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "datePickerControlType",
        "Value": "Date Picker"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "19438cc8-6854-4345-b0d8-86c7da3a610a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7a174f62-4a8e-4c94-8ce4-896a473a110a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "displayCurrentOption",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "19438cc8-6854-4345-b0d8-86c7da3a610a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9b01fb11-cc95-49cd-9231-f1b6c24c23b0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "displayDiff",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "19438cc8-6854-4345-b0d8-86c7da3a610a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "583dc53e-ae8c-4c65-9420-85c0890a40fd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "format",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "19438cc8-6854-4345-b0d8-86c7da3a610a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3826e1a9-5d7c-4619-8af1-f49fa8fd911c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "futureYearCount",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "19438cc8-6854-4345-b0d8-86c7da3a610a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "24ec0170-4286-4bcc-924e-0411afd8d710",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PaymentMethod",
        "Name": "PaymentMethod",
        "Description": "PCO Payment Method and PaymentMethod Sub",
        "Order": 5,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "PaymentMethod",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.743"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "186a1c09-2560-4d16-a33e-d39b36350215",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "24ec0170-4286-4bcc-924e-0411afd8d710"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "32c95664-193e-4581-8095-5064de349ab8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "24ec0170-4286-4bcc-924e-0411afd8d710"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a983c202-209b-40a1-94e2-7b9a8dd0ebdb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "24ec0170-4286-4bcc-924e-0411afd8d710"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "96b0a315-8be5-4a0b-9ada-3909430787ff",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "FirstName",
        "Name": "First Name",
        "Description": "First Name In PCO",
        "Order": 6,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "First Name",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.743"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "42ef2ff8-f675-4137-8322-f731ccccfe21",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "96b0a315-8be5-4a0b-9ada-3909430787ff"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c2898006-6762-4a1b-bf74-fe118a701f10",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "96b0a315-8be5-4a0b-9ada-3909430787ff"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "64b47e3f-4f52-4c8b-b0e9-ff1bf32c7a1c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "96b0a315-8be5-4a0b-9ada-3909430787ff"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "96438829-2d69-4c30-8782-50117467a172",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PCOTransactionId",
        "Name": "PCOTransaction Id",
        "Description": "",
        "Order": 7,
        "IsGridColumn": true,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "PCOTransaction Id",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.76"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0e1c0275-2c04-4ca3-be26-60ea2189179c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "96438829-2d69-4c30-8782-50117467a172"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3e82017e-1fa1-4e26-bdfe-52d092201e07",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "96438829-2d69-4c30-8782-50117467a172"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8a4bbdd3-5994-4290-9e1c-f2fea815b55f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "96438829-2d69-4c30-8782-50117467a172"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "41a13ac3-4abe-4bb2-a3d2-14d764f07a6f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PCOPersonId",
        "Name": "PCOPersonId",
        "Description": "",
        "Order": 8,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "PCOPersonId",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.76"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7abd212d-ef97-4cb9-afce-240dbe2ebc7d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "41a13ac3-4abe-4bb2-a3d2-14d764f07a6f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "acc7b4aa-ca6a-4018-bed9-2ba9bf7a6c7c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "41a13ac3-4abe-4bb2-a3d2-14d764f07a6f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d2accfc0-a7b0-4616-8709-8370b5c8834f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "41a13ac3-4abe-4bb2-a3d2-14d764f07a6f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a62cb8ca-1581-449f-b103-d90a94954187",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PCOFullName",
        "Name": "PCOFullName",
        "Description": "Full name in PCO",
        "Order": 9,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "PCOFullName",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.777"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3e374384-f1b1-4c58-93d2-305957177a47",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a62cb8ca-1581-449f-b103-d90a94954187"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "178beabb-0d18-4079-9425-1b5c6a404f2b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a62cb8ca-1581-449f-b103-d90a94954187"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0501ad41-cc7e-439b-aeef-695945b71c32",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a62cb8ca-1581-449f-b103-d90a94954187"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "2f9c4820-1f77-4f38-a12e-9309a87d1310",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PersonAliasId",
        "Name": "PersonAliasId",
        "Description": "",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "PersonAliasId",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.79"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4f2c4478-09c1-40b5-bca8-e05a052d1ceb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2f9c4820-1f77-4f38-a12e-9309a87d1310"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7364d2bc-c680-4a1a-9ce1-82f561e617b0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2f9c4820-1f77-4f38-a12e-9309a87d1310"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "563dad1c-d53b-4525-a590-1714239a7db2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2f9c4820-1f77-4f38-a12e-9309a87d1310"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "12017aae-e465-4f91-8f84-0b64b05d83a4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "RockPersonId",
        "Name": "RockPersonId",
        "Description": "",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "RockPersonId",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.79"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c2fb4b17-9941-4f04-a6cd-21d045a273f1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "12017aae-e465-4f91-8f84-0b64b05d83a4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9542ec58-c91c-4da9-9583-d5940a6126b9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "12017aae-e465-4f91-8f84-0b64b05d83a4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "14072100-fe01-4dd9-b5ff-cfa233636b73",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "12017aae-e465-4f91-8f84-0b64b05d83a4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "63504672-9c9c-4035-9e6d-d2145f5e3dfc",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "RandomCode",
        "Name": "Random Code",
        "Description": "Used for running the api & SQL to search for specific things that are created",
        "Order": 12,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Random Code",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.807"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2a7270d5-f89d-4957-adad-cd582e6c3a4c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "63504672-9c9c-4035-9e6d-d2145f5e3dfc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "80f1b1ed-07fb-49dc-b70d-2b6893932798",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "63504672-9c9c-4035-9e6d-d2145f5e3dfc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9cd8b787-728f-41bf-a4c8-668a7fc8688d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "63504672-9c9c-4035-9e6d-d2145f5e3dfc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0c4e5c4c-4d76-47f4-854e-99f25b31f956",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "AccountId",
        "Name": "AccountId",
        "Description": "The FUND id used for rock. AccountId used in Financial Transaction Details",
        "Order": 13,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "AccountId",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.807"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f74ab556-de8d-4fda-b5a3-a206cb1e0bad",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4e5c4c-4d76-47f4-854e-99f25b31f956"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1754a9ca-d04a-4afd-b3a4-2438dd52f2a4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4e5c4c-4d76-47f4-854e-99f25b31f956"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "35c63df1-e7a9-42aa-bf5c-f213b584d25e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4e5c4c-4d76-47f4-854e-99f25b31f956"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0dfe4222-40c5-481a-ab5e-2dc5466ad53e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "TransType",
        "Name": "PCO Transaction Type",
        "Description": "The type of transaction designated in PCO.  This should always be \"Donation\" but it is captured here to make sure.  If registrations are brought in through PCO then there should be an activity that sets the TransactionTypeId to the proper number (Contribution: 53, Registration: 54)",
        "Order": 14,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "PCO Transaction Type",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.823"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "636efbbf-7553-49ec-a4c0-58c295d44684",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0dfe4222-40c5-481a-ab5e-2dc5466ad53e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "98ae9da1-e054-4727-921a-3c414b21320e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0dfe4222-40c5-481a-ab5e-2dc5466ad53e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7be1efa1-9866-4cfa-badd-b694818f3c0d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0dfe4222-40c5-481a-ab5e-2dc5466ad53e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "14636828-83a8-488b-8d31-30e491c2c796",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "LastName",
        "Name": "Last Name",
        "Description": "PCO Person's Last Name",
        "Order": 15,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Last Name",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.84"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "62130b40-7a93-4133-9c1b-35fc585ac1df",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "14636828-83a8-488b-8d31-30e491c2c796"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6de5b126-7e8b-43fd-b4e7-feed75fcb0d9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "14636828-83a8-488b-8d31-30e491c2c796"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "58b80576-9617-46c4-b6c2-871624689007",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "14636828-83a8-488b-8d31-30e491c2c796"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5f09764b-d2b4-413a-b5ea-69c24bb0e981",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "TransactionTypeValueId",
        "Name": "TransactionTypeValueId",
        "Description": "This is used in posting the financial transaction.  This will designate the difference between Contribution (53) and Registration (54)",
        "Order": 16,
        "IsGridColumn": false,
        "DefaultValue": "53",
        "DefaultPersistedTextValue": "53",
        "DefaultPersistedHtmlValue": "53",
        "DefaultPersistedCondensedTextValue": "53",
        "DefaultPersistedCondensedHtmlValue": "53",
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "TransactionTypeValueId",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.853"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4cbc43b9-114d-44e3-9a9a-b4f84cb3bd0c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5f09764b-d2b4-413a-b5ea-69c24bb0e981"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c604f97e-e23d-4092-9ea2-441d1a5d628f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5f09764b-d2b4-413a-b5ea-69c24bb0e981"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d45ecf9a-a2b5-45aa-a257-bff0e0674136",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5f09764b-d2b4-413a-b5ea-69c24bb0e981"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "69285962-b841-49fb-81c9-71f4fc2fa857",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "CurrencyTypeValueId",
        "Name": "CurrencyTypeValueId",
        "Description": "The Id designating the payment method\nCurrencyTypeValueId in FinancialPaymentDetails API",
        "Order": 17,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "CurrencyTypeValueId",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.853"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "867b2d3a-0ca4-4f61-8569-fdcb3ca28fb4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "69285962-b841-49fb-81c9-71f4fc2fa857"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9c7c5545-d2f6-4462-b6cd-a0f8d9ea6a5c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "69285962-b841-49fb-81c9-71f4fc2fa857"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f2d8863a-1941-4ddd-9d7d-2aad1a34adc8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "69285962-b841-49fb-81c9-71f4fc2fa857"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9bc56175-ce5f-4014-a6c1-1eaff43ba956",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "BatchId",
        "Name": "BatchId",
        "Description": "The batch Id of the batch created in this workflow",
        "Order": 18,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "BatchId",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.87"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9492a073-e387-40d3-9909-be96151eab8e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9bc56175-ce5f-4014-a6c1-1eaff43ba956"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "950e6369-a4a9-4f59-a9d6-30e2040c88f7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9bc56175-ce5f-4014-a6c1-1eaff43ba956"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fb6eadfa-cf4b-49c2-a8b5-6d81b4a9fca1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9bc56175-ce5f-4014-a6c1-1eaff43ba956"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5b628693-2a7a-4a71-91f9-c277d2c23867",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "FinancialPaymentDetailsId",
        "Name": "FinancialPaymentDetailsId",
        "Description": "",
        "Order": 19,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "FinancialPaymentDetailsId",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.887"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d01e76d8-101a-46ac-a208-61af85190af9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5b628693-2a7a-4a71-91f9-c277d2c23867"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "017e5fcb-9d65-472c-be3f-9fcd3b58a3b7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5b628693-2a7a-4a71-91f9-c277d2c23867"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4e20c2df-fc8b-412b-8743-6b9e220dbe31",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5b628693-2a7a-4a71-91f9-c277d2c23867"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "277131b4-ac5d-4ffc-877d-a3d9bb2aa3fe",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "FinancialTransactionId",
        "Name": "FinancialTransactionId",
        "Description": "",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "FinancialTransactionId",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.887"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bc3f2095-1c5f-49d3-b00a-8e70e9b9e004",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "277131b4-ac5d-4ffc-877d-a3d9bb2aa3fe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "69eea012-0256-4906-bcf1-178db6c2e25f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "277131b4-ac5d-4ffc-877d-a3d9bb2aa3fe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a86fd628-eb66-4227-823c-0162d6adf988",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "277131b4-ac5d-4ffc-877d-a3d9bb2aa3fe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a5b1d574-ec93-472f-9687-fac340908ea3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Donor",
        "Name": "Donor",
        "Description": "",
        "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": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Donor",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.9"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "79a181e1-35c9-4a3c-9df0-4b33c232b19c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a5b1d574-ec93-472f-9687-fac340908ea3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9a28a8c9-0dd0-4f55-a709-77c525cddeeb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "TestForPersonAliasWithPerson",
        "Name": "TestForPersonAliasWithPerson",
        "Description": "Test for personalias from Person Searched and found.",
        "Order": 22,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "TestForPersonAliasWithPerson",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.917"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "62c8e84c-a9c7-40ec-9bb7-40bad4393114",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9a28a8c9-0dd0-4f55-a709-77c525cddeeb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6b21f4da-9cfb-4342-9f1b-54138e8da160",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9a28a8c9-0dd0-4f55-a709-77c525cddeeb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d90e9fa8-c924-4e84-95e5-8ab59ba7a7b4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9a28a8c9-0dd0-4f55-a709-77c525cddeeb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "dd3fd76f-4288-4315-b137-4b76df091e3d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "RawBody",
        "Name": "RawBody",
        "Description": "Raw web hook received",
        "Order": 23,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "RawBody",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.933"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e60e44ab-419e-4cb7-944d-2ef6e56fad04",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "dd3fd76f-4288-4315-b137-4b76df091e3d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c7283947-5ad8-402c-bb5d-af410bc1de49",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "dd3fd76f-4288-4315-b137-4b76df091e3d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9665c65f-5acf-43e5-9c3d-e2fff4573a6c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "dd3fd76f-4288-4315-b137-4b76df091e3d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b6362709-d79e-4c84-842c-c82b7199899f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Headers",
        "Name": "Headers",
        "Description": "The headers for Webhook",
        "Order": 24,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Headers",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.933"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "40e898c4-1ede-4053-bdd8-03a5900f65be",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b6362709-d79e-4c84-842c-c82b7199899f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b1e60148-f170-4899-8454-987c32ee81ad",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b6362709-d79e-4c84-842c-c82b7199899f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "80ab1e6c-0cc6-4fbc-8d36-0eb9445e1818",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b6362709-d79e-4c84-842c-c82b7199899f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c9372fac-99c7-4532-956b-1b4a421ae513",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "apiforfundid",
        "Name": "api for fund id",
        "Description": "",
        "Order": 25,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "api for fund id",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.947"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f0c226d5-33cd-4612-85aa-ebda2d7ab4af",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c9372fac-99c7-4532-956b-1b4a421ae513"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6cd71157-f89e-4239-973f-9be3322fc7b7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c9372fac-99c7-4532-956b-1b4a421ae513"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "951be13b-7f6e-4029-a743-329ccde4a8a6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c9372fac-99c7-4532-956b-1b4a421ae513"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ea470630-7384-45f9-81db-71b1c1498c33",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "rawfundid",
        "Name": "raw fund id",
        "Description": "",
        "Order": 26,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "raw fund id",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.963"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8c27ac8e-da63-48f8-935d-9d1805bcbf50",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ea470630-7384-45f9-81db-71b1c1498c33"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f79a882e-f9b7-462d-bbcc-9e7584e61968",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ea470630-7384-45f9-81db-71b1c1498c33"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "84c93f4c-fa4f-47c4-8fa0-8c5612b1a9ab",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ea470630-7384-45f9-81db-71b1c1498c33"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "82b5ac89-5de2-42f8-b8c5-89ae21f6f817",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "rawledger",
        "Name": "raw ledger",
        "Description": "",
        "Order": 27,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "raw ledger",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.98"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f4c98aeb-9bee-4ca5-a498-6ca57d5cdc4a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "82b5ac89-5de2-42f8-b8c5-89ae21f6f817"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "58a6c5fc-f305-4101-9b23-4736844cd94b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "82b5ac89-5de2-42f8-b8c5-89ae21f6f817"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7cb23cff-0426-4880-b8c6-bb6bf1bc296e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "82b5ac89-5de2-42f8-b8c5-89ae21f6f817"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d7d05a0b-4b72-4d24-a041-29d1b2d0ef50",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "RawPeopleId",
        "Name": "Raw People Id",
        "Description": "Raw API response for people including email from PCO",
        "Order": 28,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Raw People Id",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:02.993"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f000955a-b617-44dc-8efa-655263fd126a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7d05a0b-4b72-4d24-a041-29d1b2d0ef50"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1b7125f0-af4b-4136-bd5f-9dee40f2ffb7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7d05a0b-4b72-4d24-a041-29d1b2d0ef50"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "59eb3452-a322-4c33-a589-1d7e5ff875d5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7d05a0b-4b72-4d24-a041-29d1b2d0ef50"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f82077db-29bd-4834-aee3-d686f7819f7e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PCOFirstName",
        "Name": "PCO First Name",
        "Description": "",
        "Order": 29,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "PCO First Name",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.01"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9a45a9fb-b092-4b9b-aa7a-9c4de1be9e50",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f82077db-29bd-4834-aee3-d686f7819f7e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "da74c5bc-93f9-406b-8a3b-d665f10db25c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f82077db-29bd-4834-aee3-d686f7819f7e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7cbee6e7-a4e0-407e-a97d-de6879032c0d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f82077db-29bd-4834-aee3-d686f7819f7e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "857c1a11-e161-44e6-a3fa-312b6da14dcf",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PCOLastName",
        "Name": "PCO Last Name",
        "Description": "",
        "Order": 30,
        "IsGridColumn": true,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "PCO Last Name",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.027"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6a9cc56a-b688-4d61-a1d3-1f75e6106e3e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "857c1a11-e161-44e6-a3fa-312b6da14dcf"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3791307b-85ff-48df-b344-bb611228f3df",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "857c1a11-e161-44e6-a3fa-312b6da14dcf"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fabc51d1-3a58-492a-b95e-b6cf23bc804c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "857c1a11-e161-44e6-a3fa-312b6da14dcf"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5b830492-9503-4cf5-bd4e-738bd66d7143",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PCOEmail",
        "Name": "PCO Email",
        "Description": "",
        "Order": 31,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "PCO Email",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.04"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "32107105-24c2-417b-91b9-179f8832b596",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5b830492-9503-4cf5-bd4e-738bd66d7143"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7b7f672b-e829-4228-afd7-4ccadd01cb3a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5b830492-9503-4cf5-bd4e-738bd66d7143"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "53722e6c-703d-4ce4-924e-7ba0c08bcc54",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5b830492-9503-4cf5-bd4e-738bd66d7143"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "55a605f0-8edb-41e8-a7d8-4da1b450cb53",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "BatchCount",
        "Name": "Batch Count",
        "Description": "",
        "Order": 32,
        "IsGridColumn": true,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Batch Count",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.057"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "460d8277-bc3a-4fb4-8f73-2518fcb3a87b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "55a605f0-8edb-41e8-a7d8-4da1b450cb53"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e5affab5-7850-42cf-84b5-032be280561a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "55a605f0-8edb-41e8-a7d8-4da1b450cb53"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1939435d-86ff-40c3-a958-07dd2ac448f1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "55a605f0-8edb-41e8-a7d8-4da1b450cb53"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "79bff983-33db-4d5e-b316-11c0d13d024a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "RawAfterDelay",
        "Name": "Raw After Delay",
        "Description": "",
        "Order": 33,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Raw After Delay",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.073"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e05ca631-0ccb-430b-b384-50fc782da679",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "79bff983-33db-4d5e-b316-11c0d13d024a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9977f9a5-07ff-4f94-ad12-9aa9bb700b8a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "79bff983-33db-4d5e-b316-11c0d13d024a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "82727235-23ed-4925-9647-d252e019a0c3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "79bff983-33db-4d5e-b316-11c0d13d024a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6dd6a8fc-7f5f-4f16-a494-6cf29ccb7e2f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "PaymentStatus",
        "Name": "Payment Status",
        "Description": "",
        "Order": 34,
        "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,
        "IsSuppressHistoryLogging": false,
        "AdditionalSettingsJson": null,
        "AbbreviatedName": "Payment Status",
        "CreatedDateTime": null,
        "ModifiedDateTime": "2025-12-23T17:09:03.073"
      },
      "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": "0e248169-e233-4789-8fe2-18d89d580d37"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a8dc2ed9-9cf8-4c3e-bcc6-a045d492cc7f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6dd6a8fc-7f5f-4f16-a494-6cf29ccb7e2f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "60a60a27-b4a4-4113-9e7d-08b5f2a988df",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6dd6a8fc-7f5f-4f16-a494-6cf29ccb7e2f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6b81f04e-de6f-463a-a23a-dd5b187d360e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6dd6a8fc-7f5f-4f16-a494-6cf29ccb7e2f"
        }
      ]
    }
  ],
  "RootEntities": [
    "0e248169-e233-4789-8fe2-18d89d580d37"
  ]
}