{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "035c9787-318e-445e-8dab-a81888a72db9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Send Recurring Gift Confirmation Email",
        "Description": "This workflow is triggered when a new FinancialScheduledTransaction is created. It checks to make sure the transaction is a recurring one and generates an email to the donor confirming the set up of the recurring gift.",
        "Order": 0,
        "WorkTerm": "Work",
        "ProcessingIntervalSeconds": 28800,
        "IsPersisted": true,
        "SummaryViewText": "<div class='row'>\n    <div class='col-sm-6'>\n        <dl><dt>Started By</dt><dd>{{ Workflow.InitiatorPersonAlias.Person.FullName }}</dd></dl>\n    </div>\n    <div class='col-sm-6'>\n        <dl><dt>Started On</dt><dd>{{ Workflow.ActivatedDateTime | Date:'MM/dd/yyyy' }} at {{ Workflow.ActivatedDateTime | Date:'hh:mm:ss tt' }}</dd></dl>\n    </div>\n</div>\n\n{% assign attributeList = '' %}\n{% for attribute in Workflow.AttributeValues %}\n    {% if attribute.AttributeIsGridColumn %}\n        {% assign attributeValue = attribute.ValueFormatted %}\n        {% if attributeValue != '' %}\n            {% capture item %}<dt>{{ attribute.AttributeName }}</dt><dd>{{ attributeValue }}</dd>{% endcapture %}\n            {% assign attributeList = attributeList | Append:item %}\n        {% endif %}\n    {% endif %}\n{% endfor %}\n\n{% if attributeList != '' %}\n    <div class='row'>\n        <div class='col-sm-6'>\n            <dl>\n                {{ attributeList }}\n            </dl>\n        </div>\n    </div>\n{% endif %}",
        "NoActionMessage": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "LogRetentionPeriod": 7,
        "CompletedWorkflowRetentionPeriod": 7,
        "LoggingLevel": 0,
        "IconCssClass": "fa fa-list-ol",
        "MaxWorkflowAgeDays": 7,
        "IsFormBuilder": false,
        "FormBuilderSettingsJson": null,
        "FormStartDateTime": null,
        "FormEndDateTime": null,
        "WorkflowExpireDateTime": null,
        "IsLoginRequired": false,
        "CreatedDateTime": "2024-10-21T19:32:06.383",
        "ModifiedDateTime": "2024-10-29T11:12:12.943"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "f51fa808-6329-4da3-90fb-4d896d7df256",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Set Workflow Attributes",
        "Description": "Get Financial Scheduled Transaction and set workflow attributes needed for the email.",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2024-10-21T19:32:06.523",
        "ModifiedDateTime": "2024-10-21T21:11:33.017"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "035c9787-318e-445e-8dab-a81888a72db9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "6df00243-3385-48e8-aec3-270d215f8e1b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Financial Scheduled Transaction Id",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "616cfbc8-ee04-48e2-8a52-ba2076cd6833",
        "CriteriaComparisonType": 32,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-10-21T19:32:06.537",
        "ModifiedDateTime": "2024-10-22T05:25:32.89"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f51fa808-6329-4da3-90fb-4d896d7df256"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9392e3d7-a28b-4cd8-8b03-5e147b102ef1",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b5d966f2-7afc-4d1d-b23e-74e849b69700",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-10-21T19:32:06.57",
        "ModifiedDateTime": "2024-10-21T19:32:06.57"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9392e3d7-a28b-4cd8-8b03-5e147b102ef1"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "6df00243-3385-48e8-aec3-270d215f8e1b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ad4efac4-e687-43df-832f-0dc3856ababb",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "61e6e1bc-e657-4f00-b2e9-769aaa25b9f7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to set the value of.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7485323a-4491-4f0f-8dbf-36713a413a85",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "616cfbc8-ee04-48e2-8a52-ba2076cd6833",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-21T19:32:06.57",
        "ModifiedDateTime": "2024-10-21T19:32:06.57"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "61e6e1bc-e657-4f00-b2e9-769aaa25b9f7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "6df00243-3385-48e8-aec3-270d215f8e1b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ddefb300-0a4f-4086-99be-a32761928f5e",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Entity Is Required",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EntityIsRequired",
        "Name": "Entity Is Required",
        "Description": "Should an error be returned if the entity is missing or not a valid entity type?",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "DefaultPersistedTextValue": "Yes",
        "DefaultPersistedHtmlValue": "Yes",
        "DefaultPersistedCondensedTextValue": "Y",
        "DefaultPersistedCondensedHtmlValue": "Y",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.823"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "efbb2cae-9a41-4aa8-a92d-11acb4596a7a",
      "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": "2024-10-21T19:32:06.57",
        "ModifiedDateTime": "2024-10-21T19:32:06.57"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ddefb300-0a4f-4086-99be-a32761928f5e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "6df00243-3385-48e8-aec3-270d215f8e1b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1246c53a-fd92-4e08-abde-9a6c37e70c7b",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Use Id instead of Guid",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "UseId",
        "Name": "Use Id instead of Guid",
        "Description": "Most entity attribute field types expect the Guid of the entity (which is used by default). Select this option if the entity's Id should be used instead (should be rare).",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c2d492fa-c18a-4b80-a5b5-48e5f03c0ed3",
      "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": "2024-10-21T19:32:06.57",
        "ModifiedDateTime": "2024-10-21T19:32:06.57"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1246c53a-fd92-4e08-abde-9a6c37e70c7b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "6df00243-3385-48e8-aec3-270d215f8e1b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "00d8331d-3055-4531-b374-6b98a9a71d70",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Lava Template",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "LavaTemplate",
        "Name": "Lava Template",
        "Description": "By default this action will set the attribute value equal to the guid (or id) of the entity that was passed in for processing. If you include a lava template here, the action will instead set the attribute value to the output of this template. The mergefield to use for the entity is 'Entity.' For example, use {{ Entity.Name }} if the entity has a Name property. <span class='tip tip-lava'></span>",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.823"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "96320938-3eeb-493c-9db3-f2592b0c042d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "00d8331d-3055-4531-b374-6b98a9a71d70"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f27b1878-600d-4192-8715-f3d73fe557e1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Lava"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "00d8331d-3055-4531-b374-6b98a9a71d70"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8e4c0c71-5c61-4008-8e22-af41cfbe7e6b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "00d8331d-3055-4531-b374-6b98a9a71d70"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "042066d3-f42f-4846-8156-e33728aac177",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Account Number Masked",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-10-21T21:11:33.127",
        "ModifiedDateTime": "2024-10-21T21:11:33.127"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f51fa808-6329-4da3-90fb-4d896d7df256"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Lava",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Lava",
        "Description": "The <span class='tip tip-lava'></span> to run.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "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": "155d1958-5281-49ee-8b4d-1529876cae04",
      "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": "a6727347-a86a-4e3d-a1d0-378bc13954a7",
      "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": "9ccb2d22-781a-401d-80bf-ce7a1e657c98",
      "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": "317a982e-6f1f-4d38-a78d-b26c5d38e8ab",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign fstId = Workflow | Attribute:'FinancialScheduledTransactionId' %}\n\n{% financialscheduledtransaction id:'{{ fstId }}' securityenabled:'false' limit:'1' %}\n    {{ financialscheduledtransaction.FinancialPaymentDetail.AccountNumberMasked }}\n{% endfinancialscheduledtransaction %}",
        "PersistedTextValue": "{% assign fstId = Workflow | Attribute:'FinancialScheduledTransactionId' %}\n\n{% financialscheduledtransaction id:'{{ fstId }}' securityenabled:'false' limit:'1' %}\n    {{ financialscheduledtransaction.FinancialPaymentDetail.AccountNumberMasked }}\n{% endfinancialscheduledtransaction %}",
        "PersistedHtmlValue": "{% assign fstId = Workflow | Attribute:&#39;FinancialScheduledTransactionId&#39; %}\n\n{% financialscheduledtransaction id:&#39;{{ fstId }}&#39; securityenabled:&#39;false&#39; limit:&#39;1&#39; %}\n    {{ financialscheduledtransaction.FinancialPaymentDetail.AccountNumberMasked }}\n{% endfinancialscheduledtransaction %}",
        "PersistedCondensedTextValue": "{% assign fstId = Workflow | Attribute:'FinancialScheduledTransactionId' %}\n\n{%...",
        "PersistedCondensedHtmlValue": "{% assign fstId = Workflow | Attribute:&#39;FinancialScheduledTransactionId&#39; %}\n\n{%...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-21T21:11:33.14",
        "ModifiedDateTime": "2024-10-21T21:11:33.14"
      },
      "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": "042066d3-f42f-4846-8156-e33728aac177"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1924bdc-9b79-4018-9d4a-c3516c87a514",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "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": "2b9efaef-83bb-4d9f-b5d9-fb58670295c7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-10-21T21:11:33.14",
        "ModifiedDateTime": "2024-10-21T21:11:33.14"
      },
      "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": "042066d3-f42f-4846-8156-e33728aac177"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b833f48-efc2-4537-b1e3-7793f6863eaa",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "431273c6-342d-4030-adc7-7cdedc7f8b27",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to store the result in.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "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": "678b879d-bb64-4187-a9f2-aa6591d81260",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "62465412-ca1a-4426-a066-602a277e6118",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-21T21:11:33.14",
        "ModifiedDateTime": "2024-10-21T21:11:33.14"
      },
      "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": "042066d3-f42f-4846-8156-e33728aac177"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f3e380bf-aac8-4015-9adc-0df56b5462f5",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Enabled Lava Commands",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EnabledLavaCommands",
        "Name": "Enabled Lava Commands",
        "Description": "The Lava commands that should be enabled for this action.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "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": "a7766dad-8993-4598-95d9-4f0957f85950",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-21T21:11:33.14",
        "ModifiedDateTime": "2024-10-21T21:11:33.14"
      },
      "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": "042066d3-f42f-4846-8156-e33728aac177"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "9a2b8bd3-bc7c-4943-a2de-e39c10787205",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Is Recurring Transaction",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-10-21T21:11:33.127",
        "ModifiedDateTime": "2024-10-21T21:11:33.127"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f51fa808-6329-4da3-90fb-4d896d7df256"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ca50f773-eb76-4b37-ac7b-c4ea8fd59367",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "//- Check to make sure this is a valid recurring transaction\n{% assign isRecurringTransaction = true %}\n\n{% assign fstId = Workflow | Attribute:'FinancialScheduledTransactionId' %}\n{% assign accountNumberMasked = Workflow | Attribute:'AccountNumberMasked' %}\n\n//- Check for valid masked account number\n{% if accountNumberMasked == '' %}\n    {% assign isRecurringTransaction = false %}\n{% endif %}\n\n//- Make sure this is a contribution, not a registration, and this is a recurring transaction\n{% financialscheduledtransaction id:'{{ fstId }}' securityenabled:'false' limit:'1' %}\n    {% assign transactionTypeValueId = financialscheduledtransaction.TransactionTypeValueId %}\n    {% if transactionTypeValueId != null and transactionTypeValueId != 53 %}\n        {% assign isRecurringTransaction = false %}\n    {% endif %}\n    \n    {% assign dvId = financialscheduledtransaction.TransactionFrequencyValueId %}\n    {% definedvalue id:'{{ dvId }}' securityenabled:'false' limit:'1' %}\n        {% assign definedTypeId = definedvalue.DefinedTypeId %}\n        {% assign definedValue = definedvalue.Value %}\n        {% if definedTypeId != 23 or definedValue == 'One-Time' %}\n            {% assign isRecurringTransaction = false %}\n        {% endif %}\n    {% enddefinedvalue %}\n{% endfinancialscheduledtransaction %}\n\n{{ isRecurringTransaction }}\n",
        "PersistedTextValue": "//- Check to make sure this is a valid recurring transaction\n{% assign isRecurringTransaction = true %}\n\n{% assign fstId = Workflow | Attribute:'FinancialScheduledTransactionId' %}\n{% assign accountNumberMasked = Workflow | Attribute:'AccountNumberMasked' %}\n\n//- Check for valid masked account number\n{% if accountNumberMasked == '' %}\n    {% assign isRecurringTransaction = false %}\n{% endif %}\n\n//- Make sure this is a contribution, not a registration, and this is a recurring transaction\n{% financialscheduledtransaction id:'{{ fstId }}' securityenabled:'false' limit:'1' %}\n    {% assign transactionTypeValueId = financialscheduledtransaction.TransactionTypeValueId %}\n    {% if transactionTypeValueId != null and transactionTypeValueId != 53 %}\n        {% assign isRecurringTransaction = false %}\n    {% endif %}\n    \n    {% assign dvId = financialscheduledtransaction.TransactionFrequencyValueId %}\n    {% definedvalue id:'{{ dvId }}' securityenabled:'false' limit:'1' %}\n        {% assign definedTypeId = definedvalue.DefinedTypeId %}\n        {% assign definedValue = definedvalue.Value %}\n        {% if definedTypeId != 23 or definedValue == 'One-Time' %}\n            {% assign isRecurringTransaction = false %}\n        {% endif %}\n    {% enddefinedvalue %}\n{% endfinancialscheduledtransaction %}\n\n{{ isRecurringTransaction }}\n",
        "PersistedHtmlValue": "//- Check to make sure this is a valid recurring transaction\n{% assign isRecurringTransaction = true %}\n\n{% assign fstId = Workflow | Attribute:&#39;FinancialScheduledTransactionId&#39; %}\n{% assign accountNumberMasked = Workflow | Attribute:&#39;AccountNumberMasked&#39; %}\n\n//- Check for valid masked account number\n{% if accountNumberMasked == &#39;&#39; %}\n    {% assign isRecurringTransaction = false %}\n{% endif %}\n\n//- Make sure this is a contribution, not a registration, and this is a recurring transaction\n{% financialscheduledtransaction id:&#39;{{ fstId }}&#39; securityenabled:&#39;false&#39; limit:&#39;1&#39; %}\n    {% assign transactionTypeValueId = financialscheduledtransaction.TransactionTypeValueId %}\n    {% if transactionTypeValueId != null and transactionTypeValueId != 53 %}\n        {% assign isRecurringTransaction = false %}\n    {% endif %}\n    \n    {% assign dvId = financialscheduledtransaction.TransactionFrequencyValueId %}\n    {% definedvalue id:&#39;{{ dvId }}&#39; securityenabled:&#39;false&#39; limit:&#39;1&#39; %}\n        {% assign definedTypeId = definedvalue.DefinedTypeId %}\n        {% assign definedValue = definedvalue.Value %}\n        {% if definedTypeId != 23 or definedValue == &#39;One-Time&#39; %}\n            {% assign isRecurringTransaction = false %}\n        {% endif %}\n    {% enddefinedvalue %}\n{% endfinancialscheduledtransaction %}\n\n{{ isRecurringTransaction }}\n",
        "PersistedCondensedTextValue": "//- Check to make sure this is a valid recurring transaction\n{% assign isRecurringTransaction =...",
        "PersistedCondensedHtmlValue": "//- Check to make sure this is a valid recurring transaction\n{% assign isRecurringTransaction =...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-21T21:11:33.187",
        "ModifiedDateTime": "2024-10-22T05:25:32.937"
      },
      "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": "9a2b8bd3-bc7c-4943-a2de-e39c10787205"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d28a5155-6a21-430e-8220-73a6a79dc6ca",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-10-21T21:11:33.187",
        "ModifiedDateTime": "2024-10-21T21:11:33.187"
      },
      "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": "9a2b8bd3-bc7c-4943-a2de-e39c10787205"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1a7153f3-b08c-4f36-bd0d-772893171d0f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "c3d1cacc-137a-46f4-ac2c-ce346997688b",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-21T21:11:33.187",
        "ModifiedDateTime": "2024-10-21T21:11:33.187"
      },
      "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": "9a2b8bd3-bc7c-4943-a2de-e39c10787205"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "10a04bd9-638d-423f-a6e4-1e9f546d1c88",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-21T21:11:33.187",
        "ModifiedDateTime": "2024-10-21T21:11:33.187"
      },
      "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": "9a2b8bd3-bc7c-4943-a2de-e39c10787205"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "0fe23ba2-506f-48b6-8e22-2149dec49271",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Terminate Workflow If Not Recurring Gift",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "c3d1cacc-137a-46f4-ac2c-ce346997688b",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "false",
        "CreatedDateTime": "2024-10-22T05:39:25.623",
        "ModifiedDateTime": "2024-10-22T05:39:25.623"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f51fa808-6329-4da3-90fb-4d896d7df256"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0ca0ddef-48ef-4abc-9822-a05e225de26c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "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": "5ddf6165-3860-47b2-abc0-43b0d6494877",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-10-22T05:39:25.653",
        "ModifiedDateTime": "2024-10-22T05:39:25.653"
      },
      "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": "0fe23ba2-506f-48b6-8e22-2149dec49271"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "25cad4be-5a00-409d-9bab-e32518d89956",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "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": {
        "AbbreviatedName": "Status|Status Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Status",
        "Name": "Status|Status Attribute",
        "Description": "The status to set the workflow to when marking the workflow complete. <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "Completed",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "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": "f9c453ca-6a13-43ab-afd3-8281b008b089",
      "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": "2024-10-22T05:39:25.653",
        "ModifiedDateTime": "2024-10-22T05:39:25.653"
      },
      "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": "0fe23ba2-506f-48b6-8e22-2149dec49271"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "e2810466-1f85-41c6-989d-ebba556a5838",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Donor",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-10-22T05:39:25.623",
        "ModifiedDateTime": "2024-10-22T05:39:25.623"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f51fa808-6329-4da3-90fb-4d896d7df256"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d71e54c7-fdf1-4ec3-8fab-843eaa1813a2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "//- Determine donor associated with this recurring gift\n{% assign fstId = Workflow | Attribute:'FinancialScheduledTransactionId' %}\n\n{% financialscheduledtransaction id:'{{ fstId }}' securityenabled:'false' limit:'1' %}\n    {{ financialscheduledtransaction.AuthorizedPersonAlias.Guid }}\n{% endfinancialscheduledtransaction %}",
        "PersistedTextValue": "//- Determine donor associated with this recurring gift\n{% assign fstId = Workflow | Attribute:'FinancialScheduledTransactionId' %}\n\n{% financialscheduledtransaction id:'{{ fstId }}' securityenabled:'false' limit:'1' %}\n    {{ financialscheduledtransaction.AuthorizedPersonAlias.Guid }}\n{% endfinancialscheduledtransaction %}",
        "PersistedHtmlValue": "//- Determine donor associated with this recurring gift\n{% assign fstId = Workflow | Attribute:&#39;FinancialScheduledTransactionId&#39; %}\n\n{% financialscheduledtransaction id:&#39;{{ fstId }}&#39; securityenabled:&#39;false&#39; limit:&#39;1&#39; %}\n    {{ financialscheduledtransaction.AuthorizedPersonAlias.Guid }}\n{% endfinancialscheduledtransaction %}",
        "PersistedCondensedTextValue": "//- Determine donor associated with this recurring gift\n{% assign fstId = Workflow |...",
        "PersistedCondensedHtmlValue": "//- Determine donor associated with this recurring gift\n{% assign fstId = Workflow |...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T05:39:25.717",
        "ModifiedDateTime": "2024-10-22T05:39:25.717"
      },
      "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": "e2810466-1f85-41c6-989d-ebba556a5838"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c485d6ce-30ba-4336-b1a7-2395fd64f35c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-10-22T05:39:25.717",
        "ModifiedDateTime": "2024-10-22T05:39:25.717"
      },
      "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": "e2810466-1f85-41c6-989d-ebba556a5838"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4c42e5a9-3a45-4bed-9bd9-5a6b8267eaff",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "f1510586-c6c2-4c3e-bc71-125e7b0f5197",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T05:39:25.717",
        "ModifiedDateTime": "2024-10-22T05:39:25.717"
      },
      "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": "e2810466-1f85-41c6-989d-ebba556a5838"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "92d3cf1a-3fb3-4301-b47b-92cf62762478",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T05:39:25.717",
        "ModifiedDateTime": "2024-10-22T05:39:25.717"
      },
      "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": "e2810466-1f85-41c6-989d-ebba556a5838"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "cbca8cf2-9e24-4b33-999f-fc58421b6ba9",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Activate Next Activity",
        "Order": 6,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-10-22T05:43:52.777",
        "ModifiedDateTime": "2024-10-22T15:59:20.563"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f51fa808-6329-4da3-90fb-4d896d7df256"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e8abd802-372c-47be-82b1-96f50db5169e",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "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": "ebc46c93-ff05-4bbf-8f72-106d3d09227c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-10-22T05:43:52.807",
        "ModifiedDateTime": "2024-10-22T05:43:52.807"
      },
      "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": "cbca8cf2-9e24-4b33-999f-fc58421b6ba9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3809a78c-b773-440c-8e3f-a8e81d0dae08",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "02d5a7a5-8781-46b4-b9fc-af816829d240",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Activity",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Activity",
        "Name": "Activity",
        "Description": "The activity type to activate",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "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": "e7a4d0cf-88de-4805-abbc-29e791d738bd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "9E411DC6-7765-4D7E-B5E3-704BCE02189E",
        "PersistedTextValue": "Send Email",
        "PersistedHtmlValue": "Send Email",
        "PersistedCondensedTextValue": "Send Email",
        "PersistedCondensedHtmlValue": "Send Email",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T05:43:52.807",
        "ModifiedDateTime": "2024-10-22T05:43:52.807"
      },
      "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": "cbca8cf2-9e24-4b33-999f-fc58421b6ba9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "9a7eaa0a-f517-4cbf-abba-745f181ab0a7",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Campus Name",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-10-22T15:59:20.563",
        "ModifiedDateTime": "2024-10-22T15:59:20.563"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "f51fa808-6329-4da3-90fb-4d896d7df256"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0a75edee-35d8-4e92-a9f9-f55637bcc9ae",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign fstId = Workflow | Attribute:'FinancialScheduledTransactionId' %}\n\n{% financialscheduledtransactiondetail where:'ScheduledTransactionId == {{ fstId }}' securityenabled:'false' limit:'1' %}\n    {{ financialscheduledtransactiondetail.Account.Campus.Description }}\n{% endfinancialscheduledtransactiondetail %}",
        "PersistedTextValue": "{% assign fstId = Workflow | Attribute:'FinancialScheduledTransactionId' %}\n\n{% financialscheduledtransactiondetail where:'ScheduledTransactionId == {{ fstId }}' securityenabled:'false' limit:'1' %}\n    {{ financialscheduledtransactiondetail.Account.Campus.Description }}\n{% endfinancialscheduledtransactiondetail %}",
        "PersistedHtmlValue": "{% assign fstId = Workflow | Attribute:&#39;FinancialScheduledTransactionId&#39; %}\n\n{% financialscheduledtransactiondetail where:&#39;ScheduledTransactionId == {{ fstId }}&#39; securityenabled:&#39;false&#39; limit:&#39;1&#39; %}\n    {{ financialscheduledtransactiondetail.Account.Campus.Description }}\n{% endfinancialscheduledtransactiondetail %}",
        "PersistedCondensedTextValue": "{% assign fstId = Workflow | Attribute:'FinancialScheduledTransactionId' %}\n\n{%...",
        "PersistedCondensedHtmlValue": "{% assign fstId = Workflow | Attribute:&#39;FinancialScheduledTransactionId&#39; %}\n\n{%...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T15:59:20.767",
        "ModifiedDateTime": "2024-10-22T15:59:20.767"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "9a7eaa0a-f517-4cbf-abba-745f181ab0a7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d37fa0c9-8b98-466a-acc0-3ff489a9a742",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-10-22T15:59:20.767",
        "ModifiedDateTime": "2024-10-22T15:59:20.767"
      },
      "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": "9a7eaa0a-f517-4cbf-abba-745f181ab0a7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "fc484dee-3e78-4fa2-b5e1-c4bc5fa0994a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "8e80e606-da3f-4459-9f4c-69779a651a8b",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T15:59:20.767",
        "ModifiedDateTime": "2024-10-22T15:59:20.767"
      },
      "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": "9a7eaa0a-f517-4cbf-abba-745f181ab0a7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0da80b68-aea1-4b6f-8d58-1dcebbc57cb0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "PersistedTextValue": "RockEntity",
        "PersistedHtmlValue": "RockEntity",
        "PersistedCondensedTextValue": "RockEntity",
        "PersistedCondensedHtmlValue": "RockEntity",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T15:59:20.767",
        "ModifiedDateTime": "2024-10-22T15:59:20.767"
      },
      "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": "9a7eaa0a-f517-4cbf-abba-745f181ab0a7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "9e411dc6-7765-4d7e-b5e3-704bce02189e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Send Email",
        "Description": "Send email to the donor confirming recurring gift",
        "IsActivatedWithWorkflow": false,
        "Order": 1,
        "CreatedDateTime": "2024-10-22T05:43:52.777",
        "ModifiedDateTime": "2024-10-22T05:43:52.777"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "035c9787-318e-445e-8dab-a81888a72db9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "ed4ce04e-c176-4bb0-abe1-e9e33d59548a",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Send Email",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-10-22T05:43:52.777",
        "ModifiedDateTime": "2024-10-22T10:30:22.207"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "9e411dc6-7765-4d7e-b5e3-704bce02189e"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "36197160-7d3d-490d-ab42-7e29105afe91",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f5c2a32a-d95e-421e-b0c8-5e9ab5c6fdb4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-10-22T10:30:22.253",
        "ModifiedDateTime": "2024-10-22T10:30:22.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "36197160-7d3d-490d-ab42-7e29105afe91"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ed4ce04e-c176-4bb0-abe1-e9e33d59548a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d1269254-c15a-40bd-b784-adcc231d3950",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "af76d867-ba2e-4112-9332-e9c5701efa7d",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "From Name|From Name Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "FromName",
        "Name": "From Name|From Name Attribute",
        "Description": "The name or an attribute that contains the person or name that email should be sent from. <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2023-03-14T21:29:40.437",
        "ModifiedDateTime": "2023-03-15T02:15:02.747"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ab6d8dfa-287a-4455-bad0-4600f1ce37b2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "af76d867-ba2e-4112-9332-e9c5701efa7d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cd271f8b-4133-497e-8b84-9e009ab5cfb4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Liquid Church {{ Workflow | Attribute:'CampusName' }}",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T10:30:22.253",
        "ModifiedDateTime": "2024-10-22T16:02:45.94"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "af76d867-ba2e-4112-9332-e9c5701efa7d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ed4ce04e-c176-4bb0-abe1-e9e33d59548a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "From Email Address|From Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "From",
        "Name": "From Email Address|From Attribute",
        "Description": "The email address or an attribute that contains the person or email address that email should be sent from (will default to organization email). <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6420af03-76a1-4b85-8f83-d118f1ea5b25",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "faab5222-a3f1-4b71-b107-3eb9fde0bd2e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "finance@liquidchurch.com",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T10:30:22.253",
        "ModifiedDateTime": "2024-10-22T10:30:22.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ed4ce04e-c176-4bb0-abe1-e9e33d59548a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9adc5480-6092-4c27-b11d-c0fa392270a9",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Reply To Address|Reply To Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ReplyTo",
        "Name": "Reply To Address|Reply To Attribute",
        "Description": "The email address or an attribute that contains the person or email address that email replies should be sent to (will default to 'From' email). <span class='tip tip-lava'></span>",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2022-10-18T06:21:44.453",
        "ModifiedDateTime": "2023-03-15T02:20:31.59"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d55300b4-303e-4f71-9713-fb5b93ea1c13",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9adc5480-6092-4c27-b11d-c0fa392270a9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5c960cf7-9fba-4eac-b634-e00585517213",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "finance@liquidchurch.com",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T15:23:10.047",
        "ModifiedDateTime": "2024-10-22T15:23:10.047"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9adc5480-6092-4c27-b11d-c0fa392270a9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ed4ce04e-c176-4bb0-abe1-e9e33d59548a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0c4c13b8-7076-4872-925a-f950886b5e16",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Send To Email Addresses|To Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "To",
        "Name": "Send To Email Addresses|To Attribute",
        "Description": "The email addresses or an attribute that contains the person, email address, group or security role that the email should be sent to. <span class='tip tip-lava'></span>",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a069630c-3132-46e9-aa4b-d7a416548c38",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c13b8-7076-4872-925a-f950886b5e16"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ad7a5444-bbaf-4add-b43d-fd15856d4408",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "f1510586-c6c2-4c3e-bc71-125e7b0f5197",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T10:30:37.697",
        "ModifiedDateTime": "2024-10-22T16:11:02.407"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0c4c13b8-7076-4872-925a-f950886b5e16"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ed4ce04e-c176-4bb0-abe1-e9e33d59548a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d43c2686-7e02-4a70-8d99-3bcd8ecafb2f",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Send to Group Role",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "GroupRole",
        "Name": "Send to Group Role",
        "Description": "An optional Group Role attribute to limit recipients to if the 'Send to Email Addresses' is a group or security role.",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2f29a749-06f3-4749-a2a9-3df763359bde",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.GroupRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d43c2686-7e02-4a70-8d99-3bcd8ecafb2f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Subject",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Subject",
        "Name": "Subject",
        "Description": "The subject that should be used when sending email. <span class='tip tip-lava'></span>",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.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.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1f598493-ebd0-4c73-bff8-d609f84fe22f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Your recurring giving to Liquid Church {{ Workflow | Attribute:'CampusName' }} was created successfully",
        "PersistedTextValue": "Your recurring giving to Liquid Church {{ Workflow | Attribute:'CampusName' }} was created successfully",
        "PersistedHtmlValue": "Your recurring giving to Liquid Church {{ Workflow | Attribute:&#39;CampusName&#39; }} was created successfully",
        "PersistedCondensedTextValue": "Your recurring giving to Liquid Church {{ Workflow | Attribute:'CampusName' }} was created...",
        "PersistedCondensedHtmlValue": "Your recurring giving to Liquid Church {{ Workflow | Attribute:&#39;CampusName&#39; }} was created successfully",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T10:30:22.253",
        "ModifiedDateTime": "2024-10-22T15:59:52.573"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ed4ce04e-c176-4bb0-abe1-e9e33d59548a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4d245b9e-6b03-46e7-8482-a51fba190e4d",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Body",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Body",
        "Name": "Body",
        "Description": "The body of the email that should be sent. <span class='tip tip-lava'></span> <span class='tip tip-html'></span>",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9392c8b3-0084-4dfe-a85a-4b87143be68e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ca82f7d7-2fdb-4c1c-bacc-884c9a9d3aba",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Html"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "acea3e78-ebf2-42b1-96de-f7af32b7dfdf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1a9bdcbb-aa2b-4706-b755-4dbecd826150",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "<!DOCTYPE html>\n<html>\n\n\n<head>\n\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Campus Template</title>\n    <!-- <style> -->\n</head>\n\n{{ 'Global' | Attribute:'lqdEmailPrimaryComponents' }}\n{{ 'Global' | Attribute:'lqdEmailStyles' }}\n{{ 'Global' | Attribute:'lqdEmailHeader' }}\n\n<!-- LOGO -->\n<img src=\"https://rock.liquid.church/Content/liquid_church_logo_for_mailchimp.png\" height=\"35\" style=\"display: block; margin: 5px auto 10px auto;max-height:40px;\">\n\n\n{{ 'Global' | Attribute:'lqdEmailTop' }}\n\n{% assign root = 'Global' | Attribute:'PublicApplicationRoot' %}\n\n//- Workflow attributes required for email\n{% assign FSTId = Workflow | Attribute:'FinancialScheduledTransactionId' %}\n{% assign AccountNumberMasked = Workflow | Attribute:'AccountNumberMasked' %}\n{% assign Donor = Workflow | Attribute:'Donor','Object' %}\n{% assign Campus = Donor.PrimaryCampus %}\n{% assign CampusId = Campus.Id %}\n\n//- Set financial scheduled transaction details\n{% financialscheduledtransaction id:'{{ FSTId }}' securityenabled:'false' limit:'1' %}\n    {% assign PaymentType = financialscheduledtransaction.FinancialPaymentDetail.CurrencyTypeValue.Value %}\n    {% assign CreditCardType = financialscheduledtransaction.FinancialPaymentDetail.CreditCardTypeValue.Value %}\n    {% assign PaymentFrequency = financialscheduledtransaction.TransactionFrequencyValue.Value %}\n    {% assign TransactionDate = financialscheduledtransaction.CreatedDateTime | Date:'dddd, MMMM d, yyyy' %}\n    {% assign StartDate = financialscheduledtransaction.StartDate | Date:'dddd, MMMM d, yyyy' %}\n{% endfinancialscheduledtransaction %}\n\n{% financialscheduledtransactiondetail where:'ScheduledTransactionId == {{ FSTId }}' securityenabled:'false' limit:'1' %}\n    {% assign Fund = financialscheduledtransactiondetail.Account.PublicName %}\n    {% assign CampusName = financialscheduledtransactiondetail.Account.Campus.Description %}\n    {% assign Amount = financialscheduledtransactiondetail.Amount | Format:'##,##0.00' %}\n{% endfinancialscheduledtransactiondetail %}\n\n//- Generate giving method\n{% if PaymentType == 'Credit Card' %}\n    {% capture GivingMethod %}{{ CreditCardType }}&nbsp{{ AccountNumberMasked }}{% endcapture %}\n{% elseif PaymentType == 'ACH' %}\n    {% capture GivingMethod %}{{ PaymentType }}&nbsp{{ AccountNumberMasked }}{% endcapture %}\n{% else %}\n    {% capture GivingMethod %}{{ PaymentType }}{% endcapture %}\n{% endif %}    \n\n{% capture CampusAddress %}\n    {[ campusInfo id:'{{ CampusId }}' type:'campusLocation' format:'name' ]}\n{% endcapture %}\n\n<div class=\"structure-dropzone\">\n    <div class=\"dropzone\">\n\n        <table class=\"component component-text selected\" data-state=\"component\" style=\"border-collapse: collapse; border-spacing: 0px; display: table; padding: 0px; position: relative; text-align: left; vertical-align: top; width: 100%; background-color: transparent;\">\n        <tbody>\n            <tr>\n                <td class=\"js-component-text-wrapper\" style=\"border-color: rgb(0, 0, 0);\">\n                    \n<p>\n    Hi {{ Donor.NickName }},\n</p>\n<p>\n    On <strong>{{ TransactionDate }}</strong>, your recurring gift to Liquid Church {{ CampusName }} was created successfully.\n</p>\n<p>\n    We thank you for partnering with us. Your transaction today plays a significant part in the amazing things that God is doing at Liquid Church.\n</p>\n\n<p>\n    <strong>Fund</strong><br>\n    {{ Fund }}<br>\n</p>\n<p>\n    <strong>Amount</strong><br>\n    ${{ Amount }}<br>\n</p>\n<p>\n    <strong>Giving method</strong><br>\n    {{ GivingMethod }}<br>\n</p>\n<p>\n    <strong>Gifts occur</strong><br>\n    {{ PaymentFrequency }}<br>\n</p>\n<p>\n    <strong>Starting on</strong><br>\n    {{ StartDate }}<br>\n</p>\n<p>\n    Please <a href=\"{{ root }}give/manage/schedules\">click here</a> to manage your recurring giving.\n</p>\n\n                </td>\n                </tr>\n            </tbody>\n            </table>\n    </div>\n</div>\n\n{{ 'Global' | Attribute:'lqdEmailBottom' }}\n\n<div class=\"dropzone\">\n\n    <table class=\"component component-text selected\" data-state=\"component\" style=\"border-collapse: collapse; border-spacing: 0px; display: table; padding: 0px; position: relative; text-align: left; vertical-align: top; width: 100%; background-color: transparent;\">\n    <tbody>\n        <tr>\n        <td class=\"js-component-text-wrapper\" style=\"border-color: rgb(0, 0, 0);\">\n            <p style=\"Margin: 0; Margin-bottom: 10px; Margin-top: 10px; color: {{ 'Global' | Attribute:'footerTextColor' }}; font-family: Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal; line-height: 1.3; margin: 0; margin-bottom: 10px; padding: 0; text-align: center;\"><a href=\"{{ 'Global' | Attribute:'OrganizationWebsite' }}\" style=\"Margin: 0; color: {{ 'Global' | Attribute:'footerTextColor' }}; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: left; text-decoration: none;\">LiquidChurch.com</a> &mdash; {{ CampusAddress }}<br><a href=\"mailto:info@liquidchurch.com\" style=\"margin: 0; color: {{ 'Global' | Attribute:'footerTextColor' }}; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: left; text-decoration: none;\">Finance@LiquidChurch.com</a></p>\n        </td>\n        </tr>\n    </tbody>\n    </table>\n\n</div>\n\n{{ 'Global' | Attribute:'lqdEmailFooter' }}\n",
        "PersistedTextValue": "<!DOCTYPE html>\n<html>\n\n\n<head>\n\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Campus Template</title>\n    <!-- <style> -->\n</head>\n\n{{ 'Global' | Attribute:'lqdEmailPrimaryComponents' }}\n{{ 'Global' | Attribute:'lqdEmailStyles' }}\n{{ 'Global' | Attribute:'lqdEmailHeader' }}\n\n<!-- LOGO -->\n<img src=\"https://rock.liquid.church/Content/liquid_church_logo_for_mailchimp.png\" height=\"35\" style=\"display: block; margin: 5px auto 10px auto;max-height:40px;\">\n\n\n{{ 'Global' | Attribute:'lqdEmailTop' }}\n\n{% assign root = 'Global' | Attribute:'PublicApplicationRoot' %}\n\n//- Workflow attributes required for email\n{% assign FSTId = Workflow | Attribute:'FinancialScheduledTransactionId' %}\n{% assign AccountNumberMasked = Workflow | Attribute:'AccountNumberMasked' %}\n{% assign Donor = Workflow | Attribute:'Donor','Object' %}\n{% assign Campus = Donor.PrimaryCampus %}\n{% assign CampusId = Campus.Id %}\n\n//- Set financial scheduled transaction details\n{% financialscheduledtransaction id:'{{ FSTId }}' securityenabled:'false' limit:'1' %}\n    {% assign PaymentType = financialscheduledtransaction.FinancialPaymentDetail.CurrencyTypeValue.Value %}\n    {% assign CreditCardType = financialscheduledtransaction.FinancialPaymentDetail.CreditCardTypeValue.Value %}\n    {% assign PaymentFrequency = financialscheduledtransaction.TransactionFrequencyValue.Value %}\n    {% assign TransactionDate = financialscheduledtransaction.CreatedDateTime | Date:'dddd, MMMM d, yyyy' %}\n    {% assign StartDate = financialscheduledtransaction.StartDate | Date:'dddd, MMMM d, yyyy' %}\n{% endfinancialscheduledtransaction %}\n\n{% financialscheduledtransactiondetail where:'ScheduledTransactionId == {{ FSTId }}' securityenabled:'false' limit:'1' %}\n    {% assign Fund = financialscheduledtransactiondetail.Account.PublicName %}\n    {% assign CampusName = financialscheduledtransactiondetail.Account.Campus.Description %}\n    {% assign Amount = financialscheduledtransactiondetail.Amount | Format:'##,##0.00' %}\n{% endfinancialscheduledtransactiondetail %}\n\n//- Generate giving method\n{% if PaymentType == 'Credit Card' %}\n    {% capture GivingMethod %}{{ CreditCardType }}&nbsp{{ AccountNumberMasked }}{% endcapture %}\n{% elseif PaymentType == 'ACH' %}\n    {% capture GivingMethod %}{{ PaymentType }}&nbsp{{ AccountNumberMasked }}{% endcapture %}\n{% else %}\n    {% capture GivingMethod %}{{ PaymentType }}{% endcapture %}\n{% endif %}    \n\n{% capture CampusAddress %}\n    {[ campusInfo id:'{{ CampusId }}' type:'campusLocation' format:'name' ]}\n{% endcapture %}\n\n<div class=\"structure-dropzone\">\n    <div class=\"dropzone\">\n\n        <table class=\"component component-text selected\" data-state=\"component\" style=\"border-collapse: collapse; border-spacing: 0px; display: table; padding: 0px; position: relative; text-align: left; vertical-align: top; width: 100%; background-color: transparent;\">\n        <tbody>\n            <tr>\n                <td class=\"js-component-text-wrapper\" style=\"border-color: rgb(0, 0, 0);\">\n                    \n<p>\n    Hi {{ Donor.NickName }},\n</p>\n<p>\n    On <strong>{{ TransactionDate }}</strong>, your recurring gift to Liquid Church {{ CampusName }} was created successfully.\n</p>\n<p>\n    We thank you for partnering with us. Your transaction today plays a significant part in the amazing things that God is doing at Liquid Church.\n</p>\n\n<p>\n    <strong>Fund</strong><br>\n    {{ Fund }}<br>\n</p>\n<p>\n    <strong>Amount</strong><br>\n    ${{ Amount }}<br>\n</p>\n<p>\n    <strong>Giving method</strong><br>\n    {{ GivingMethod }}<br>\n</p>\n<p>\n    <strong>Gifts occur</strong><br>\n    {{ PaymentFrequency }}<br>\n</p>\n<p>\n    <strong>Starting on</strong><br>\n    {{ StartDate }}<br>\n</p>\n<p>\n    Please <a href=\"{{ root }}give/manage/schedules\">click here</a> to manage your recurring giving.\n</p>\n\n                </td>\n                </tr>\n            </tbody>\n            </table>\n    </div>\n</div>\n\n{{ 'Global' | Attribute:'lqdEmailBottom' }}\n\n<div class=\"dropzone\">\n\n    <table class=\"component component-text selected\" data-state=\"component\" style=\"border-collapse: collapse; border-spacing: 0px; display: table; padding: 0px; position: relative; text-align: left; vertical-align: top; width: 100%; background-color: transparent;\">\n    <tbody>\n        <tr>\n        <td class=\"js-component-text-wrapper\" style=\"border-color: rgb(0, 0, 0);\">\n            <p style=\"Margin: 0; Margin-bottom: 10px; Margin-top: 10px; color: {{ 'Global' | Attribute:'footerTextColor' }}; font-family: Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal; line-height: 1.3; margin: 0; margin-bottom: 10px; padding: 0; text-align: center;\"><a href=\"{{ 'Global' | Attribute:'OrganizationWebsite' }}\" style=\"Margin: 0; color: {{ 'Global' | Attribute:'footerTextColor' }}; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: left; text-decoration: none;\">LiquidChurch.com</a> &mdash; {{ CampusAddress }}<br><a href=\"mailto:info@liquidchurch.com\" style=\"margin: 0; color: {{ 'Global' | Attribute:'footerTextColor' }}; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: left; text-decoration: none;\">Finance@LiquidChurch.com</a></p>\n        </td>\n        </tr>\n    </tbody>\n    </table>\n\n</div>\n\n{{ 'Global' | Attribute:'lqdEmailFooter' }}\n",
        "PersistedHtmlValue": "&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n\n\n&lt;head&gt;\n\n    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;\n    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot;&gt;\n    &lt;title&gt;Campus Template&lt;/title&gt;\n    &lt;!-- &lt;style&gt; --&gt;\n&lt;/head&gt;\n\n{{ &#39;Global&#39; | Attribute:&#39;lqdEmailPrimaryComponents&#39; }}\n{{ &#39;Global&#39; | Attribute:&#39;lqdEmailStyles&#39; }}\n{{ &#39;Global&#39; | Attribute:&#39;lqdEmailHeader&#39; }}\n\n&lt;!-- LOGO --&gt;\n&lt;img src=&quot;https://rock.liquid.church/Content/liquid_church_logo_for_mailchimp.png&quot; height=&quot;35&quot; style=&quot;display: block; margin: 5px auto 10px auto;max-height:40px;&quot;&gt;\n\n\n{{ &#39;Global&#39; | Attribute:&#39;lqdEmailTop&#39; }}\n\n{% assign root = &#39;Global&#39; | Attribute:&#39;PublicApplicationRoot&#39; %}\n\n//- Workflow attributes required for email\n{% assign FSTId = Workflow | Attribute:&#39;FinancialScheduledTransactionId&#39; %}\n{% assign AccountNumberMasked = Workflow | Attribute:&#39;AccountNumberMasked&#39; %}\n{% assign Donor = Workflow | Attribute:&#39;Donor&#39;,&#39;Object&#39; %}\n{% assign Campus = Donor.PrimaryCampus %}\n{% assign CampusId = Campus.Id %}\n\n//- Set financial scheduled transaction details\n{% financialscheduledtransaction id:&#39;{{ FSTId }}&#39; securityenabled:&#39;false&#39; limit:&#39;1&#39; %}\n    {% assign PaymentType = financialscheduledtransaction.FinancialPaymentDetail.CurrencyTypeValue.Value %}\n    {% assign CreditCardType = financialscheduledtransaction.FinancialPaymentDetail.CreditCardTypeValue.Value %}\n    {% assign PaymentFrequency = financialscheduledtransaction.TransactionFrequencyValue.Value %}\n    {% assign TransactionDate = financialscheduledtransaction.CreatedDateTime | Date:&#39;dddd, MMMM d, yyyy&#39; %}\n    {% assign StartDate = financialscheduledtransaction.StartDate | Date:&#39;dddd, MMMM d, yyyy&#39; %}\n{% endfinancialscheduledtransaction %}\n\n{% financialscheduledtransactiondetail where:&#39;ScheduledTransactionId == {{ FSTId }}&#39; securityenabled:&#39;false&#39; limit:&#39;1&#39; %}\n    {% assign Fund = financialscheduledtransactiondetail.Account.PublicName %}\n    {% assign CampusName = financialscheduledtransactiondetail.Account.Campus.Description %}\n    {% assign Amount = financialscheduledtransactiondetail.Amount | Format:&#39;##,##0.00&#39; %}\n{% endfinancialscheduledtransactiondetail %}\n\n//- Generate giving method\n{% if PaymentType == &#39;Credit Card&#39; %}\n    {% capture GivingMethod %}{{ CreditCardType }}&amp;nbsp{{ AccountNumberMasked }}{% endcapture %}\n{% elseif PaymentType == &#39;ACH&#39; %}\n    {% capture GivingMethod %}{{ PaymentType }}&amp;nbsp{{ AccountNumberMasked }}{% endcapture %}\n{% else %}\n    {% capture GivingMethod %}{{ PaymentType }}{% endcapture %}\n{% endif %}    \n\n{% capture CampusAddress %}\n    {[ campusInfo id:&#39;{{ CampusId }}&#39; type:&#39;campusLocation&#39; format:&#39;name&#39; ]}\n{% endcapture %}\n\n&lt;div class=&quot;structure-dropzone&quot;&gt;\n    &lt;div class=&quot;dropzone&quot;&gt;\n\n        &lt;table class=&quot;component component-text selected&quot; data-state=&quot;component&quot; style=&quot;border-collapse: collapse; border-spacing: 0px; display: table; padding: 0px; position: relative; text-align: left; vertical-align: top; width: 100%; background-color: transparent;&quot;&gt;\n        &lt;tbody&gt;\n            &lt;tr&gt;\n                &lt;td class=&quot;js-component-text-wrapper&quot; style=&quot;border-color: rgb(0, 0, 0);&quot;&gt;\n                    \n&lt;p&gt;\n    Hi {{ Donor.NickName }},\n&lt;/p&gt;\n&lt;p&gt;\n    On &lt;strong&gt;{{ TransactionDate }}&lt;/strong&gt;, your recurring gift to Liquid Church {{ CampusName }} was created successfully.\n&lt;/p&gt;\n&lt;p&gt;\n    We thank you for partnering with us. Your transaction today plays a significant part in the amazing things that God is doing at Liquid Church.\n&lt;/p&gt;\n\n&lt;p&gt;\n    &lt;strong&gt;Fund&lt;/strong&gt;&lt;br&gt;\n    {{ Fund }}&lt;br&gt;\n&lt;/p&gt;\n&lt;p&gt;\n    &lt;strong&gt;Amount&lt;/strong&gt;&lt;br&gt;\n    ${{ Amount }}&lt;br&gt;\n&lt;/p&gt;\n&lt;p&gt;\n    &lt;strong&gt;Giving method&lt;/strong&gt;&lt;br&gt;\n    {{ GivingMethod }}&lt;br&gt;\n&lt;/p&gt;\n&lt;p&gt;\n    &lt;strong&gt;Gifts occur&lt;/strong&gt;&lt;br&gt;\n    {{ PaymentFrequency }}&lt;br&gt;\n&lt;/p&gt;\n&lt;p&gt;\n    &lt;strong&gt;Starting on&lt;/strong&gt;&lt;br&gt;\n    {{ StartDate }}&lt;br&gt;\n&lt;/p&gt;\n&lt;p&gt;\n    Please &lt;a href=&quot;{{ root }}give/manage/schedules&quot;&gt;click here&lt;/a&gt; to manage your recurring giving.\n&lt;/p&gt;\n\n                &lt;/td&gt;\n                &lt;/tr&gt;\n            &lt;/tbody&gt;\n            &lt;/table&gt;\n    &lt;/div&gt;\n&lt;/div&gt;\n\n{{ &#39;Global&#39; | Attribute:&#39;lqdEmailBottom&#39; }}\n\n&lt;div class=&quot;dropzone&quot;&gt;\n\n    &lt;table class=&quot;component component-text selected&quot; data-state=&quot;component&quot; style=&quot;border-collapse: collapse; border-spacing: 0px; display: table; padding: 0px; position: relative; text-align: left; vertical-align: top; width: 100%; background-color: transparent;&quot;&gt;\n    &lt;tbody&gt;\n        &lt;tr&gt;\n        &lt;td class=&quot;js-component-text-wrapper&quot; style=&quot;border-color: rgb(0, 0, 0);&quot;&gt;\n            &lt;p style=&quot;Margin: 0; Margin-bottom: 10px; Margin-top: 10px; color: {{ &#39;Global&#39; | Attribute:&#39;footerTextColor&#39; }}; font-family: Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal; line-height: 1.3; margin: 0; margin-bottom: 10px; padding: 0; text-align: center;&quot;&gt;&lt;a href=&quot;{{ &#39;Global&#39; | Attribute:&#39;OrganizationWebsite&#39; }}&quot; style=&quot;Margin: 0; color: {{ &#39;Global&#39; | Attribute:&#39;footerTextColor&#39; }}; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: left; text-decoration: none;&quot;&gt;LiquidChurch.com&lt;/a&gt; &amp;mdash; {{ CampusAddress }}&lt;br&gt;&lt;a href=&quot;mailto:info@liquidchurch.com&quot; style=&quot;margin: 0; color: {{ &#39;Global&#39; | Attribute:&#39;footerTextColor&#39; }}; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1.3; margin: 0; padding: 0; text-align: left; text-decoration: none;&quot;&gt;Finance@LiquidChurch.com&lt;/a&gt;&lt;/p&gt;\n        &lt;/td&gt;\n        &lt;/tr&gt;\n    &lt;/tbody&gt;\n    &lt;/table&gt;\n\n&lt;/div&gt;\n\n{{ &#39;Global&#39; | Attribute:&#39;lqdEmailFooter&#39; }}\n",
        "PersistedCondensedTextValue": "<!DOCTYPE html>\n<html>\n\n\n<head>\n\n    <meta http-equiv=\"Content-Type\" content=\"text/html;...",
        "PersistedCondensedHtmlValue": "&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n\n\n&lt;head&gt;\n\n    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T10:30:22.253",
        "ModifiedDateTime": "2024-10-24T06:59:10.777"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ed4ce04e-c176-4bb0-abe1-e9e33d59548a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "99ffd423-2ab6-481b-8749-b4793a16b620",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "CC Email Addresses|CC Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "CC",
        "Name": "CC Email Addresses|CC Attribute",
        "Description": "The email addresses or an attribute that contains the person, email address, group or security role that the email should be CC'd (carbon copied) to. Any address in this field will be copied on the email sent to every recipient. <span class='tip tip-lava'></span>",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.823"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3f502de7-4f9d-45cf-bd66-6a93e12e6ee9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "99ffd423-2ab6-481b-8749-b4793a16b620"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3a131021-cb73-44a8-a142-b42832b77f60",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "BCC Email Addresses|BCC Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BCC",
        "Name": "BCC Email Addresses|BCC Attribute",
        "Description": "The email addresses or an attribute that contains the person, email address, group or security role that the email should be BCC'd (blind carbon copied) to. Any address in this field will be copied on the email sent to every recipient. <span class='tip tip-lava'></span>",
        "Order": 8,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.823"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fdb810da-f963-4564-881e-04abfdeb23c7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3a131021-cb73-44a8-a142-b42832b77f60"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "267b2d6c-00c1-487f-a08a-9419e323cf76",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "",
        "PersistedTextValue": "Attribute not supported",
        "PersistedHtmlValue": "Attribute not supported",
        "PersistedCondensedTextValue": "Attribute not supported",
        "PersistedCondensedHtmlValue": "Attribute not supported",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-10-22T16:11:02.407",
        "ModifiedDateTime": "2024-10-29T11:12:13.427"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3a131021-cb73-44a8-a142-b42832b77f60"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ed4ce04e-c176-4bb0-abe1-e9e33d59548a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c2c7da55-3018-4645-b9ee-4bcd11855f2c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attachment One",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentOne",
        "Name": "Attachment One",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 9,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "491ca35d-c122-4f0e-8db6-9e3cfa463d54",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType|Rock.Field.Types.BinaryFileFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c2c7da55-3018-4645-b9ee-4bcd11855f2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ffd9193a-451f-40e6-9776-74d5dcac1450",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attachment Two",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentTwo",
        "Name": "Attachment Two",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 10,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "baa4678d-de79-4cdd-8b3b-4bf6222e54e6",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType|Rock.Field.Types.BinaryFileFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ffd9193a-451f-40e6-9776-74d5dcac1450"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a059767a-5592-4926-948a-1065af4e9748",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attachment Three",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentThree",
        "Name": "Attachment Three",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 11,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f43179ce-594e-443b-8202-1c77dfff86be",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType|Rock.Field.Types.BinaryFileFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a059767a-5592-4926-948a-1065af4e9748"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "65e69b78-37d8-4a88-b8ac-71893d2f75ef",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Save Communication History",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SaveCommunicationHistory",
        "Name": "Save Communication History",
        "Description": "Should a record of this communication be saved to the recipient's profile?",
        "Order": 12,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-15T02:21:51.807"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "57d2e66d-91b1-47c3-a8d2-4820dd9c443f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "No",
        "PersistedHtmlValue": "No",
        "PersistedCondensedTextValue": "N",
        "PersistedCondensedHtmlValue": "N",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-10-22T10:30:22.253",
        "ModifiedDateTime": "2024-10-22T10:30:22.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "65e69b78-37d8-4a88-b8ac-71893d2f75ef"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ed4ce04e-c176-4bb0-abe1-e9e33d59548a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b7807ea-24b0-4b73-ac78-5269238281c7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Last Round Robin Person (Select Person)",
        "IsSystem": false,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Key": "2d5fa153-0543-46d0-9d51-61ac730e9bfc",
        "Name": "Last Round Robin Person (Select Person)",
        "Description": null,
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": null,
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-08-04T11:18:41.303",
        "ModifiedDateTime": "2023-03-15T02:21:51.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.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "68da4d62-1d68-4044-9947-b854ba6e87de",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Last Round Robin Person (Assign Pastor)",
        "IsSystem": false,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Key": "1ec26111-8f24-4ad4-8258-6270d7ec9fbe",
        "Name": "Last Round Robin Person (Assign Pastor)",
        "Description": null,
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": null,
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-09-25T14:47:30.373",
        "ModifiedDateTime": "2023-03-15T02:21:51.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.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Custom Code Items",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "CustomCodeItems",
        "Name": "Custom Code Items",
        "Description": "",
        "Order": 1157,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-02-27T15:30:38.063",
        "ModifiedDateTime": "2023-03-15T02:21:51.823"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.MatrixFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5b21ace5-106e-4877-a558-bf13ea4bc93b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributematrixtemplate",
        "Value": "12"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9d017116-d8ca-4fa9-be65-21b0a24d794a",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "BEMA Upgrade Additional Flags",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BEMAUpgradeAdditionalFlags",
        "Name": "BEMA Upgrade Additional Flags",
        "Description": "",
        "Order": 1158,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-02-27T15:31:32.78",
        "ModifiedDateTime": "2023-03-15T02:21:51.823"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bc692e9f-6f5c-4121-8d52-259465febe39",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2fb2cc69-af8a-40f6-bdfb-a0de3c051e3b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "repeatColumns",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c5292238-7f21-49e0-b3c3-036659b99996",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "Critical"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "76c1c505-b11f-4757-abb6-2c17211673a0",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "EntryPage",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "EntryPage",
        "Name": "EntryPage",
        "Description": "This attribute is used to programmatically enter the URL of the workflow entry page. Sometimes it is custom, sometimes it is just the generic workflow entry page.",
        "Order": 2008,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2021-09-30T08:49:03.643",
        "ModifiedDateTime": "2023-03-15T02:21:51.823"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.UrlLinkFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "14870faf-3b53-49d6-96b7-c8c1f72772fe",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ShouldAlwaysShowCondensed",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "76c1c505-b11f-4757-abb6-2c17211673a0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2212f7bd-7140-4b42-ac5b-880753979730",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ShouldRequireTrailingForwardSlash",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "76c1c505-b11f-4757-abb6-2c17211673a0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3bc0266c-fcf9-4d19-96ec-d95485073bd7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Workflow Entry Block Title",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BlockTitle",
        "Name": "Workflow Entry Block Title",
        "Description": "A title for the Workflow Entry block",
        "Order": 6557,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-08-03T12:50:57.527",
        "ModifiedDateTime": "2023-03-15T02:21:51.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.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": "616cfbc8-ee04-48e2-8a52-ba2076cd6833",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Financial Scheduled Transaction Id",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "FinancialScheduledTransactionId",
        "Name": "Financial Scheduled Transaction Id",
        "Description": "New scheduled transaction which triggered this workflow",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-10-29T11:12:12.99"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "035c9787-318e-445e-8dab-a81888a72db9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "62465412-ca1a-4426-a066-602a277e6118",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Account Number Masked",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "AccountNumberMasked",
        "Name": "Account Number Masked",
        "Description": "Masked account number associated with recurring transaction",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-10-29T11:12:13.16"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "035c9787-318e-445e-8dab-a81888a72db9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "882e8dfc-4f2b-4fd5-896f-c58f49e6ec66",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "62465412-ca1a-4426-a066-602a277e6118"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0b53a6fd-2ce6-45f1-808e-a6dd3d5cdceb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "62465412-ca1a-4426-a066-602a277e6118"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "96d7d451-4e17-4074-b5d9-62a7690529d9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "62465412-ca1a-4426-a066-602a277e6118"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c3d1cacc-137a-46f4-ac2c-ce346997688b",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Is Recurring Transaction",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "IsRecurringTransaction",
        "Name": "Is Recurring Transaction",
        "Description": "True if this is financial transaction which is not one-time",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-10-29T11:12:13.24"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "035c9787-318e-445e-8dab-a81888a72db9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4fa56b89-f315-4764-a8d2-fcd3fbed86ca",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "BooleanControlType",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c3d1cacc-137a-46f4-ac2c-ce346997688b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "89371950-3f6c-48aa-9ca5-334002156036",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c3d1cacc-137a-46f4-ac2c-ce346997688b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "cb101aef-6e13-4970-8742-25821a4f4606",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c3d1cacc-137a-46f4-ac2c-ce346997688b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1510586-c6c2-4c3e-bc71-125e7b0f5197",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Donor",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Donor",
        "Name": "Donor",
        "Description": "Donor who authorized the recurring gift",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-10-29T11:12:13.3"
      },
      "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": "035c9787-318e-445e-8dab-a81888a72db9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2a48f519-1a90-4ab4-af38-6af7315f9f97",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1510586-c6c2-4c3e-bc71-125e7b0f5197"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d7eaf75d-c9d4-401b-9d24-2ce9a3018d7d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "includeBusinesses",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1510586-c6c2-4c3e-bc71-125e7b0f5197"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8e80e606-da3f-4459-9f4c-69779a651a8b",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Campus Name",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "CampusName",
        "Name": "Campus Name",
        "Description": "Campus name suitable for display",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-10-29T11:12:13.38"
      },
      "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": "035c9787-318e-445e-8dab-a81888a72db9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d2dcb8bb-e86b-42eb-9519-bcdcccc2c5d9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8e80e606-da3f-4459-9f4c-69779a651a8b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "614edeb3-efdf-462e-9c72-eb09459325d5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8e80e606-da3f-4459-9f4c-69779a651a8b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "61a82d97-8aef-4f0a-bb42-656d06260479",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8e80e606-da3f-4459-9f4c-69779a651a8b"
        }
      ]
    }
  ],
  "RootEntities": [
    "035c9787-318e-445e-8dab-a81888a72db9"
  ]
}