{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "54f4eaed-2de2-4db2-80cb-f5b89a5ff37c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Sign Event Document",
        "Description": "Needs provided entity to be registrant, so please launch from the registrant grid or a data view of registrants. Best setup is to launch from a custom grid action.",
        "Order": 0,
        "WorkTerm": "Signature Document",
        "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": 30,
        "IsFormBuilder": false,
        "FormBuilderSettingsJson": null,
        "FormStartDateTime": null,
        "FormEndDateTime": null,
        "WorkflowExpireDateTime": null,
        "IsLoginRequired": false,
        "CreatedDateTime": "2024-04-07T08:34:00.153",
        "ModifiedDateTime": "2024-04-12T14:48:09.247"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Start",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2024-04-07T08:34:00.783",
        "ModifiedDateTime": "2024-04-07T08:34:00.783"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "54f4eaed-2de2-4db2-80cb-f5b89a5ff37c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "069858ef-92f0-474c-8d69-e205de87692f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set AppliesToPerson from Entity",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-07T08:34:00.83"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "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-24T02:11:37.273"
      },
      "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": "de36e3a0-6203-417c-b2ac-7988a6ad9efa",
      "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-04-07T08:34:00.927",
        "ModifiedDateTime": "2024-04-07T08:34:00.927"
      },
      "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": "069858ef-92f0-474c-8d69-e205de87692f"
        }
      ]
    },
    {
      "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-24T02:11:37.273"
      },
      "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-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "951f284f-522b-4cbb-aa62-969e032a7783",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "9624645f-3f1c-4673-9f30-2b6568be3b3b",
        "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-04-07T08:34:00.927",
        "ModifiedDateTime": "2024-04-07T08:34:00.927"
      },
      "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": "069858ef-92f0-474c-8d69-e205de87692f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b524b00c-29cb-49e9-9896-8bb60f209783",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Entity Is Required",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EntityIsRequired",
        "Name": "Entity Is Required",
        "Description": "Should an error be returned if the entity is missing or not a valid entity type?",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "DefaultPersistedTextValue": "Yes",
        "DefaultPersistedHtmlValue": "Yes",
        "DefaultPersistedCondensedTextValue": "Y",
        "DefaultPersistedCondensedHtmlValue": "Y",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:48.463",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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": "7ffeb085-5b69-4edf-ba8a-2917acb33d3e",
      "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-04-07T08:34:00.927",
        "ModifiedDateTime": "2024-04-07T08:34:00.927"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b524b00c-29cb-49e9-9896-8bb60f209783"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "069858ef-92f0-474c-8d69-e205de87692f"
        }
      ]
    },
    {
      "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-24T02:11:37.273"
      },
      "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": "f07f70ca-b418-4957-913e-9fee7b3159df",
      "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-04-07T08:34:00.927",
        "ModifiedDateTime": "2024-04-07T08:34:00.927"
      },
      "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": "069858ef-92f0-474c-8d69-e205de87692f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Lava Template",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "LavaTemplate",
        "Name": "Lava Template",
        "Description": "By default this action will set the attribute value equal to the guid (or id) of the entity that was passed in for processing. If you include a lava template here, the action will instead set the attribute value to the output of this template. The mergefield to use for the entity is 'Entity.' For example, use {{ Entity.Name }} if the entity has a Name property. <span class='tip tip-lava'></span>",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:48.477",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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": "66ecbc34-2177-497c-8dec-974a87202f4b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "69e16d80-7ac6-4427-9dd5-f637680ac157",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Lava"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4174989b-7337-4797-8e86-8323ed6a044f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "be27ea20-edf3-4634-931a-c975a29af10a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Entity.PersonAlias.Guid }}",
        "PersistedTextValue": "{{ Entity.PersonAlias.Guid }}",
        "PersistedHtmlValue": "{{ Entity.PersonAlias.Guid }}",
        "PersistedCondensedTextValue": "{{ Entity.PersonAlias.Guid }}",
        "PersistedCondensedHtmlValue": "{{ Entity.PersonAlias.Guid }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-07T08:34:00.927",
        "ModifiedDateTime": "2024-04-07T08:34:00.927"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "069858ef-92f0-474c-8d69-e205de87692f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "d0bd706e-6d93-48fb-a635-76b9b4c0a6a8",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Show Error",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "9624645f-3f1c-4673-9f30-2b6568be3b3b",
        "CriteriaComparisonType": 32,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-07T08:34:00.83"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ShowHtml"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fbd76c97-3e51-4c0d-a2c1-f57aac9cc1cb",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "HTML",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "HTML",
        "Name": "HTML",
        "Description": "The HTML to show. <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:48.4",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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.ShowHtml"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b639f154-d8b4-48ad-9ee9-407590f7c8d7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fbd76c97-3e51-4c0d-a2c1-f57aac9cc1cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a6901222-5a6e-46ea-97ac-4b0441c1ac51",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Html"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fbd76c97-3e51-4c0d-a2c1-f57aac9cc1cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7c83b8f5-aef6-46b5-be92-114c65ed5c93",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fbd76c97-3e51-4c0d-a2c1-f57aac9cc1cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7eda7059-d087-4048-87cf-38127ae3ce52",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "PersistedTextValue": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "PersistedHtmlValue": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "PersistedCondensedTextValue": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "PersistedCondensedHtmlValue": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-07T08:34:01.067",
        "ModifiedDateTime": "2024-04-07T08:34:01.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fbd76c97-3e51-4c0d-a2c1-f57aac9cc1cb"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d0bd706e-6d93-48fb-a635-76b9b4c0a6a8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "684d2caa-4093-4ec6-8f5f-9fc84f545da2",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:48.43",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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.ShowHtml"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a90e1fbf-8207-4787-9e40-e5bda4eed6d3",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:48.43",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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.ShowHtml"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "585aa37d-8ad5-4625-ae88-d577dcdedcd4",
      "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-04-07T08:34:01.067",
        "ModifiedDateTime": "2024-04-07T08:34:01.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a90e1fbf-8207-4787-9e40-e5bda4eed6d3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d0bd706e-6d93-48fb-a635-76b9b4c0a6a8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "66cc5749-349d-4868-b641-3d234881a414",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Hide Status Message",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "HideStatusMessage",
        "Name": "Hide Status Message",
        "Description": "Whether or not to hide the built-in status message.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:48.417",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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.ShowHtml"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e94bca7c-4ea5-4e2f-8313-6239b9b10194",
      "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-04-07T08:34:01.067",
        "ModifiedDateTime": "2024-04-07T08:34:01.067"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "66cc5749-349d-4868-b641-3d234881a414"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "d0bd706e-6d93-48fb-a635-76b9b4c0a6a8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "75c7c198-60e8-4a6d-8073-63c7a530a47b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Complete Workflow",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "9624645f-3f1c-4673-9f30-2b6568be3b3b",
        "CriteriaComparisonType": 32,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-07T08:34:00.83"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "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-24T02:11:37.273"
      },
      "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": "fd1618cf-bd31-43ac-b8ee-44a83ac9eb15",
      "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-04-07T08:34:01.223",
        "ModifiedDateTime": "2024-04-07T08:34:01.223"
      },
      "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": "75c7c198-60e8-4a6d-8073-63c7a530a47b"
        }
      ]
    },
    {
      "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-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "385a255b-9f48-4625-862b-26231dbac53a",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Status|Status Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Status",
        "Name": "Status|Status Attribute",
        "Description": "The status to set the workflow to when marking the workflow complete. <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "Completed",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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": "fc4f2c51-e6fb-4744-921c-cd4b4771b831",
      "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-04-07T08:34:01.223",
        "ModifiedDateTime": "2024-04-07T08:34:01.223"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "385a255b-9f48-4625-862b-26231dbac53a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "75c7c198-60e8-4a6d-8073-63c7a530a47b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "16ba0027-7c43-4fd2-88a7-4f41b30f6476",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Registrar Person from Entity",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-07T08:34:00.83"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b9cd4fe6-c922-49bf-a4e9-18b43e05ef29",
      "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-04-07T08:34:01.317",
        "ModifiedDateTime": "2024-04-07T08:34:01.317"
      },
      "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": "16ba0027-7c43-4fd2-88a7-4f41b30f6476"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c88f3437-4d8a-4fbf-8ae5-2f1d531ed398",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "2cded4f1-6b79-413f-8945-f03d299d7e26",
        "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-04-07T08:34:01.317",
        "ModifiedDateTime": "2024-04-07T08:34:01.317"
      },
      "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": "16ba0027-7c43-4fd2-88a7-4f41b30f6476"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "10d73865-93da-440f-9bff-706d676fa99b",
      "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-04-07T08:34:01.317",
        "ModifiedDateTime": "2024-04-07T08:34:01.317"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b524b00c-29cb-49e9-9896-8bb60f209783"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "16ba0027-7c43-4fd2-88a7-4f41b30f6476"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "65226d8c-daf3-4733-b53a-dd458456fe66",
      "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-04-07T08:34:01.317",
        "ModifiedDateTime": "2024-04-07T08:34:01.317"
      },
      "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": "16ba0027-7c43-4fd2-88a7-4f41b30f6476"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1e4bf083-27b6-41c2-90eb-dd627dd44a68",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Entity.Registration.PersonAlias.Guid }}",
        "PersistedTextValue": "{{ Entity.Registration.PersonAlias.Guid }}",
        "PersistedHtmlValue": "{{ Entity.Registration.PersonAlias.Guid }}",
        "PersistedCondensedTextValue": "{{ Entity.Registration.PersonAlias.Guid }}",
        "PersistedCondensedHtmlValue": "{{ Entity.Registration.PersonAlias.Guid }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-07T08:34:01.317",
        "ModifiedDateTime": "2024-04-07T08:34:01.317"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "16ba0027-7c43-4fd2-88a7-4f41b30f6476"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "a6f0804b-505c-4dd1-be29-8ad6895d632b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Registrant Id from Entity",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-07T08:34:00.83"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "eafe9917-642e-4fda-8580-562576ed60e1",
      "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-04-07T08:34:01.45",
        "ModifiedDateTime": "2024-04-07T08:34:01.45"
      },
      "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": "a6f0804b-505c-4dd1-be29-8ad6895d632b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "64717256-961e-43a2-9773-c932a5a6ab65",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "45c00b21-24fb-4a61-9ac3-93dd31a6893c",
        "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-04-07T08:34:01.45",
        "ModifiedDateTime": "2024-04-07T08:34:01.45"
      },
      "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": "a6f0804b-505c-4dd1-be29-8ad6895d632b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2214ce49-fa23-4fde-8da6-24efaa0d1c2b",
      "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-04-07T08:34:01.45",
        "ModifiedDateTime": "2024-04-07T08:34:01.45"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b524b00c-29cb-49e9-9896-8bb60f209783"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a6f0804b-505c-4dd1-be29-8ad6895d632b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8c0c6355-e39b-47ed-88fd-eeb970ec2297",
      "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-04-07T08:34:01.45",
        "ModifiedDateTime": "2024-04-07T08:34:01.45"
      },
      "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": "a6f0804b-505c-4dd1-be29-8ad6895d632b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "3282ad91-9ea5-4d23-a8f0-67ae3e25cc4f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Instance from Entity",
        "Order": 8,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-10T16:04:04.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeFromEntity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d0f1a394-ce79-4b02-ba4d-aa9413c79fa8",
      "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-04-07T08:34:01.56",
        "ModifiedDateTime": "2024-04-07T08:34:01.56"
      },
      "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": "3282ad91-9ea5-4d23-a8f0-67ae3e25cc4f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "31f67f9f-e53a-4e50-a839-4835c7d9c752",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "dd898a8f-3cfd-4e87-abc4-4a0bde2fe68d",
        "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-04-07T08:34:01.56",
        "ModifiedDateTime": "2024-04-07T08:34:01.56"
      },
      "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": "3282ad91-9ea5-4d23-a8f0-67ae3e25cc4f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f500fd8b-75bf-4542-bf21-c06bd9ad2a57",
      "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-04-07T08:34:01.56",
        "ModifiedDateTime": "2024-04-07T08:34:01.56"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b524b00c-29cb-49e9-9896-8bb60f209783"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3282ad91-9ea5-4d23-a8f0-67ae3e25cc4f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ccea57c0-b6a0-4e18-ba97-efee29426f2a",
      "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-04-07T08:34:01.56",
        "ModifiedDateTime": "2024-04-07T08:34:01.56"
      },
      "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": "3282ad91-9ea5-4d23-a8f0-67ae3e25cc4f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "539d0ef7-a9f9-4b59-86c2-2c9018af023f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Entity.Registration.RegistrationInstance.Guid }}",
        "PersistedTextValue": "{{ Entity.Registration.RegistrationInstance.Guid }}",
        "PersistedHtmlValue": "{{ Entity.Registration.RegistrationInstance.Guid }}",
        "PersistedCondensedTextValue": "{{ Entity.Registration.RegistrationInstance.Guid }}",
        "PersistedCondensedHtmlValue": "{{ Entity.Registration.RegistrationInstance.Guid }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-07T08:34:01.56",
        "ModifiedDateTime": "2024-04-07T08:34:01.56"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d79fc31-d0ed-4db0-ab7d-60f4f98a1199"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3282ad91-9ea5-4d23-a8f0-67ae3e25cc4f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "1e839bb9-ed96-4ef6-9b42-bba6053f906c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Signature Document Template",
        "Order": 9,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-10T16:04:04.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "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-24T02:11:37.273"
      },
      "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": "9a776bf9-4e5f-4654-8ef9-79cfe8cfd5e9",
      "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": "8e3f4dd5-958a-4c62-934b-7bae93fb2841",
      "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": "dba1e8f7-c504-40f4-8d15-665e75eab148",
      "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": "5b471cb8-4b27-4570-b687-187afe41a9b4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign instanceId = Workflow | Attribute:'Instance','Object' %}\n{{ instanceId.RegistrationTemplate.RequiredSignatureDocumentTemplate.Guid }}",
        "PersistedTextValue": "{% assign instanceId = Workflow | Attribute:'Instance','Object' %}\n{{ instanceId.RegistrationTemplate.RequiredSignatureDocumentTemplate.Guid }}",
        "PersistedHtmlValue": "{% assign instanceId = Workflow | Attribute:&#39;Instance&#39;,&#39;Object&#39; %}\n{{ instanceId.RegistrationTemplate.RequiredSignatureDocumentTemplate.Guid }}",
        "PersistedCondensedTextValue": "{% assign instanceId = Workflow | Attribute:'Instance','Object' %}\n{{...",
        "PersistedCondensedHtmlValue": "{% assign instanceId = Workflow | Attribute:&#39;Instance&#39;,&#39;Object&#39; %}\n{{...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-07T08:34:01.703",
        "ModifiedDateTime": "2024-04-07T08:41:08.613"
      },
      "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": "1e839bb9-ed96-4ef6-9b42-bba6053f906c"
        }
      ]
    },
    {
      "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-24T02:11:37.273"
      },
      "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": "1070e290-b342-420e-bd68-f0d95035197b",
      "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-04-07T08:34:01.703",
        "ModifiedDateTime": "2024-04-07T08:34:01.703"
      },
      "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": "1e839bb9-ed96-4ef6-9b42-bba6053f906c"
        }
      ]
    },
    {
      "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-24T02:11:37.273"
      },
      "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-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "009e24f3-2b47-4f7d-a719-603917954f65",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "6069f03a-3a5a-4285-bfe8-26a8acdeb072",
        "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-04-07T08:34:01.703",
        "ModifiedDateTime": "2024-04-07T08:34:01.703"
      },
      "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": "1e839bb9-ed96-4ef6-9b42-bba6053f906c"
        }
      ]
    },
    {
      "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-24T02:11:37.273"
      },
      "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.WorkflowActionType",
      "Guid": "c300757c-7e90-4e10-9f73-1a91a256c24d",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Workflow Persist",
        "Order": 10,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-10T16:04:04.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.PersistWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "50b01639-4938-40d2-a791-aa0eb4f86847",
      "GenerateNewGuid": false,
      "Properties": {
        "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-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.PersistWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "461830c1-92a1-4247-b7f8-6978ecf76e33",
      "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-04-07T08:34:01.81",
        "ModifiedDateTime": "2024-04-07T08:34:01.81"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "50b01639-4938-40d2-a791-aa0eb4f86847"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "c300757c-7e90-4e10-9f73-1a91a256c24d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "86f795b0-0cb6-4da4-9ce4-b11d0922f361",
      "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-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.PersistWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "82744a46-0110-4728-bd3d-66c85c5fcb2f",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Persist Immediately",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "PersistImmediately",
        "Name": "Persist Immediately",
        "Description": "This action will normally cause the workflow to be persisted (saved) once all the current activities/actions have completed processing. Set this flag to true, if the workflow should be persisted immediately. This is only required if a subsequent action needs a persisted workflow with a valid id.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.PersistWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "77cca34e-13e4-4bdc-bd3d-d0682a4ad00a",
      "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-04-07T08:34:01.81",
        "ModifiedDateTime": "2024-04-07T08:34:01.81"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "82744a46-0110-4728-bd3d-66c85c5fcb2f"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "c300757c-7e90-4e10-9f73-1a91a256c24d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "b23f9986-81ec-4279-9a93-a609ce82c2e0",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Email Content",
        "Order": 11,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-10T16:04:04.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7a23534b-ec04-44c5-ac8d-122817b88aab",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "<h1>Signature Document Request</h1>\n<p>\n    Please sign the document attached to finish registering {{ Workflow | Attribute:'AppliesToPerson','FullName' }} for {{ Workflow | Attribute:'Instance','Name' }}.\n</p>\n<a href=\"{{ 'Global' | Attribute:'PublicApplicationRoot' }}signature?WorkflowId={{ Workflow.Id }}&WorkflowTypeId={{ Workflow.WorkflowTypeId }}\" target=\"_blank\" style=\"border: solid 1px #3498db; border-radius: 5px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; margin: 0; padding: 12px 25px; text-decoration: none; text-transform: capitalize; background-color: #3498db; border-color: #3498db; color: #ffffff;\">Sign Document</a>",
        "PersistedTextValue": "<h1>Signature Document Request</h1>\n<p>\n    Please sign the document attached to finish registering {{ Workflow | Attribute:'AppliesToPerson','FullName' }} for {{ Workflow | Attribute:'Instance','Name' }}.\n</p>\n<a href=\"{{ 'Global' | Attribute:'PublicApplicationRoot' }}signature?WorkflowId={{ Workflow.Id }}&WorkflowTypeId={{ Workflow.WorkflowTypeId }}\" target=\"_blank\" style=\"border: solid 1px #3498db; border-radius: 5px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; margin: 0; padding: 12px 25px; text-decoration: none; text-transform: capitalize; background-color: #3498db; border-color: #3498db; color: #ffffff;\">Sign Document</a>",
        "PersistedHtmlValue": "&lt;h1&gt;Signature Document Request&lt;/h1&gt;\n&lt;p&gt;\n    Please sign the document attached to finish registering {{ Workflow | Attribute:&#39;AppliesToPerson&#39;,&#39;FullName&#39; }} for {{ Workflow | Attribute:&#39;Instance&#39;,&#39;Name&#39; }}.\n&lt;/p&gt;\n&lt;a href=&quot;{{ &#39;Global&#39; | Attribute:&#39;PublicApplicationRoot&#39; }}signature?WorkflowId={{ Workflow.Id }}&amp;WorkflowTypeId={{ Workflow.WorkflowTypeId }}&quot; target=&quot;_blank&quot; style=&quot;border: solid 1px #3498db; border-radius: 5px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; margin: 0; padding: 12px 25px; text-decoration: none; text-transform: capitalize; background-color: #3498db; border-color: #3498db; color: #ffffff;&quot;&gt;Sign Document&lt;/a&gt;",
        "PersistedCondensedTextValue": "<h1>Signature Document Request</h1>\n<p>\n    Please sign the document attached to finish...",
        "PersistedCondensedHtmlValue": "&lt;h1&gt;Signature Document Request&lt;/h1&gt;\n&lt;p&gt;\n    Please sign the document attached to finish...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-07T08:34:01.903",
        "ModifiedDateTime": "2024-04-07T08:34:01.903"
      },
      "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": "b23f9986-81ec-4279-9a93-a609ce82c2e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bab4721b-de01-465b-b906-c7b26cd5342e",
      "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-04-07T08:34:01.903",
        "ModifiedDateTime": "2024-04-07T08:34:01.903"
      },
      "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": "b23f9986-81ec-4279-9a93-a609ce82c2e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "46ccdd4d-479d-4804-ad14-f9d42ab9bc23",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "b6677092-a502-497e-9903-431f3218903d",
        "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-04-07T08:34:01.903",
        "ModifiedDateTime": "2024-04-07T08:34:01.903"
      },
      "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": "b23f9986-81ec-4279-9a93-a609ce82c2e0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "198e532d-41ee-40ef-bce7-7e89d595223d",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Email Send",
        "Order": 12,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-10T16:04:04.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "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-24T02:11:37.273"
      },
      "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": "0a19f537-d521-4665-9c87-aaf5e8f6d385",
      "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-04-07T08:34:01.997",
        "ModifiedDateTime": "2024-04-07T08:34:01.997"
      },
      "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": "198e532d-41ee-40ef-bce7-7e89d595223d"
        }
      ]
    },
    {
      "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-24T02:11:37.273"
      },
      "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": "c905f65f-a8ad-4321-8960-5efbecb1d1ac",
      "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-21T18:08:28.147",
        "ModifiedDateTime": "2023-03-24T01:48:20.813"
      },
      "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": "aeac040c-026a-49d0-9d28-45cbdf386cad",
      "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": "c905f65f-a8ad-4321-8960-5efbecb1d1ac"
        }
      ]
    },
    {
      "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-24T02:11:37.273"
      },
      "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": "803bc2f0-c52b-45bb-981e-4a1f48928b09",
      "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.Attribute",
      "Guid": "7f0e4d60-d930-4644-9dd3-dbb902d3d7af",
      "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-08-01T17:23:11.517",
        "ModifiedDateTime": "2023-03-24T02:11:37.337"
      },
      "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": "77e77fb5-97bf-4366-acb2-8a502edb84cd",
      "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": "7f0e4d60-d930-4644-9dd3-dbb902d3d7af"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "55f995d5-e55a-4acf-9c77-dd542a203245",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Workflow | Attribute:'Instance','ContactEmail' }}",
        "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-04-07T08:34:01.997",
        "ModifiedDateTime": "2024-04-07T08:34:01.997"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7f0e4d60-d930-4644-9dd3-dbb902d3d7af"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "198e532d-41ee-40ef-bce7-7e89d595223d"
        }
      ]
    },
    {
      "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-24T02:11:37.273"
      },
      "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": "6107b46b-7c92-4091-8afc-68d41adfd0cc",
      "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": "bbe9e34b-f762-427c-aa47-939255fa3fd4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "2cded4f1-6b79-413f-8945-f03d299d7e26",
        "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-04-07T08:34:01.997",
        "ModifiedDateTime": "2024-04-07T08:34:01.997"
      },
      "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": "198e532d-41ee-40ef-bce7-7e89d595223d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e3667110-339f-4fe3-b6b7-084cf9633580",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Send to Group Role",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "GroupRole",
        "Name": "Send to Group Role",
        "Description": "An optional Group Role attribute to limit recipients to if the 'Send to Email Addresses' is a group or security role.",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5dbdd9e5-fc5a-44a1-b113-065c1f06ca3a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.GroupRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e3667110-339f-4fe3-b6b7-084cf9633580"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Subject",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Subject",
        "Name": "Subject",
        "Description": "The subject that should be used when sending email. <span class='tip tip-lava'></span>",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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": "b48c96ea-89cd-4468-94f6-12cd6442e142",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Complete Registration {{ Workflow | Attribute:'Instance','Name' }}",
        "PersistedTextValue": "Complete Registration {{ Workflow | Attribute:'Instance','Name' }}",
        "PersistedHtmlValue": "Complete Registration {{ Workflow | Attribute:&#39;Instance&#39;,&#39;Name&#39; }}",
        "PersistedCondensedTextValue": "Complete Registration {{ Workflow | Attribute:'Instance','Name' }}",
        "PersistedCondensedHtmlValue": "Complete Registration {{ Workflow | Attribute:&#39;Instance&#39;,&#39;Name&#39; }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-07T08:34:01.997",
        "ModifiedDateTime": "2024-04-07T08:34:01.997"
      },
      "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": "198e532d-41ee-40ef-bce7-7e89d595223d"
        }
      ]
    },
    {
      "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-24T02:11:37.273"
      },
      "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": "4dae3713-363c-449e-80af-8b6c8664aa87",
      "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": "31786da1-b6c5-47ad-9d1d-67dafe6ccda1",
      "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": "dfe0e946-3200-4993-bb36-003d92586dfd",
      "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": "9bef87e3-b4b7-4067-8b0f-288d83dce287",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "<!DOCTYPE html>\n<html>\n\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <title>{{ Workflow | Attribute:'AppliesToPerson','FullName' }} Signature Document Request</title>\n    <style>\n        @media only screen and (max-width: 620px) {\n            table.body h1 {\n                font-size: 28px !important;\n                margin-bottom: 10px !important;\n            }\n\n            table.body p,\n            table.body ul,\n            table.body ol,\n            table.body td,\n            table.body span,\n            table.body a {\n                font-size: 16px !important;\n            }\n\n            table.body .wrapper,\n            table.body .article {\n                padding: 10px !important;\n            }\n\n            table.body .content {\n                padding: 0 !important;\n            }\n\n            table.body .container {\n                padding: 0 !important;\n                width: 100% !important;\n            }\n\n            table.body .main {\n                border-left-width: 0 !important;\n                border-radius: 0 !important;\n                border-right-width: 0 !important;\n            }\n\n            table.body .btn table {\n                width: 100% !important;\n            }\n\n            table.body .btn a {\n                width: 100% !important;\n            }\n\n            table.body .img-responsive {\n                height: auto !important;\n                max-width: 100% !important;\n                width: auto !important;\n            }\n        }\n\n        @media all {\n            .ExternalClass {\n                width: 100%;\n            }\n\n            .ExternalClass,\n            .ExternalClass p,\n            .ExternalClass span,\n            .ExternalClass font,\n            .ExternalClass td,\n            .ExternalClass div {\n                line-height: 100%;\n            }\n\n            .apple-link a {\n                color: inherit !important;\n                font-family: inherit !important;\n                font-size: inherit !important;\n                font-weight: inherit !important;\n                line-height: inherit !important;\n                text-decoration: none !important;\n            }\n\n            #MessageViewBody a {\n                color: inherit;\n                text-decoration: none;\n                font-size: inherit;\n                font-family: inherit;\n                font-weight: inherit;\n                line-height: inherit;\n            }\n\n            .btn-primary table td:hover {\n                background-color: #34495e !important;\n            }\n\n            .btn-primary a:hover {\n                background-color: #34495e !important;\n                border-color: #34495e !important;\n            }\n        }\n\n    </style>\n</head>\n\n<body style=\"\n      background-color: #f6f6f6;\n      font-family: sans-serif;\n      -webkit-font-smoothing: antialiased;\n      font-size: 14px;\n      line-height: 1.4;\n      margin: 0;\n      padding: 0;\n      -ms-text-size-adjust: 100%;\n      -webkit-text-size-adjust: 100%;\n    \">\n    <span class=\"preheader\" style=\"\n        color: transparent;\n        display: none;\n        height: 0;\n        max-height: 0;\n        max-width: 0;\n        opacity: 0;\n        overflow: hidden;\n        mso-hide: all;\n        visibility: hidden;\n        width: 0;\n      \">{{ Workflow | Attribute:'AppliesToPerson','FullName' }} Signature Document Request</span>\n    <table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"body\" style=\"\n        border-collapse: separate;\n        mso-table-lspace: 0pt;\n        mso-table-rspace: 0pt;\n        background-color: #f6f6f6;\n        width: 100%;\n      \" width=\"100%\" bgcolor=\"#f6f6f6\">\n        <tr>\n            <td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top\" valign=\"top\">\n                &nbsp;\n            </td>\n            <td class=\"container\" style=\"\n            font-family: sans-serif;\n            font-size: 14px;\n            vertical-align: top;\n            display: block;\n            max-width: 580px;\n            padding: 10px;\n            width: 580px;\n            margin: 0 auto;\n          \" width=\"580\" valign=\"top\">\n                <div class=\"content\" style=\"\n              box-sizing: border-box;\n              display: block;\n              margin: 0 auto;\n              max-width: 580px;\n              padding: 10px;\n            \">\n                    <!-- START CENTERED WHITE CONTAINER -->\n                    <table role=\"presentation\" class=\"main\" style=\"\n                border-collapse: separate;\n                mso-table-lspace: 0pt;\n                mso-table-rspace: 0pt;\n                background: #ffffff;\n                border-radius: 3px;\n                width: 100%;\n              \" width=\"100%\">\n                        <!-- START MAIN CONTENT AREA -->\n                        <tr>\n                            <td class=\"wrapper\" style=\"\n                    font-family: sans-serif;\n                    font-size: 14px;\n                    vertical-align: top;\n                    box-sizing: border-box;\n                    padding: 20px;\n                  \" valign=\"top\">\n                                <table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"\n                      border-collapse: separate;\n                      mso-table-lspace: 0pt;\n                      mso-table-rspace: 0pt;\n                      width: 100%;\n                    \" width=\"100%\">\n                                    <tr>\n                                        <td style=\"\n                          font-family: sans-serif;\n                          font-size: 14px;\n                          vertical-align: top;\n                        \" valign=\"top\">\n                                            {{ Workflow | Attribute:'Content' }}\n                                        </td>\n                                    </tr>\n                                </table>\n                            </td>\n                        </tr>\n\n                        <!-- END MAIN CONTENT AREA -->\n                    </table>\n                    <!-- END CENTERED WHITE CONTAINER -->\n\n                    <!-- START FOOTER -->\n                    {{ 'Global' | Attribute:'EmailFooter' }}\n                    <!-- END FOOTER -->\n                </div>\n            </td>\n        </tr>\n    </table>\n</body>\n\n</html>",
        "PersistedTextValue": "<!DOCTYPE html>\n<html>\n\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <title>{{ Workflow | Attribute:'AppliesToPerson','FullName' }} Signature Document Request</title>\n    <style>\n        @media only screen and (max-width: 620px) {\n            table.body h1 {\n                font-size: 28px !important;\n                margin-bottom: 10px !important;\n            }\n\n            table.body p,\n            table.body ul,\n            table.body ol,\n            table.body td,\n            table.body span,\n            table.body a {\n                font-size: 16px !important;\n            }\n\n            table.body .wrapper,\n            table.body .article {\n                padding: 10px !important;\n            }\n\n            table.body .content {\n                padding: 0 !important;\n            }\n\n            table.body .container {\n                padding: 0 !important;\n                width: 100% !important;\n            }\n\n            table.body .main {\n                border-left-width: 0 !important;\n                border-radius: 0 !important;\n                border-right-width: 0 !important;\n            }\n\n            table.body .btn table {\n                width: 100% !important;\n            }\n\n            table.body .btn a {\n                width: 100% !important;\n            }\n\n            table.body .img-responsive {\n                height: auto !important;\n                max-width: 100% !important;\n                width: auto !important;\n            }\n        }\n\n        @media all {\n            .ExternalClass {\n                width: 100%;\n            }\n\n            .ExternalClass,\n            .ExternalClass p,\n            .ExternalClass span,\n            .ExternalClass font,\n            .ExternalClass td,\n            .ExternalClass div {\n                line-height: 100%;\n            }\n\n            .apple-link a {\n                color: inherit !important;\n                font-family: inherit !important;\n                font-size: inherit !important;\n                font-weight: inherit !important;\n                line-height: inherit !important;\n                text-decoration: none !important;\n            }\n\n            #MessageViewBody a {\n                color: inherit;\n                text-decoration: none;\n                font-size: inherit;\n                font-family: inherit;\n                font-weight: inherit;\n                line-height: inherit;\n            }\n\n            .btn-primary table td:hover {\n                background-color: #34495e !important;\n            }\n\n            .btn-primary a:hover {\n                background-color: #34495e !important;\n                border-color: #34495e !important;\n            }\n        }\n\n    </style>\n</head>\n\n<body style=\"\n      background-color: #f6f6f6;\n      font-family: sans-serif;\n      -webkit-font-smoothing: antialiased;\n      font-size: 14px;\n      line-height: 1.4;\n      margin: 0;\n      padding: 0;\n      -ms-text-size-adjust: 100%;\n      -webkit-text-size-adjust: 100%;\n    \">\n    <span class=\"preheader\" style=\"\n        color: transparent;\n        display: none;\n        height: 0;\n        max-height: 0;\n        max-width: 0;\n        opacity: 0;\n        overflow: hidden;\n        mso-hide: all;\n        visibility: hidden;\n        width: 0;\n      \">{{ Workflow | Attribute:'AppliesToPerson','FullName' }} Signature Document Request</span>\n    <table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"body\" style=\"\n        border-collapse: separate;\n        mso-table-lspace: 0pt;\n        mso-table-rspace: 0pt;\n        background-color: #f6f6f6;\n        width: 100%;\n      \" width=\"100%\" bgcolor=\"#f6f6f6\">\n        <tr>\n            <td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top\" valign=\"top\">\n                &nbsp;\n            </td>\n            <td class=\"container\" style=\"\n            font-family: sans-serif;\n            font-size: 14px;\n            vertical-align: top;\n            display: block;\n            max-width: 580px;\n            padding: 10px;\n            width: 580px;\n            margin: 0 auto;\n          \" width=\"580\" valign=\"top\">\n                <div class=\"content\" style=\"\n              box-sizing: border-box;\n              display: block;\n              margin: 0 auto;\n              max-width: 580px;\n              padding: 10px;\n            \">\n                    <!-- START CENTERED WHITE CONTAINER -->\n                    <table role=\"presentation\" class=\"main\" style=\"\n                border-collapse: separate;\n                mso-table-lspace: 0pt;\n                mso-table-rspace: 0pt;\n                background: #ffffff;\n                border-radius: 3px;\n                width: 100%;\n              \" width=\"100%\">\n                        <!-- START MAIN CONTENT AREA -->\n                        <tr>\n                            <td class=\"wrapper\" style=\"\n                    font-family: sans-serif;\n                    font-size: 14px;\n                    vertical-align: top;\n                    box-sizing: border-box;\n                    padding: 20px;\n                  \" valign=\"top\">\n                                <table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"\n                      border-collapse: separate;\n                      mso-table-lspace: 0pt;\n                      mso-table-rspace: 0pt;\n                      width: 100%;\n                    \" width=\"100%\">\n                                    <tr>\n                                        <td style=\"\n                          font-family: sans-serif;\n                          font-size: 14px;\n                          vertical-align: top;\n                        \" valign=\"top\">\n                                            {{ Workflow | Attribute:'Content' }}\n                                        </td>\n                                    </tr>\n                                </table>\n                            </td>\n                        </tr>\n\n                        <!-- END MAIN CONTENT AREA -->\n                    </table>\n                    <!-- END CENTERED WHITE CONTAINER -->\n\n                    <!-- START FOOTER -->\n                    {{ 'Global' | Attribute:'EmailFooter' }}\n                    <!-- END FOOTER -->\n                </div>\n            </td>\n        </tr>\n    </table>\n</body>\n\n</html>",
        "PersistedHtmlValue": "&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n\n&lt;head&gt;\n    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /&gt;\n    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;\n    &lt;title&gt;{{ Workflow | Attribute:&#39;AppliesToPerson&#39;,&#39;FullName&#39; }} Signature Document Request&lt;/title&gt;\n    &lt;style&gt;\n        @media only screen and (max-width: 620px) {\n            table.body h1 {\n                font-size: 28px !important;\n                margin-bottom: 10px !important;\n            }\n\n            table.body p,\n            table.body ul,\n            table.body ol,\n            table.body td,\n            table.body span,\n            table.body a {\n                font-size: 16px !important;\n            }\n\n            table.body .wrapper,\n            table.body .article {\n                padding: 10px !important;\n            }\n\n            table.body .content {\n                padding: 0 !important;\n            }\n\n            table.body .container {\n                padding: 0 !important;\n                width: 100% !important;\n            }\n\n            table.body .main {\n                border-left-width: 0 !important;\n                border-radius: 0 !important;\n                border-right-width: 0 !important;\n            }\n\n            table.body .btn table {\n                width: 100% !important;\n            }\n\n            table.body .btn a {\n                width: 100% !important;\n            }\n\n            table.body .img-responsive {\n                height: auto !important;\n                max-width: 100% !important;\n                width: auto !important;\n            }\n        }\n\n        @media all {\n            .ExternalClass {\n                width: 100%;\n            }\n\n            .ExternalClass,\n            .ExternalClass p,\n            .ExternalClass span,\n            .ExternalClass font,\n            .ExternalClass td,\n            .ExternalClass div {\n                line-height: 100%;\n            }\n\n            .apple-link a {\n                color: inherit !important;\n                font-family: inherit !important;\n                font-size: inherit !important;\n                font-weight: inherit !important;\n                line-height: inherit !important;\n                text-decoration: none !important;\n            }\n\n            #MessageViewBody a {\n                color: inherit;\n                text-decoration: none;\n                font-size: inherit;\n                font-family: inherit;\n                font-weight: inherit;\n                line-height: inherit;\n            }\n\n            .btn-primary table td:hover {\n                background-color: #34495e !important;\n            }\n\n            .btn-primary a:hover {\n                background-color: #34495e !important;\n                border-color: #34495e !important;\n            }\n        }\n\n    &lt;/style&gt;\n&lt;/head&gt;\n\n&lt;body style=&quot;\n      background-color: #f6f6f6;\n      font-family: sans-serif;\n      -webkit-font-smoothing: antialiased;\n      font-size: 14px;\n      line-height: 1.4;\n      margin: 0;\n      padding: 0;\n      -ms-text-size-adjust: 100%;\n      -webkit-text-size-adjust: 100%;\n    &quot;&gt;\n    &lt;span class=&quot;preheader&quot; style=&quot;\n        color: transparent;\n        display: none;\n        height: 0;\n        max-height: 0;\n        max-width: 0;\n        opacity: 0;\n        overflow: hidden;\n        mso-hide: all;\n        visibility: hidden;\n        width: 0;\n      &quot;&gt;{{ Workflow | Attribute:&#39;AppliesToPerson&#39;,&#39;FullName&#39; }} Signature Document Request&lt;/span&gt;\n    &lt;table role=&quot;presentation&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;body&quot; style=&quot;\n        border-collapse: separate;\n        mso-table-lspace: 0pt;\n        mso-table-rspace: 0pt;\n        background-color: #f6f6f6;\n        width: 100%;\n      &quot; width=&quot;100%&quot; bgcolor=&quot;#f6f6f6&quot;&gt;\n        &lt;tr&gt;\n            &lt;td style=&quot;font-family: sans-serif; font-size: 14px; vertical-align: top&quot; valign=&quot;top&quot;&gt;\n                &amp;nbsp;\n            &lt;/td&gt;\n            &lt;td class=&quot;container&quot; style=&quot;\n            font-family: sans-serif;\n            font-size: 14px;\n            vertical-align: top;\n            display: block;\n            max-width: 580px;\n            padding: 10px;\n            width: 580px;\n            margin: 0 auto;\n          &quot; width=&quot;580&quot; valign=&quot;top&quot;&gt;\n                &lt;div class=&quot;content&quot; style=&quot;\n              box-sizing: border-box;\n              display: block;\n              margin: 0 auto;\n              max-width: 580px;\n              padding: 10px;\n            &quot;&gt;\n                    &lt;!-- START CENTERED WHITE CONTAINER --&gt;\n                    &lt;table role=&quot;presentation&quot; class=&quot;main&quot; style=&quot;\n                border-collapse: separate;\n                mso-table-lspace: 0pt;\n                mso-table-rspace: 0pt;\n                background: #ffffff;\n                border-radius: 3px;\n                width: 100%;\n              &quot; width=&quot;100%&quot;&gt;\n                        &lt;!-- START MAIN CONTENT AREA --&gt;\n                        &lt;tr&gt;\n                            &lt;td class=&quot;wrapper&quot; style=&quot;\n                    font-family: sans-serif;\n                    font-size: 14px;\n                    vertical-align: top;\n                    box-sizing: border-box;\n                    padding: 20px;\n                  &quot; valign=&quot;top&quot;&gt;\n                                &lt;table role=&quot;presentation&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;\n                      border-collapse: separate;\n                      mso-table-lspace: 0pt;\n                      mso-table-rspace: 0pt;\n                      width: 100%;\n                    &quot; width=&quot;100%&quot;&gt;\n                                    &lt;tr&gt;\n                                        &lt;td style=&quot;\n                          font-family: sans-serif;\n                          font-size: 14px;\n                          vertical-align: top;\n                        &quot; valign=&quot;top&quot;&gt;\n                                            {{ Workflow | Attribute:&#39;Content&#39; }}\n                                        &lt;/td&gt;\n                                    &lt;/tr&gt;\n                                &lt;/table&gt;\n                            &lt;/td&gt;\n                        &lt;/tr&gt;\n\n                        &lt;!-- END MAIN CONTENT AREA --&gt;\n                    &lt;/table&gt;\n                    &lt;!-- END CENTERED WHITE CONTAINER --&gt;\n\n                    &lt;!-- START FOOTER --&gt;\n                    {{ &#39;Global&#39; | Attribute:&#39;EmailFooter&#39; }}\n                    &lt;!-- END FOOTER --&gt;\n                &lt;/div&gt;\n            &lt;/td&gt;\n        &lt;/tr&gt;\n    &lt;/table&gt;\n&lt;/body&gt;\n\n&lt;/html&gt;",
        "PersistedCondensedTextValue": "<!DOCTYPE html>\n<html>\n\n<head>\n    <meta name=\"viewport\" content=\"width=device-width,...",
        "PersistedCondensedHtmlValue": "&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n\n&lt;head&gt;\n    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-07T08:34:01.997",
        "ModifiedDateTime": "2024-04-07T08:34:01.997"
      },
      "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": "198e532d-41ee-40ef-bce7-7e89d595223d"
        }
      ]
    },
    {
      "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-24T02:11:37.29"
      },
      "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": "e49da35f-7813-4958-9884-2a02c94e095a",
      "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-24T02:11:37.29"
      },
      "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": "9155e862-b75c-4e9b-b13e-91bb370a993a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3a131021-cb73-44a8-a142-b42832b77f60"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c2c7da55-3018-4645-b9ee-4bcd11855f2c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attachment One",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AttachmentOne",
        "Name": "Attachment One",
        "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.",
        "Order": 9,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8dbd8d4f-ccda-4057-a918-9382b3d82184",
      "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-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3dbb53b4-d541-41d4-8957-702487ceec3b",
      "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-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SendEmail"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e3e882ec-6495-41d8-949e-22577a1efdc5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType|Rock.Field.Types.BinaryFileFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a059767a-5592-4926-948a-1065af4e9748"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1bdc7aca-9a0b-4c8a-909e-8b4143d9c2a3",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Save Communication History",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SaveCommunicationHistory",
        "Name": "Save Communication History",
        "Description": "Should a record of this communication be saved to the recipient's profile?",
        "Order": 12,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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": "08355070-076a-46af-99c1-91bd53deea2c",
      "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-04-07T08:34:01.997",
        "ModifiedDateTime": "2024-04-07T08:34:01.997"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1bdc7aca-9a0b-4c8a-909e-8b4143d9c2a3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "198e532d-41ee-40ef-bce7-7e89d595223d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "69e04967-bc1c-403a-9cfd-421fc49b8c4c",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Electronic Signature",
        "Order": 13,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-10T16:04:04.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ElectronicSignature"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3a4e7136-4909-47ad-8da5-94f13718b002",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2023-03-20T18:13:13.697",
        "ModifiedDateTime": "2023-03-24T01:48:40.95"
      },
      "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.ElectronicSignature"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a514cd51-d1ac-4d7e-9e1c-95a2e28d02cd",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2023-03-20T18:13:13.713",
        "ModifiedDateTime": "2023-03-24T01:48:40.857"
      },
      "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.ElectronicSignature"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "29999bda-e212-4cc7-ac3b-725dfa8c848b",
      "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-04-07T08:34:02.327",
        "ModifiedDateTime": "2024-04-07T08:34:02.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a514cd51-d1ac-4d7e-9e1c-95a2e28d02cd"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "69e04967-bc1c-403a-9cfd-421fc49b8c4c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "69e384eb-2316-45b7-ab44-05319e00b37d",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Signature Document Template",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SignatureDocumentTemplate",
        "Name": "Signature Document Template",
        "Description": "The template to use for the signature document.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2023-03-20T18:13:13.57",
        "ModifiedDateTime": "2024-03-17T21:47:10.79"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SignatureDocumentTemplateFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ElectronicSignature"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "11b0590e-7011-4df9-91bd-9650452920b8",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "SHOW_TEMPLATES_WITH_EXTERNAL_PROVIDERS",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "69e384eb-2316-45b7-ab44-05319e00b37d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "bbec24e7-f219-4cc8-82dc-b890ae26ba54",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Signature Document Template Id or Guid|Signature Document Template Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SignatureDocumentTemplateIdOrGuid",
        "Name": "Signature Document Template Id or Guid|Signature Document Template Attribute",
        "Description": "The Id or Guid of a signature document template to use for the signature document. If a Signature Document Template is specified above, this setting will be ignored.",
        "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": "2024-03-17T21:47:10.82",
        "ModifiedDateTime": "2024-04-09T01:40:01.983"
      },
      "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.ElectronicSignature"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1a8fc65b-bfeb-470e-9b19-e28840d286a3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.SignatureDocumentTemplateFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bbec24e7-f219-4cc8-82dc-b890ae26ba54"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "642252df-2d3a-4dbf-8366-e24b77a9b660",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "6069f03a-3a5a-4285-bfe8-26a8acdeb072",
        "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-04-07T08:34:02.327",
        "ModifiedDateTime": "2024-04-07T08:34:02.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bbec24e7-f219-4cc8-82dc-b890ae26ba54"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "69e04967-bc1c-403a-9cfd-421fc49b8c4c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "776f08fd-f0a8-4be9-b5c6-72baa34d28ce",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Applies to Person",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AppliesToPersonAlias",
        "Name": "Applies to Person",
        "Description": "The attribute that represents the person that the document applies to.",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2023-03-20T18:13:13.587",
        "ModifiedDateTime": "2024-03-17T21:47:11.023"
      },
      "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.ElectronicSignature"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "daff9914-8301-4815-993f-5da4eef493c4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType|Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "776f08fd-f0a8-4be9-b5c6-72baa34d28ce"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "fde4a82b-95a6-4e40-be02-2de1b5f8ef08",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "9624645f-3f1c-4673-9f30-2b6568be3b3b",
        "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-04-07T08:34:02.327",
        "ModifiedDateTime": "2024-04-07T08:34:02.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "776f08fd-f0a8-4be9-b5c6-72baa34d28ce"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "69e04967-bc1c-403a-9cfd-421fc49b8c4c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b02697db-af01-489c-8b95-d6f5dd1b6f84",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Assigned To Person",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "AssignedToPersonAlias",
        "Name": "Assigned To Person",
        "Description": "The attribute that represents the person that will be signing the document. This is only needed if the signature will be completed via an email",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2023-03-20T18:13:13.62",
        "ModifiedDateTime": "2024-03-17T21:47:11.26"
      },
      "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.ElectronicSignature"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "186804ea-a231-4fe2-9b71-4d383ba778cf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType|Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b02697db-af01-489c-8b95-d6f5dd1b6f84"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ad8a8319-cb5f-44f3-8dea-f3d064bc2950",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "2cded4f1-6b79-413f-8945-f03d299d7e26",
        "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-04-07T08:34:02.327",
        "ModifiedDateTime": "2024-04-07T08:34:02.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b02697db-af01-489c-8b95-d6f5dd1b6f84"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "69e04967-bc1c-403a-9cfd-421fc49b8c4c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "173bedaa-4e3c-49b6-8779-bb2fc66cc39d",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Signed by Person",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SignedByPersonAlias",
        "Name": "Signed by Person",
        "Description": "The attribute that represents the person that signed the document. If a person is logged in that person will override this value.",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2023-03-20T18:13:13.633",
        "ModifiedDateTime": "2024-03-17T21:47:11.48"
      },
      "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.ElectronicSignature"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5b3a3128-de15-447a-abf2-3a520b4a0548",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType|Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "173bedaa-4e3c-49b6-8779-bb2fc66cc39d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fbfd73de-cf8b-4c62-9435-5ab3b637fe8e",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Signature Document",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SignatureDocument",
        "Name": "Signature Document",
        "Description": "The workflow attribute to place the PDF document in.",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2023-03-20T18:13:13.65",
        "ModifiedDateTime": "2024-03-17T21:47:11.637"
      },
      "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.ElectronicSignature"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e703ed9c-cb44-4f8f-b6e2-5850c2047752",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.BinaryFileFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fbfd73de-cf8b-4c62-9435-5ab3b637fe8e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "83762431-8b40-40ce-bea4-475097366d81",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Signature Document Name",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "SignatureDocumentName",
        "Name": "Signature Document Name",
        "Description": "The name to use for the new document that is created. <span class='tip tip-lava'></span>",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2023-03-20T18:13:13.68",
        "ModifiedDateTime": "2024-03-17T21:47:11.84"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ElectronicSignature"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6bc76fe0-4a66-434a-80a7-384878c52ca4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Workflow | Attribute:'AppliesToPerson','FullName' }} ({{ Workflow | Attribute:'Instance','Name' }})",
        "PersistedTextValue": "{{ Workflow | Attribute:'AppliesToPerson','FullName' }} ({{ Workflow | Attribute:'Instance','Name' }})",
        "PersistedHtmlValue": "{{ Workflow | Attribute:&#39;AppliesToPerson&#39;,&#39;FullName&#39; }} ({{ Workflow | Attribute:&#39;Instance&#39;,&#39;Name&#39; }})",
        "PersistedCondensedTextValue": "{{ Workflow | Attribute:'AppliesToPerson','FullName' }} ({{ Workflow |...",
        "PersistedCondensedHtmlValue": "{{ Workflow | Attribute:&#39;AppliesToPerson&#39;,&#39;FullName&#39; }} ({{ Workflow | Attribute:&#39;Instance&#39;,&#39;Name&#39; }})",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-07T08:34:02.327",
        "ModifiedDateTime": "2024-04-07T08:34:02.327"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "83762431-8b40-40ce-bea4-475097366d81"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "69e04967-bc1c-403a-9cfd-421fc49b8c4c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "6306ea23-8c40-49e3-8462-aaaab89b4bc7",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Show HTML",
        "Order": 14,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-10T16:04:04.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ShowHtml"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6a24dae2-2df4-4af1-8ebc-184954c73739",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "<p>Thank you for signing. You have been emailed a copy of the document for your records.</p>",
        "PersistedTextValue": "<p>Thank you for signing. You have been emailed a copy of the document for your records.</p>",
        "PersistedHtmlValue": "&lt;p&gt;Thank you for signing. You have been emailed a copy of the document for your records.&lt;/p&gt;",
        "PersistedCondensedTextValue": "<p>Thank you for signing. You have been emailed a copy of the document for your records.</p>",
        "PersistedCondensedHtmlValue": "&lt;p&gt;Thank you for signing. You have been emailed a copy of the document for your records.&lt;/p&gt;",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-07T08:34:02.467",
        "ModifiedDateTime": "2024-04-07T08:34:02.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fbd76c97-3e51-4c0d-a2c1-f57aac9cc1cb"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "6306ea23-8c40-49e3-8462-aaaab89b4bc7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8d4bcce1-dc91-4220-b907-c770dce0cf95",
      "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-04-07T08:34:02.467",
        "ModifiedDateTime": "2024-04-07T08:34:02.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a90e1fbf-8207-4787-9e40-e5bda4eed6d3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "6306ea23-8c40-49e3-8462-aaaab89b4bc7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a6aa25bf-9890-4a3f-bcb9-28c6ecc93f9f",
      "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-04-07T08:34:02.467",
        "ModifiedDateTime": "2024-04-07T08:34:02.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "66cc5749-349d-4868-b641-3d234881a414"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "6306ea23-8c40-49e3-8462-aaaab89b4bc7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "755a6db5-bdf0-483d-bab6-91be9ca33898",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Complete Workflow",
        "Order": 15,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-07T08:34:00.83",
        "ModifiedDateTime": "2024-04-10T16:04:04.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8bb23903-72d5-4771-99e1-fefb6281e29b",
      "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-04-07T08:34:02.56",
        "ModifiedDateTime": "2024-04-07T08:34:02.56"
      },
      "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": "755a6db5-bdf0-483d-bab6-91be9ca33898"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f93ca146-dc33-4a57-8c8b-497f779fa7b3",
      "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-04-07T08:34:02.56",
        "ModifiedDateTime": "2024-04-07T08:34:02.56"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "385a255b-9f48-4625-862b-26231dbac53a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "755a6db5-bdf0-483d-bab6-91be9ca33898"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "3c6375ce-88dc-4839-b54c-6a72739eef1e",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Old SignatureDocumentId",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-10T16:04:04.893",
        "ModifiedDateTime": "2024-04-10T16:04:04.893"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "887d566c-4770-4af2-a3e9-22a275633269",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign registrantId = Workflow | Attribute:'RegistrantId' %}\n{% registrationregistrant id:'{{ registrantId }}' securityenabled:'false' %}\n    {{ registrationregistrant.SignatureDocumentId }}\n{% endregistrationregistrant %}",
        "PersistedTextValue": "{% assign registrantId = Workflow | Attribute:'RegistrantId' %}\n{% registrationregistrant id:'{{ registrantId }}' securityenabled:'false' %}\n    {{ registrationregistrant.SignatureDocumentId }}\n{% endregistrationregistrant %}",
        "PersistedHtmlValue": "{% assign registrantId = Workflow | Attribute:&#39;RegistrantId&#39; %}\n{% registrationregistrant id:&#39;{{ registrantId }}&#39; securityenabled:&#39;false&#39; %}\n    {{ registrationregistrant.SignatureDocumentId }}\n{% endregistrationregistrant %}",
        "PersistedCondensedTextValue": "{% assign registrantId = Workflow | Attribute:'RegistrantId' %}\n{% registrationregistrant id:'{{...",
        "PersistedCondensedHtmlValue": "{% assign registrantId = Workflow | Attribute:&#39;RegistrantId&#39; %}\n{% registrationregistrant id:&#39;{{...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-10T16:04:05.247",
        "ModifiedDateTime": "2024-04-10T16:04:05.247"
      },
      "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": "3c6375ce-88dc-4839-b54c-6a72739eef1e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d3bb75a3-b134-4ca4-8116-ccf1a143a493",
      "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-04-10T16:04:05.247",
        "ModifiedDateTime": "2024-04-10T16:04:05.247"
      },
      "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": "3c6375ce-88dc-4839-b54c-6a72739eef1e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d370167d-07a6-4a55-89c3-4dd564452f4d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "bbb8aa46-3691-4748-b0c6-d25573d150c5",
        "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-04-10T16:04:05.247",
        "ModifiedDateTime": "2024-04-10T16:04:05.247"
      },
      "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": "3c6375ce-88dc-4839-b54c-6a72739eef1e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "88fbdb13-01db-403f-9bf6-dc4767a602ad",
      "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-04-10T16:04:05.247",
        "ModifiedDateTime": "2024-04-10T16:04:05.247"
      },
      "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": "3c6375ce-88dc-4839-b54c-6a72739eef1e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "ba91ad85-d838-4eeb-8b83-c6300e82e148",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Delete Previous Signature Documents",
        "Order": 7,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-10T16:04:04.893",
        "ModifiedDateTime": "2024-04-12T13:09:01.533"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7018861e-ebc8-4bd7-8fd1-0d474eab273c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% comment %}\n1. First, we delete the signature document directly tied to the document ID provided.\n2. Secondly, we delete all documents for the current person that match the signature document template ID that is the current required template ID from the registration template associated with the registrant.\n{% endcomment %}\n\n{% assign documentId = Workflow | Attribute:'OldSignatureDocumentId' %}\n{% assign personId = Workflow | Attribute:'AppliesToPerson','Id' %}\n{% assign registrantId = Workflow | Attribute:'RegistrantId' %}\n\n{% if documentId !=empty %}\n{% comment %}Delete the signature document directly tied to this documentId{% endcomment %}\n{% sql statement:'command' %}\nDELETE TOP (1) FROM SignatureDocument\nWHERE Id = {{ documentId }};\n{% endsql %}\n{% endif %}\n\n{% comment %}Delete up to 20 signature documents for the current person that match the registration template's required signature document template ID for the current registrant. Limiting to 20 for safety.{% endcomment %}\n{% sql statement:'command' %}\nDELETE TOP (20) sd\nFROM SignatureDocument sd\nJOIN PersonAlias pa ON sd.AppliesToPersonAliasId = pa.Id\nJOIN RegistrationRegistrant rr ON rr.PersonAliasId = pa.Id\nJOIN RegistrationTemplate rt ON rt.Id = rr.RegistrationTemplateId\nWHERE rr.Id = {{ registrantId }}\nAND rt.RequiredSignatureDocumentTemplateId = sd.SignatureDocumentTemplateId\nAND pa.PersonId = {{ personId }};\n{% endsql %}\n{{ results }}",
        "PersistedTextValue": "{% comment %}\n1. First, we delete the signature document directly tied to the document ID provided.\n2. Secondly, we delete all documents for the current person that match the signature document template ID that is the current required template ID from the registration template associated with the registrant.\n{% endcomment %}\n\n{% assign documentId = Workflow | Attribute:'OldSignatureDocumentId' %}\n{% assign personId = Workflow | Attribute:'AppliesToPerson','Id' %}\n{% assign registrantId = Workflow | Attribute:'RegistrantId' %}\n\n{% if documentId !=empty %}\n{% comment %}Delete the signature document directly tied to this documentId{% endcomment %}\n{% sql statement:'command' %}\nDELETE TOP (1) FROM SignatureDocument\nWHERE Id = {{ documentId }};\n{% endsql %}\n{% endif %}\n\n{% comment %}Delete up to 20 signature documents for the current person that match the registration template's required signature document template ID for the current registrant. Limiting to 20 for safety.{% endcomment %}\n{% sql statement:'command' %}\nDELETE TOP (20) sd\nFROM SignatureDocument sd\nJOIN PersonAlias pa ON sd.AppliesToPersonAliasId = pa.Id\nJOIN RegistrationRegistrant rr ON rr.PersonAliasId = pa.Id\nJOIN RegistrationTemplate rt ON rt.Id = rr.RegistrationTemplateId\nWHERE rr.Id = {{ registrantId }}\nAND rt.RequiredSignatureDocumentTemplateId = sd.SignatureDocumentTemplateId\nAND pa.PersonId = {{ personId }};\n{% endsql %}\n{{ results }}",
        "PersistedHtmlValue": "{% comment %}\n1. First, we delete the signature document directly tied to the document ID provided.\n2. Secondly, we delete all documents for the current person that match the signature document template ID that is the current required template ID from the registration template associated with the registrant.\n{% endcomment %}\n\n{% assign documentId = Workflow | Attribute:&#39;OldSignatureDocumentId&#39; %}\n{% assign personId = Workflow | Attribute:&#39;AppliesToPerson&#39;,&#39;Id&#39; %}\n{% assign registrantId = Workflow | Attribute:&#39;RegistrantId&#39; %}\n\n{% if documentId !=empty %}\n{% comment %}Delete the signature document directly tied to this documentId{% endcomment %}\n{% sql statement:&#39;command&#39; %}\nDELETE TOP (1) FROM SignatureDocument\nWHERE Id = {{ documentId }};\n{% endsql %}\n{% endif %}\n\n{% comment %}Delete up to 20 signature documents for the current person that match the registration template&#39;s required signature document template ID for the current registrant. Limiting to 20 for safety.{% endcomment %}\n{% sql statement:&#39;command&#39; %}\nDELETE TOP (20) sd\nFROM SignatureDocument sd\nJOIN PersonAlias pa ON sd.AppliesToPersonAliasId = pa.Id\nJOIN RegistrationRegistrant rr ON rr.PersonAliasId = pa.Id\nJOIN RegistrationTemplate rt ON rt.Id = rr.RegistrationTemplateId\nWHERE rr.Id = {{ registrantId }}\nAND rt.RequiredSignatureDocumentTemplateId = sd.SignatureDocumentTemplateId\nAND pa.PersonId = {{ personId }};\n{% endsql %}\n{{ results }}",
        "PersistedCondensedTextValue": "{% comment %}\n1. First, we delete the signature document directly tied to the document ID...",
        "PersistedCondensedHtmlValue": "{% comment %}\n1. First, we delete the signature document directly tied to the document ID...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-10T16:04:05.357",
        "ModifiedDateTime": "2024-04-12T13:11:25.7"
      },
      "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": "ba91ad85-d838-4eeb-8b83-c6300e82e148"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "42da7763-5427-4230-bb9b-7bcdf48d52ed",
      "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-04-10T16:04:05.357",
        "ModifiedDateTime": "2024-04-10T16:04:05.357"
      },
      "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": "ba91ad85-d838-4eeb-8b83-c6300e82e148"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e02f0155-2854-403b-b3d0-4545492a91d8",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "4b379d85-52ad-4628-935e-bc31071e08ce",
        "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-04-10T16:04:05.357",
        "ModifiedDateTime": "2024-04-10T16:04:05.357"
      },
      "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": "ba91ad85-d838-4eeb-8b83-c6300e82e148"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "71c9ad7c-1bf6-40a9-8926-4e91943ae91d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Sql",
        "PersistedTextValue": "Sql",
        "PersistedHtmlValue": "Sql",
        "PersistedCondensedTextValue": "Sql",
        "PersistedCondensedHtmlValue": "Sql",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-04-10T16:04:05.357",
        "ModifiedDateTime": "2024-04-10T16:04:05.357"
      },
      "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": "ba91ad85-d838-4eeb-8b83-c6300e82e148"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "ace8fdf4-a378-49ba-8c55-eda761d68640",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Remove SignatureDocumentId from Registrant",
        "Order": 6,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-12T14:35:38.203",
        "ModifiedDateTime": "2024-04-12T14:44:59.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "2b05fd04-a483-4ab5-b51f-e7d7ee32b4a6"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetEntityProperty"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8373a55c-e023-4de0-b583-06ff906520fc",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Entity Type",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EntityType",
        "Name": "Entity Type",
        "Description": "The type of Entity.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:47.977",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.EntityTypeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetEntityProperty"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c6769f87-cdfd-47ea-a67a-9044de0a1daa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "includeglobal",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8373a55c-e023-4de0-b583-06ff906520fc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "288297dc-5932-4b22-af12-996d8ae21032",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "8a25e5ce-1b4f-4825-bcea-216167836305",
        "PersistedTextValue": "Registration Registrant",
        "PersistedHtmlValue": "Registration Registrant",
        "PersistedCondensedTextValue": "Registration Registrant",
        "PersistedCondensedHtmlValue": "Registration Registrant",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-12T14:44:59.32",
        "ModifiedDateTime": "2024-04-12T14:44:59.32"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8373a55c-e023-4de0-b583-06ff906520fc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ace8fdf4-a378-49ba-8c55-eda761d68640"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "22ef2f99-c277-4d3a-a779-e5d4d71d28c5",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:48.023",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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.SetEntityProperty"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fca61786-8ec0-44d7-8a3d-152721ff2353",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:48.04",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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.SetEntityProperty"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "fed79fec-2aed-4d60-bc2f-b291190556f8",
      "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-04-12T14:44:59.32",
        "ModifiedDateTime": "2024-04-12T14:44:59.32"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fca61786-8ec0-44d7-8a3d-152721ff2353"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ace8fdf4-a378-49ba-8c55-eda761d68640"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "913d7a95-bc44-4874-92f9-66db85df9fef",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Entity Id or Guid|Entity Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EntityIdGuid",
        "Name": "Entity Id or Guid|Entity Attribute",
        "Description": "The id or guid of the entity. <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": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:47.977",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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.SetEntityProperty"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8dfbccd5-de04-42dc-8194-ba867126d11f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "45c00b21-24fb-4a61-9ac3-93dd31a6893c",
        "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-04-12T14:44:59.32",
        "ModifiedDateTime": "2024-04-12T14:44:59.32"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "913d7a95-bc44-4874-92f9-66db85df9fef"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ace8fdf4-a378-49ba-8c55-eda761d68640"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ef2ceb92-d90d-4533-9a1a-3f61e0e436a5",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Property Name|Property Name Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "PropertyName",
        "Name": "Property Name|Property Name Attribute",
        "Description": "The name of the property to set. <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": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:47.993",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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.SetEntityProperty"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "559e4242-a177-49d2-8958-708fc847370e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "SignatureDocumentId",
        "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-04-12T14:44:59.32",
        "ModifiedDateTime": "2024-04-12T14:44:59.32"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef2ceb92-d90d-4533-9a1a-3f61e0e436a5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ace8fdf4-a378-49ba-8c55-eda761d68640"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0415c959-bf89-4d19-9c47-3ab1098e1fba",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Property Value|Property Value Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "PropertyValue",
        "Name": "Property Value|Property Value Attribute",
        "Description": "The value to set. <span class='tip tip-lava'></span>",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:48.01",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "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.SetEntityProperty"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "de47eff0-5ac6-4b8f-b8a2-d07657755be0",
      "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-04-12T14:44:59.32",
        "ModifiedDateTime": "2024-04-12T14:48:10.747"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0415c959-bf89-4d19-9c47-3ab1098e1fba"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ace8fdf4-a378-49ba-8c55-eda761d68640"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6c6d7af8-4a4c-46e7-9f57-f150186b7d2c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Empty Value Handling",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EmptyValueHandling",
        "Name": "Empty Value Handling",
        "Description": "How to handle empty property values.",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-06-18T15:51:48.01",
        "ModifiedDateTime": "2023-03-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetEntityProperty"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3e33e926-a26c-41e8-88ae-0130c9f2e7c4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6c6d7af8-4a4c-46e7-9f57-f150186b7d2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ce5d6ec4-efd7-4408-84b5-937b8c7193aa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "IGNORE^Ignore empty values,EMPTY^Set to empty,NULL^Set to NULL"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6c6d7af8-4a4c-46e7-9f57-f150186b7d2c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f44315c6-5dec-461f-ba18-78ec13af072f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "NULL",
        "PersistedTextValue": "Set to NULL",
        "PersistedHtmlValue": "Set to NULL",
        "PersistedCondensedTextValue": "Set to NULL",
        "PersistedCondensedHtmlValue": "Set to NULL",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-04-12T14:44:59.32",
        "ModifiedDateTime": "2024-04-12T14:44:59.32"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6c6d7af8-4a4c-46e7-9f57-f150186b7d2c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "ace8fdf4-a378-49ba-8c55-eda761d68640"
        }
      ]
    },
    {
      "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-24T02:11:37.273"
      },
      "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-24T02:11:37.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5be1bb26-5ff5-4544-96a8-a306b34cb60c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Flow Chart",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "FlowChart",
        "Name": "Flow Chart",
        "Description": "",
        "Order": 1020,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-11-18T10:50:02.35",
        "ModifiedDateTime": "2023-03-24T02:11:37.353"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.FileFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6286fb36-5e8f-4aaf-9515-19193621eb4d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "binaryFileType",
        "Value": "6cbea3b0-e983-40c1-9712-bd3fa2466eae"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5be1bb26-5ff5-4544-96a8-a306b34cb60c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "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-24T02:11:37.29"
      },
      "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-24T02:11:37.29"
      },
      "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-24T02:11:37.353"
      },
      "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-24T02:11:37.353"
      },
      "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": "2cded4f1-6b79-413f-8945-f03d299d7e26",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Registrar",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "RegistrarPerson",
        "Name": "Registrar Person",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-04-12T14:48:09.387"
      },
      "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": "54f4eaed-2de2-4db2-80cb-f5b89a5ff37c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0f5dfa7e-95cf-470f-af12-f83d9d91b808",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "2cded4f1-6b79-413f-8945-f03d299d7e26"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9624645f-3f1c-4673-9f30-2b6568be3b3b",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "AppliesToPerson",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "AppliesToPerson",
        "Name": "AppliesToPerson",
        "Description": "The registrant, but AppliesToPerson is how the signature doc template reads it.",
        "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-04-12T14:48:09.543"
      },
      "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": "54f4eaed-2de2-4db2-80cb-f5b89a5ff37c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a770a03b-14e2-4c6d-9a34-0c9253753a42",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9624645f-3f1c-4673-9f30-2b6568be3b3b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "45c00b21-24fb-4a61-9ac3-93dd31a6893c",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "RegistrantId",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "RegistrantId",
        "Name": "RegistrantId",
        "Description": "",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-04-12T14:48:09.717"
      },
      "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": "54f4eaed-2de2-4db2-80cb-f5b89a5ff37c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "64452a54-5d70-4096-9084-687e1a48a6c7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "45c00b21-24fb-4a61-9ac3-93dd31a6893c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8940e68f-d151-4ee2-8615-b8e9de22e9b1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "45c00b21-24fb-4a61-9ac3-93dd31a6893c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c6fc5172-7ab3-474e-88c4-533f5cb8b6f1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "45c00b21-24fb-4a61-9ac3-93dd31a6893c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "dd898a8f-3cfd-4e87-abc4-4a0bde2fe68d",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Instance",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Instance",
        "Name": "Instance",
        "Description": "",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-04-12T14:48:09.967"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.RegistrationInstanceFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "54f4eaed-2de2-4db2-80cb-f5b89a5ff37c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8517b00b-da96-4866-95ab-78e12674fbaa",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "registrationtemplate",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "dd898a8f-3cfd-4e87-abc4-4a0bde2fe68d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b6677092-a502-497e-9903-431f3218903d",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Content",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Content",
        "Name": "Content",
        "Description": "",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-04-12T14:48:10.12"
      },
      "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": "54f4eaed-2de2-4db2-80cb-f5b89a5ff37c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e2e8780b-03d1-4741-9fec-3e58e30849f5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b6677092-a502-497e-9903-431f3218903d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f97c4bb8-520f-4f35-b3a5-9bea183f4ac7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b6677092-a502-497e-9903-431f3218903d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f79ed616-fca5-4a99-aef6-51fdec1c18b5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b6677092-a502-497e-9903-431f3218903d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6069f03a-3a5a-4285-bfe8-26a8acdeb072",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Signature Document Template",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "SignatureDocumentTemplate",
        "Name": "Signature Document Template",
        "Description": "",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-04-12T14:48:10.307"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SignatureDocumentTemplateFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "54f4eaed-2de2-4db2-80cb-f5b89a5ff37c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "bbb8aa46-3691-4748-b0c6-d25573d150c5",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Old SignatureDocumentId",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "OldSignatureDocumentId",
        "Name": "Old SignatureDocumentId",
        "Description": "",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-04-12T14:48:10.513"
      },
      "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": "54f4eaed-2de2-4db2-80cb-f5b89a5ff37c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "516bd919-828c-4f50-bd74-fc4f5d67dd67",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bbb8aa46-3691-4748-b0c6-d25573d150c5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2dfcd87d-8052-430c-be0a-1eb767c0c424",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bbb8aa46-3691-4748-b0c6-d25573d150c5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5daace8e-ffea-4419-bbaa-498475bb8a1b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bbb8aa46-3691-4748-b0c6-d25573d150c5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4b379d85-52ad-4628-935e-bc31071e08ce",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Debug",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Debug",
        "Name": "Debug",
        "Description": "A junk attribute that is required to run a lava run.",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-04-12T14:48:10.67"
      },
      "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": "54f4eaed-2de2-4db2-80cb-f5b89a5ff37c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f73af209-b64c-40a9-9f9f-a18303f7aa06",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4b379d85-52ad-4628-935e-bc31071e08ce"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3939b165-c020-4a91-b1d8-841b1a77c9b5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4b379d85-52ad-4628-935e-bc31071e08ce"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3633b829-3686-407c-a027-a116134dd25d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4b379d85-52ad-4628-935e-bc31071e08ce"
        }
      ]
    }
  ],
  "RootEntities": [
    "54f4eaed-2de2-4db2-80cb-f5b89a5ff37c"
  ]
}