{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "b837a901-cd2b-4250-b396-c6b62f1be79b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Send Teams Notification",
        "Description": "This is a utility workflow and is not meant to be launched directly. It is expecting certain attributes to be passed into it using either a \"Workflow Launch\" action, or a `{% workflowactivate %}` lava tag.\n\nSee https://community.rockrms.com/recipes/435/post-to-teams-from-a-workflow for more information and usage examples.",
        "Order": 0,
        "WorkTerm": "Notification",
        "ProcessingIntervalSeconds": 28800,
        "IsPersisted": false,
        "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": 1,
        "CompletedWorkflowRetentionPeriod": 1,
        "LoggingLevel": 0,
        "IconCssClass": "fa fa-comment-dots",
        "MaxWorkflowAgeDays": 1,
        "IsFormBuilder": false,
        "FormBuilderSettingsJson": null,
        "FormStartDateTime": null,
        "FormEndDateTime": null,
        "WorkflowExpireDateTime": null,
        "IsLoginRequired": false,
        "CreatedDateTime": "2024-04-25T10:51:44.887",
        "ModifiedDateTime": "2024-07-09T18:00:33.62"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "1ed56725-d728-4ebe-b388-eed1576efa5e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Process",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2024-04-25T10:51:45.23",
        "ModifiedDateTime": "2024-04-25T10:51:45.23"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "a99d9a1e-ca55-4d01-9ce5-309600f005d9",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "(if) Text != empty (then) (activate) Basic [*]",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "b7d776ce-e46f-4104-93a0-071fc8331d86",
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-25T10:51:45.277",
        "ModifiedDateTime": "2024-04-25T11:02:47.887"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1ed56725-d728-4ebe-b388-eed1576efa5e"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e8abd802-372c-47be-82b1-96f50db5169e",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-08T02:24:48.087"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "db738bbc-f26d-4e63-8189-b917c01ba7fb",
      "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-25T10:51:45.48",
        "ModifiedDateTime": "2024-04-25T10:51:45.48"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a99d9a1e-ca55-4d01-9ce5-309600f005d9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3809a78c-b773-440c-8e3f-a8e81d0dae08",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-08T02:24:48.087"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "02d5a7a5-8781-46b4-b9fc-af816829d240",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Activity",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Activity",
        "Name": "Activity",
        "Description": "The activity type to activate",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-08T02:24:48.087"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowActivityFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "43e156ef-23df-49fc-ade5-a19c9d2c34f2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "EB5C25DB-B203-4416-8FC7-E290A40D6915",
        "PersistedTextValue": "Basic - Text Only",
        "PersistedHtmlValue": "Basic - Text Only",
        "PersistedCondensedTextValue": "Basic - Text Only",
        "PersistedCondensedHtmlValue": "Basic - Text Only",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-25T10:51:45.48",
        "ModifiedDateTime": "2024-04-25T11:02:48.387"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "a99d9a1e-ca55-4d01-9ce5-309600f005d9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "f3bf963d-7bd0-4d21-94b7-f4fae04fa0e1",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "(if) Card != empty (then) (activate) Advanced [*]",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "914675dc-65e7-4d24-9922-6b3f07b1ddc6",
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-25T10:51:45.277",
        "ModifiedDateTime": "2024-04-25T11:02:47.887"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1ed56725-d728-4ebe-b388-eed1576efa5e"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "5a0191de-7965-4ab7-9ca3-01689906a192",
      "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-25T10:51:45.603",
        "ModifiedDateTime": "2024-04-25T10:51:45.603"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f3bf963d-7bd0-4d21-94b7-f4fae04fa0e1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0e83b361-6f08-4c64-87b8-380a42a7998e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "BC044DA8-C27F-4EB5-93EB-20DA844818C7",
        "PersistedTextValue": "Advanced - Adaptive Card",
        "PersistedHtmlValue": "Advanced - Adaptive Card",
        "PersistedCondensedTextValue": "Advanced - Adaptive Card",
        "PersistedCondensedHtmlValue": "Advanced - Adaptive Card",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-25T10:51:45.603",
        "ModifiedDateTime": "2024-04-25T11:02:48.56"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "f3bf963d-7bd0-4d21-94b7-f4fae04fa0e1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "1d593a38-e009-4d7e-8b93-8a77b8a2255f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "(activate) Template [*]",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-25T11:02:47.887",
        "ModifiedDateTime": "2024-04-25T11:02:47.887"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1ed56725-d728-4ebe-b388-eed1576efa5e"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "20e30996-4d85-4f55-a7b1-65db4106ee7e",
      "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-25T11:02:48.637",
        "ModifiedDateTime": "2024-04-25T11:02:48.637"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "1d593a38-e009-4d7e-8b93-8a77b8a2255f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "69b09e6f-6d88-422c-92ed-ada3911fc38d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "3054B8BF-1E1B-419E-9436-98C6863D2396",
        "PersistedTextValue": "Template - Adaptive CArd",
        "PersistedHtmlValue": "Template - Adaptive CArd",
        "PersistedCondensedTextValue": "Template - Adaptive CArd",
        "PersistedCondensedHtmlValue": "Template - Adaptive CArd",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-25T11:02:48.637",
        "ModifiedDateTime": "2024-04-25T11:02:48.637"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "1d593a38-e009-4d7e-8b93-8a77b8a2255f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "eb5c25db-b203-4416-8fc7-e290a40d6915",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Basic - Text Only",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 1,
        "CreatedDateTime": "2024-04-25T10:51:45.277",
        "ModifiedDateTime": "2024-04-25T10:51:45.277"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "d720ab13-263c-4ce6-a9fc-bbd8849cea1e",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "(lava) Format card body",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-07-09T17:03:48.12",
        "ModifiedDateTime": "2024-07-09T17:03:48.12"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "eb5c25db-b203-4416-8fc7-e290a40d6915"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Lava",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Lava",
        "Description": "The <span class='tip tip-lava'></span> to run.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T15:28:43.143",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "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": "23b81510-2f7a-477c-bac8-13476e1d31f9",
      "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": "df04b600-6c13-4d31-b2cb-18832c600165",
      "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": "7e38e0c2-e4ab-4339-8cef-727f64d9a189",
      "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": "17a75377-9838-4c10-9ae9-22c41b0af6df",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{\n    \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\",\n    \"type\": \"AdaptiveCard\",\n    \"version\": \"1.4\",\n    \"body\": [\n        {\n            \"type\": \"TextBlock\",\n            \"text\": {{ Workflow | Attribute:'Text' | ToJSON }},\n            \"wrap\": true\n        }\n    ]\n}",
        "PersistedTextValue": "{\n    \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\",\n    \"type\": \"AdaptiveCard\",\n    \"version\": \"1.4\",\n    \"body\": [\n        {\n            \"type\": \"TextBlock\",\n            \"text\": {{ Workflow | Attribute:'Text' | ToJSON }},\n            \"wrap\": true\n        }\n    ]\n}",
        "PersistedHtmlValue": "{\n    &quot;$schema&quot;: &quot;http://adaptivecards.io/schemas/adaptive-card.json&quot;,\n    &quot;type&quot;: &quot;AdaptiveCard&quot;,\n    &quot;version&quot;: &quot;1.4&quot;,\n    &quot;body&quot;: [\n        {\n            &quot;type&quot;: &quot;TextBlock&quot;,\n            &quot;text&quot;: {{ Workflow | Attribute:&#39;Text&#39; | ToJSON }},\n            &quot;wrap&quot;: true\n        }\n    ]\n}",
        "PersistedCondensedTextValue": "{\n    \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\",\n    \"type\":...",
        "PersistedCondensedHtmlValue": "{\n    &quot;$schema&quot;: &quot;http://adaptivecards.io/schemas/adaptive-card.json&quot;,\n    &quot;type&quot;:...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-07-09T17:03:48.37",
        "ModifiedDateTime": "2024-07-09T17:43:42.87"
      },
      "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": "d720ab13-263c-4ce6-a9fc-bbd8849cea1e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b833f48-efc2-4537-b1e3-7793f6863eaa",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T15:28:43.173",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1924bdc-9b79-4018-9d4a-c3516c87a514",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": "No",
        "DefaultPersistedHtmlValue": "No",
        "DefaultPersistedCondensedTextValue": "N",
        "DefaultPersistedCondensedHtmlValue": "N",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T15:28:43.187",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "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": "76e0dd29-596c-4f5f-b68a-33cb0623e4e9",
      "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-07-09T17:03:48.37",
        "ModifiedDateTime": "2024-07-09T17:03:48.37"
      },
      "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": "d720ab13-263c-4ce6-a9fc-bbd8849cea1e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "431273c6-342d-4030-adc7-7cdedc7f8b27",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to store the result in.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T15:28:43.163",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "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": "d5157309-3206-4ad4-a255-bab526bfe13a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "914675dc-65e7-4d24-9922-6b3f07b1ddc6",
        "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-07-09T17:03:48.37",
        "ModifiedDateTime": "2024-07-09T17:03:48.37"
      },
      "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": "d720ab13-263c-4ce6-a9fc-bbd8849cea1e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f3e380bf-aac8-4015-9adc-0df56b5462f5",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Enabled Lava Commands",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EnabledLavaCommands",
        "Name": "Enabled Lava Commands",
        "Description": "The Lava commands that should be enabled for this action.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "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": "47638d88-cf57-48ed-b20d-99da99e77377",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "(activate) Advanced",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-07-09T17:03:48.12",
        "ModifiedDateTime": "2024-07-09T17:03:48.12"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "eb5c25db-b203-4416-8fc7-e290a40d6915"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f15ba261-3c7c-4177-867d-467b60db338a",
      "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-07-09T17:03:48.497",
        "ModifiedDateTime": "2024-07-09T17:03:48.497"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "47638d88-cf57-48ed-b20d-99da99e77377"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ea034def-8e46-4fb2-b0d8-e8c3fe80f43c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "BC044DA8-C27F-4EB5-93EB-20DA844818C7",
        "PersistedTextValue": "Advanced - Custom Card",
        "PersistedHtmlValue": "Advanced - Custom Card",
        "PersistedCondensedTextValue": "Advanced - Custom Card",
        "PersistedCondensedHtmlValue": "Advanced - Custom Card",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-07-09T17:03:48.497",
        "ModifiedDateTime": "2024-07-09T17:03:48.497"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "47638d88-cf57-48ed-b20d-99da99e77377"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "bc044da8-c27f-4eb5-93eb-20da844818c7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Advanced - Custom Card",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 3,
        "CreatedDateTime": "2024-04-25T10:51:45.37",
        "ModifiedDateTime": "2024-04-25T11:02:48.123"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "8eebc55e-dd90-4f3e-a6cd-75f567006b74",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "(webrequest) Send Message",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-25T10:51:45.447",
        "ModifiedDateTime": "2024-04-25T10:51:45.447"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bc044da8-c27f-4eb5-93eb-20da844818c7"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "652b6b35-2722-40e8-9f07-846ea2ca63af",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Method",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Method",
        "Name": "Method",
        "Description": "HTTP method to use when making requests.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "GET",
        "DefaultPersistedTextValue": "GET",
        "DefaultPersistedHtmlValue": "GET",
        "DefaultPersistedCondensedTextValue": "GET",
        "DefaultPersistedCondensedHtmlValue": "GET",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T16:12:24.12",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c7e08bde-223f-410a-9f7b-971d0793f5b9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "652b6b35-2722-40e8-9f07-846ea2ca63af"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9e59018a-efd5-48ea-b64e-e19ef4645a08",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "GET,POST,PUT,DELETE,PATCH"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "652b6b35-2722-40e8-9f07-846ea2ca63af"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0bb9baee-0b92-4c84-8b96-a029086efdf3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "POST",
        "PersistedTextValue": "POST",
        "PersistedHtmlValue": "POST",
        "PersistedCondensedTextValue": "POST",
        "PersistedCondensedHtmlValue": "POST",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-04-25T10:51:45.933",
        "ModifiedDateTime": "2024-04-25T10:51:45.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "652b6b35-2722-40e8-9f07-846ea2ca63af"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eebc55e-dd90-4f3e-a6cd-75f567006b74"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "94116e4b-b6f9-4772-8d95-afe5934983b7",
      "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": "2018-12-11T16:12:24.58",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ca8fb29b-cc08-4678-bbbf-4c3588cabb85",
      "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": "2018-12-11T16:12:24.593",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b0f7265c-8c7f-461b-88c6-38e932d8a815",
      "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-25T10:51:45.933",
        "ModifiedDateTime": "2024-04-25T10:51:45.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ca8fb29b-cc08-4678-bbbf-4c3588cabb85"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eebc55e-dd90-4f3e-a6cd-75f567006b74"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "28274579-4f41-45ee-b4b7-a30633225b7e",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "URL",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Url",
        "Name": "URL",
        "Description": "Sets the BaseUrl property for requests made by this client instance  <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T16:12:24.14",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "16293f97-1049-42d8-a4ec-3a54dd03792b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Workflow | Attribute:'Webhook' }}",
        "PersistedTextValue": "{{ Workflow | Attribute:'Webhook' }}",
        "PersistedHtmlValue": "{{ Workflow | Attribute:&#39;Webhook&#39; }}",
        "PersistedCondensedTextValue": "{{ Workflow | Attribute:'Webhook' }}",
        "PersistedCondensedHtmlValue": "{{ Workflow | Attribute:&#39;Webhook&#39; }}",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-25T10:51:45.933",
        "ModifiedDateTime": "2024-04-25T10:55:29.63"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "28274579-4f41-45ee-b4b7-a30633225b7e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eebc55e-dd90-4f3e-a6cd-75f567006b74"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "44e94530-7508-4069-8bbe-77352f8e9416",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Parameters",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Parameters",
        "Name": "Parameters",
        "Description": "The parameters to send with request. <span class='tip tip-lava'></span>",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T16:12:24.267",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.KeyValueListFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "79cd1c2f-2f48-4811-a438-5051b0abc8b2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayvaluefirst",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44e94530-7508-4069-8bbe-77352f8e9416"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "97752286-fe37-405c-b744-84c3eeffad5a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "keyprompt",
        "Value": "Parameters"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44e94530-7508-4069-8bbe-77352f8e9416"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7fbe7ff0-588b-4f90-be54-e11216ac68d6",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Headers",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Headers",
        "Name": "Headers",
        "Description": "The key value pairs to add in the http header. <span class='tip tip-lava'></span>",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T16:12:24.287",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.KeyValueListFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d667d5e8-1d37-4ff4-80e7-b7d0bf467e8c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displayvaluefirst",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7fbe7ff0-588b-4f90-be54-e11216ac68d6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3442299a-ad82-4829-9eca-f0323dc0803e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "keyprompt",
        "Value": "Headers"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7fbe7ff0-588b-4f90-be54-e11216ac68d6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e985acfa-3fe8-4b5d-8167-b2e6cfadba7b",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Basic Auth UserName",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BasicAuthUserName",
        "Name": "Basic Auth UserName",
        "Description": "The user name for basic http authentication.",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T16:12:24.323",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "15459616-eb1c-4827-899d-f08a0dc11194",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Basic Auth Password",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BasicAuthPassword",
        "Name": "Basic Auth Password",
        "Description": "The password for basic http authentication.",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T16:12:24.357",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "50cc1c86-8dcf-4707-aa34-d856ab538c8c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Request Content Type",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "RequestContentType",
        "Name": "Request Content Type",
        "Description": "",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "0",
        "DefaultPersistedTextValue": "JSON",
        "DefaultPersistedHtmlValue": "JSON",
        "DefaultPersistedCondensedTextValue": "JSON",
        "DefaultPersistedCondensedHtmlValue": "JSON",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T16:12:24.38",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e9c578e0-1dc6-4551-949b-e73688acb181",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enumSourceTypeKey",
        "Value": "Rock.Workflow.Action.RequestContentType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "50cc1c86-8dcf-4707-aa34-d856ab538c8c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f48b5004-3bdb-48ef-bc5a-69e646e4039b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "rb"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "50cc1c86-8dcf-4707-aa34-d856ab538c8c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "08164d85-5f78-4357-b350-ca71b65d6cae",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "0^JSON,1^XML"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "50cc1c86-8dcf-4707-aa34-d856ab538c8c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "676cecc8-caa2-4775-baf4-6c07addec064",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-04-25T10:51:45.933",
        "ModifiedDateTime": "2024-04-25T10:51:45.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "50cc1c86-8dcf-4707-aa34-d856ab538c8c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eebc55e-dd90-4f3e-a6cd-75f567006b74"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f3ad4ca6-73bf-42c6-aea8-b51a22715444",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Response Content Type",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ResponseContentType",
        "Name": "Response Content Type",
        "Description": "",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "0",
        "DefaultPersistedTextValue": "JSON",
        "DefaultPersistedHtmlValue": "JSON",
        "DefaultPersistedCondensedTextValue": "JSON",
        "DefaultPersistedCondensedHtmlValue": "JSON",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T16:12:24.403",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "adca3f6d-ad7e-45a2-8f46-cd07ee779a89",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enumSourceTypeKey",
        "Value": "Rock.Workflow.Action.ResponseContentType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3ad4ca6-73bf-42c6-aea8-b51a22715444"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "aaa30612-2526-418e-9391-4ab10ef74251",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "rb"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3ad4ca6-73bf-42c6-aea8-b51a22715444"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a56d6ab4-7e86-400c-8c2d-95bc6e7befed",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "0^JSON,1^XML,2^HTML"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3ad4ca6-73bf-42c6-aea8-b51a22715444"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "12830903-f980-4407-9fff-710643d8d8d9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0",
        "PersistedTextValue": "JSON",
        "PersistedHtmlValue": "JSON",
        "PersistedCondensedTextValue": "JSON",
        "PersistedCondensedHtmlValue": "JSON",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": 0.00,
        "ValueAsPersonId": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2024-04-25T10:51:45.933",
        "ModifiedDateTime": "2024-04-25T10:51:45.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3ad4ca6-73bf-42c6-aea8-b51a22715444"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eebc55e-dd90-4f3e-a6cd-75f567006b74"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "bd1894c0-9e61-4a6c-a663-e16b3658e2df",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Body",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Body",
        "Name": "Body",
        "Description": "The body to send with the request. <span class='tip tip-lava'></span>",
        "Order": 8,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T16:12:24.553",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5a99cebe-b698-411c-8640-3350c3e9a0ee",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "200"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bd1894c0-9e61-4a6c-a663-e16b3658e2df"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "44117f6e-d9d5-49c1-afd9-d10ee165b737",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Lava"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bd1894c0-9e61-4a6c-a663-e16b3658e2df"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5509e2c3-34e3-47cb-8ab1-ab7150c565e4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bd1894c0-9e61-4a6c-a663-e16b3658e2df"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e6fd19e5-c80b-4c37-a921-a91ba0139622",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{\n    \"type\": \"message\",\n    \"attachments\": [\n        {\n            \"contentType\": \"application/vnd.microsoft.card.adaptive\",\n            \"content\": {{ Workflow | Attribute:'Card' }}\n        }\n    ]\n}",
        "PersistedTextValue": "{\n    \"type\": \"message\",\n    \"attachments\": [\n        {\n            \"contentType\": \"application/vnd.microsoft.card.adaptive\",\n            \"content\": {{ Workflow | Attribute:'Card' }}\n        }\n    ]\n}",
        "PersistedHtmlValue": "{\n    &quot;type&quot;: &quot;message&quot;,\n    &quot;attachments&quot;: [\n        {\n            &quot;contentType&quot;: &quot;application/vnd.microsoft.card.adaptive&quot;,\n            &quot;content&quot;: {{ Workflow | Attribute:&#39;Card&#39; }}\n        }\n    ]\n}",
        "PersistedCondensedTextValue": "{\n    \"type\": \"message\",\n    \"attachments\": [\n        {\n            \"contentType\":...",
        "PersistedCondensedHtmlValue": "{\n    &quot;type&quot;: &quot;message&quot;,\n    &quot;attachments&quot;: [\n        {\n            &quot;contentType&quot;:...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-25T10:51:45.933",
        "ModifiedDateTime": "2024-07-09T17:58:58.203"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bd1894c0-9e61-4a6c-a663-e16b3658e2df"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eebc55e-dd90-4f3e-a6cd-75f567006b74"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a7855a22-972c-4784-87aa-2bc8c1ef7b31",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Response Attribute",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "ResponseAttribute",
        "Name": "Response Attribute",
        "Description": "An attribute to set to the response from web request.",
        "Order": 9,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-12-11T16:12:24.57",
        "ModifiedDateTime": "2023-02-08T02:24:48.1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.WebRequest"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6d696792-93f1-443a-bc67-41b367d216ea",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "56527f05-a257-415f-9476-42c60bd387f9",
        "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-25T10:51:45.933",
        "ModifiedDateTime": "2024-04-25T10:51:45.933"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a7855a22-972c-4784-87aa-2bc8c1ef7b31"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8eebc55e-dd90-4f3e-a6cd-75f567006b74"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "56527f05-a257-415f-9476-42c60bd387f9",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Result",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "Result",
        "Name": "Result",
        "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-07-09T18:00:35.027"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bc044da8-c27f-4eb5-93eb-20da844818c7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f399af61-bee2-4120-a9da-c284685f7c8d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56527f05-a257-415f-9476-42c60bd387f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "32faea01-2b25-4115-87d6-506b7d343469",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56527f05-a257-415f-9476-42c60bd387f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9b2e8250-fed0-40f4-ae82-f9d7b80f3a5b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "56527f05-a257-415f-9476-42c60bd387f9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "3054b8bf-1e1b-419e-9436-98c6863d2396",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Template - Adaptive Card",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 2,
        "CreatedDateTime": "2024-04-25T11:02:48.06",
        "ModifiedDateTime": "2024-04-25T11:02:48.06"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "4b23134b-34eb-4821-813b-ade6594a74d6",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "(lava) Format card body",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-25T11:02:48.123",
        "ModifiedDateTime": "2024-04-25T11:02:48.123"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "3054b8bf-1e1b-419e-9436-98c6863d2396"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1b4777c3-7c19-4b11-8f8e-d8463ff4847c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{\n    \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\",\n    \"type\": \"AdaptiveCard\",\n    \"version\": \"1.4\",\n    \"body\": [\n        {\n            \"type\": \"TextBlock\",\n            \"text\": {{ Workflow | Attribute:'Title' | ToJSON }},\n            \"weight\": \"bolder\",\n            \"size\": \"medium\",\n            \"wrap\": true,\n            \"style\": \"heading\"\n        },\n        {\n            \"type\": \"ColumnSet\",\n            \"columns\": [\n                {\n                    \"type\": \"Column\",\n                    \"width\": \"auto\",\n                    \"items\": [\n                        {\n                            \"type\": \"Image\",\n                            \"url\": \"{{ 'Global' | Attribute:'InternalApplicationRoot' }}{{ Workflow | Attribute:'FromPerson','PhotoUrl' }}\",\n                            \"altText\": \"{{ Workflow | Attribute:'FromPerson','NickName' }} {{ Workflow | Attribute:'FromPerson','LastName' }}\",\n                            \"size\": \"small\",\n                            \"style\": \"person\"\n                        }\n                    ]\n                },\n                {\n                    \"type\": \"Column\",\n                    \"width\": \"stretch\",\n                    \"items\": [\n                        {\n                            \"type\": \"TextBlock\",\n                            \"text\": \"{{ Workflow | Attribute:'FromPerson','NickName' }} {{ Workflow | Attribute:'FromPerson','LastName' }}\",\n                            \"weight\": \"bolder\",\n                            \"wrap\": true\n                        },\n                        {\n                            \"type\": \"TextBlock\",\n                            \"spacing\": \"none\",\n                            \"text\": {{ Workflow | Attribute:'Subtitle' | ToJSON }},\n                            \"isSubtle\": true,\n                            \"wrap\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"type\": \"TextBlock\",\n            \"text\": {{ Workflow | Attribute:'BodyText' | ToJSON }},\n            \"wrap\": true,\n        },\n        {\n            \"type\": \"FactSet\",\n            \"facts\": [\n{% assign facts = Workflow | Attribute:'Facts' | Split:'|' %}\n    {% for fact in facts %}\n        {% assign factsplit = fact | Split:'^' %}\n                {\n                    \"title\": {{ factsplit[0] | ToJSON }},\n                    \"value\": {{ factsplit[1] | ToJSON }}\n                },\n    {% endfor %}\n            ]\n        }\n    ],\n    \"actions\": [\n{% assign Actions = Workflow | Attribute:'Actions' | Split:'|' %}\n    {% for action in Actions %}\n        {% assign actionsplit = action | Split:'^' %}\n        {\n            \"type\": \"Action.OpenUrl\",\n            \"title\": {{ actionsplit[0] | ToJSON }},\n            \"url\": {{ actionsplit[1] | ToJSON }}\n        },\n    {% endfor %}\n    ]\n}",
        "PersistedTextValue": "{\n    \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\",\n    \"type\": \"AdaptiveCard\",\n    \"version\": \"1.4\",\n    \"body\": [\n        {\n            \"type\": \"TextBlock\",\n            \"text\": {{ Workflow | Attribute:'Title' | ToJSON }},\n            \"weight\": \"bolder\",\n            \"size\": \"medium\",\n            \"wrap\": true,\n            \"style\": \"heading\"\n        },\n        {\n            \"type\": \"ColumnSet\",\n            \"columns\": [\n                {\n                    \"type\": \"Column\",\n                    \"width\": \"auto\",\n                    \"items\": [\n                        {\n                            \"type\": \"Image\",\n                            \"url\": \"{{ 'Global' | Attribute:'InternalApplicationRoot' }}{{ Workflow | Attribute:'FromPerson','PhotoUrl' }}\",\n                            \"altText\": \"{{ Workflow | Attribute:'FromPerson','NickName' }} {{ Workflow | Attribute:'FromPerson','LastName' }}\",\n                            \"size\": \"small\",\n                            \"style\": \"person\"\n                        }\n                    ]\n                },\n                {\n                    \"type\": \"Column\",\n                    \"width\": \"stretch\",\n                    \"items\": [\n                        {\n                            \"type\": \"TextBlock\",\n                            \"text\": \"{{ Workflow | Attribute:'FromPerson','NickName' }} {{ Workflow | Attribute:'FromPerson','LastName' }}\",\n                            \"weight\": \"bolder\",\n                            \"wrap\": true\n                        },\n                        {\n                            \"type\": \"TextBlock\",\n                            \"spacing\": \"none\",\n                            \"text\": {{ Workflow | Attribute:'Subtitle' | ToJSON }},\n                            \"isSubtle\": true,\n                            \"wrap\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"type\": \"TextBlock\",\n            \"text\": {{ Workflow | Attribute:'BodyText' | ToJSON }},\n            \"wrap\": true,\n        },\n        {\n            \"type\": \"FactSet\",\n            \"facts\": [\n{% assign facts = Workflow | Attribute:'Facts' | Split:'|' %}\n    {% for fact in facts %}\n        {% assign factsplit = fact | Split:'^' %}\n                {\n                    \"title\": {{ factsplit[0] | ToJSON }},\n                    \"value\": {{ factsplit[1] | ToJSON }}\n                },\n    {% endfor %}\n            ]\n        }\n    ],\n    \"actions\": [\n{% assign Actions = Workflow | Attribute:'Actions' | Split:'|' %}\n    {% for action in Actions %}\n        {% assign actionsplit = action | Split:'^' %}\n        {\n            \"type\": \"Action.OpenUrl\",\n            \"title\": {{ actionsplit[0] | ToJSON }},\n            \"url\": {{ actionsplit[1] | ToJSON }}\n        },\n    {% endfor %}\n    ]\n}",
        "PersistedHtmlValue": "{\n    &quot;$schema&quot;: &quot;http://adaptivecards.io/schemas/adaptive-card.json&quot;,\n    &quot;type&quot;: &quot;AdaptiveCard&quot;,\n    &quot;version&quot;: &quot;1.4&quot;,\n    &quot;body&quot;: [\n        {\n            &quot;type&quot;: &quot;TextBlock&quot;,\n            &quot;text&quot;: {{ Workflow | Attribute:&#39;Title&#39; | ToJSON }},\n            &quot;weight&quot;: &quot;bolder&quot;,\n            &quot;size&quot;: &quot;medium&quot;,\n            &quot;wrap&quot;: true,\n            &quot;style&quot;: &quot;heading&quot;\n        },\n        {\n            &quot;type&quot;: &quot;ColumnSet&quot;,\n            &quot;columns&quot;: [\n                {\n                    &quot;type&quot;: &quot;Column&quot;,\n                    &quot;width&quot;: &quot;auto&quot;,\n                    &quot;items&quot;: [\n                        {\n                            &quot;type&quot;: &quot;Image&quot;,\n                            &quot;url&quot;: &quot;{{ &#39;Global&#39; | Attribute:&#39;InternalApplicationRoot&#39; }}{{ Workflow | Attribute:&#39;FromPerson&#39;,&#39;PhotoUrl&#39; }}&quot;,\n                            &quot;altText&quot;: &quot;{{ Workflow | Attribute:&#39;FromPerson&#39;,&#39;NickName&#39; }} {{ Workflow | Attribute:&#39;FromPerson&#39;,&#39;LastName&#39; }}&quot;,\n                            &quot;size&quot;: &quot;small&quot;,\n                            &quot;style&quot;: &quot;person&quot;\n                        }\n                    ]\n                },\n                {\n                    &quot;type&quot;: &quot;Column&quot;,\n                    &quot;width&quot;: &quot;stretch&quot;,\n                    &quot;items&quot;: [\n                        {\n                            &quot;type&quot;: &quot;TextBlock&quot;,\n                            &quot;text&quot;: &quot;{{ Workflow | Attribute:&#39;FromPerson&#39;,&#39;NickName&#39; }} {{ Workflow | Attribute:&#39;FromPerson&#39;,&#39;LastName&#39; }}&quot;,\n                            &quot;weight&quot;: &quot;bolder&quot;,\n                            &quot;wrap&quot;: true\n                        },\n                        {\n                            &quot;type&quot;: &quot;TextBlock&quot;,\n                            &quot;spacing&quot;: &quot;none&quot;,\n                            &quot;text&quot;: {{ Workflow | Attribute:&#39;Subtitle&#39; | ToJSON }},\n                            &quot;isSubtle&quot;: true,\n                            &quot;wrap&quot;: true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            &quot;type&quot;: &quot;TextBlock&quot;,\n            &quot;text&quot;: {{ Workflow | Attribute:&#39;BodyText&#39; | ToJSON }},\n            &quot;wrap&quot;: true,\n        },\n        {\n            &quot;type&quot;: &quot;FactSet&quot;,\n            &quot;facts&quot;: [\n{% assign facts = Workflow | Attribute:&#39;Facts&#39; | Split:&#39;|&#39; %}\n    {% for fact in facts %}\n        {% assign factsplit = fact | Split:&#39;^&#39; %}\n                {\n                    &quot;title&quot;: {{ factsplit[0] | ToJSON }},\n                    &quot;value&quot;: {{ factsplit[1] | ToJSON }}\n                },\n    {% endfor %}\n            ]\n        }\n    ],\n    &quot;actions&quot;: [\n{% assign Actions = Workflow | Attribute:&#39;Actions&#39; | Split:&#39;|&#39; %}\n    {% for action in Actions %}\n        {% assign actionsplit = action | Split:&#39;^&#39; %}\n        {\n            &quot;type&quot;: &quot;Action.OpenUrl&quot;,\n            &quot;title&quot;: {{ actionsplit[0] | ToJSON }},\n            &quot;url&quot;: {{ actionsplit[1] | ToJSON }}\n        },\n    {% endfor %}\n    ]\n}",
        "PersistedCondensedTextValue": "{\n    \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\",\n    \"type\":...",
        "PersistedCondensedHtmlValue": "{\n    &quot;$schema&quot;: &quot;http://adaptivecards.io/schemas/adaptive-card.json&quot;,\n    &quot;type&quot;:...",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-25T11:02:48.78",
        "ModifiedDateTime": "2024-07-09T17:43:43.073"
      },
      "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": "4b23134b-34eb-4821-813b-ade6594a74d6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "91b828e2-ebe7-45f0-af21-485e7ebf5baf",
      "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-25T11:02:48.78",
        "ModifiedDateTime": "2024-04-25T11:02:48.78"
      },
      "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": "4b23134b-34eb-4821-813b-ade6594a74d6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bfd8ee01-e6a2-4783-9305-af6a5588dbee",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "914675dc-65e7-4d24-9922-6b3f07b1ddc6",
        "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-25T11:02:48.78",
        "ModifiedDateTime": "2024-04-25T11:02:48.78"
      },
      "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": "4b23134b-34eb-4821-813b-ade6594a74d6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "45a0419f-244a-4d28-b80e-b3b9563df91e",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "(activate) Advanced",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2024-04-25T11:02:48.123",
        "ModifiedDateTime": "2024-04-25T13:08:25.19"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "3054b8bf-1e1b-419e-9436-98c6863d2396"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "233b8aa2-5c5e-4467-8cef-c682a0f7926c",
      "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-25T11:02:48.887",
        "ModifiedDateTime": "2024-04-25T11:02:48.887"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8abd802-372c-47be-82b1-96f50db5169e"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "45a0419f-244a-4d28-b80e-b3b9563df91e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9ee5982c-7ec1-432d-8707-a616fc60504f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "BC044DA8-C27F-4EB5-93EB-20DA844818C7",
        "PersistedTextValue": "Advanced - Adaptive Card",
        "PersistedHtmlValue": "Advanced - Adaptive Card",
        "PersistedCondensedTextValue": "Advanced - Adaptive Card",
        "PersistedCondensedHtmlValue": "Advanced - Adaptive Card",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsPersonId": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2024-04-25T11:02:48.887",
        "ModifiedDateTime": "2024-04-25T11:02:48.887"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "45a0419f-244a-4d28-b80e-b3b9563df91e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b7807ea-24b0-4b73-ac78-5269238281c7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Last Round Robin Person (Select Person)",
        "IsSystem": false,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Key": "2d5fa153-0543-46d0-9d51-61ac730e9bfc",
        "Name": "Last Round Robin Person (Select Person)",
        "Description": null,
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": null,
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-08-04T11:18:41.303",
        "ModifiedDateTime": "2023-02-08T02:24:48.117"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "68da4d62-1d68-4044-9947-b854ba6e87de",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Last Round Robin Person (Assign Pastor)",
        "IsSystem": false,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Key": "1ec26111-8f24-4ad4-8258-6270d7ec9fbe",
        "Name": "Last Round Robin Person (Assign Pastor)",
        "Description": null,
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": null,
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-09-25T14:47:30.373",
        "ModifiedDateTime": "2023-02-08T02:24:48.117"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Custom Code Items",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "CustomCodeItems",
        "Name": "Custom Code Items",
        "Description": "",
        "Order": 1157,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-02-27T15:30:38.063",
        "ModifiedDateTime": "2023-02-08T02:20:36.96"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.MatrixFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5b21ace5-106e-4877-a558-bf13ea4bc93b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributematrixtemplate",
        "Value": "12"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9d017116-d8ca-4fa9-be65-21b0a24d794a",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "BEMA Upgrade Additional Flags",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "",
        "EntityTypeQualifierValue": "",
        "Key": "BEMAUpgradeAdditionalFlags",
        "Name": "BEMA Upgrade Additional Flags",
        "Description": "",
        "Order": 1158,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-02-27T15:31:32.78",
        "ModifiedDateTime": "2023-02-08T02:20:36.897"
      },
      "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-21T02:15:01.537"
      },
      "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-02-08T02:18:04.197"
      },
      "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": "7d1c5254-1f01-4509-aa40-2d41b8787efe",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Webhook",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Webhook",
        "Name": "Webhook",
        "Description": "Where are we sending the message?",
        "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-07-09T18:00:33.7"
      },
      "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": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "05948d75-ca54-4f21-a847-458c306acdcc",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d1c5254-1f01-4509-aa40-2d41b8787efe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2a9ca361-eb17-40a1-b3d0-61cdc335f109",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d1c5254-1f01-4509-aa40-2d41b8787efe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "11c46f80-7253-4e25-bef9-cb2e7c378a24",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d1c5254-1f01-4509-aa40-2d41b8787efe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b7d776ce-e46f-4104-93a0-071fc8331d86",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Text",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Text",
        "Name": "Text",
        "Description": "What are we saying? (text-only message)",
        "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-07-09T18:00:33.823"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e567c26b-1b41-4073-85aa-8859caeabe09",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b7d776ce-e46f-4104-93a0-071fc8331d86"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e4934611-9d9f-4f6a-b9c5-6e8218032499",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b7d776ce-e46f-4104-93a0-071fc8331d86"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1231b625-f9af-4cde-9d4a-e67954864f74",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b7d776ce-e46f-4104-93a0-071fc8331d86"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "914675dc-65e7-4d24-9922-6b3f07b1ddc6",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Card",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Card",
        "Name": "Card",
        "Description": "Custom JSON for the adaptive card",
        "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-07-09T18:00:33.95"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.MemoFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a7bf5cb7-bc1a-4db6-9f01-ba2e862752af",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "allowhtml",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "914675dc-65e7-4d24-9922-6b3f07b1ddc6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "08cef93d-ce1a-4aec-a026-828692f199b9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "914675dc-65e7-4d24-9922-6b3f07b1ddc6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bbeaad83-a72b-4a14-9461-26736350cc2f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "numberofrows",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "914675dc-65e7-4d24-9922-6b3f07b1ddc6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a68262da-947a-4e69-ac12-ff9342d95666",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "914675dc-65e7-4d24-9922-6b3f07b1ddc6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7b769c80-d63c-4b2e-bd01-b6b28a28ff62",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "From Person",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "FromPerson",
        "Name": "From Person",
        "Description": "Whose photo/name should go on the template card?",
        "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-07-09T18:00:34.09"
      },
      "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": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "48d32d46-e283-4ba1-85a4-632b74b59445",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7b769c80-d63c-4b2e-bd01-b6b28a28ff62"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "21c4f8a8-0e5b-47d1-8534-a7e1e7d6da25",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "includeBusinesses",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7b769c80-d63c-4b2e-bd01-b6b28a28ff62"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "860f7ce1-87b5-4d4a-83ee-fe439d2a84d1",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Title",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Title",
        "Name": "Title",
        "Description": "Title for the template card",
        "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-07-09T18:00:34.213"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "28901506-942c-46dc-b86a-98bd2f2a6fc7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "860f7ce1-87b5-4d4a-83ee-fe439d2a84d1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "aca78b44-ecdb-4449-9a2e-b5579971a0d6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "860f7ce1-87b5-4d4a-83ee-fe439d2a84d1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3551aa30-a8f9-4886-87fc-a13f27c87a24",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "860f7ce1-87b5-4d4a-83ee-fe439d2a84d1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "90415e93-0eed-4c20-83e5-9568fe46dc5f",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Subtitle",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Subtitle",
        "Name": "Subtitle",
        "Description": "Subtitle for the template card",
        "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-07-09T18:00:34.463"
      },
      "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": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "855d4074-2621-4f6d-8680-c8e121419af0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "90415e93-0eed-4c20-83e5-9568fe46dc5f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e8ff423c-cbde-4322-b1af-a1c1bae4dd2c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "90415e93-0eed-4c20-83e5-9568fe46dc5f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4c0811a9-7d8c-4a68-a06a-429f52fc5a6f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "90415e93-0eed-4c20-83e5-9568fe46dc5f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "94aca2cb-f3bf-45cb-a237-50dae61c9079",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Body Text",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "BodyText",
        "Name": "Body Text",
        "Description": "Body text for the template card",
        "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-07-09T18:00:34.607"
      },
      "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": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1f421c12-37fc-4efd-93e8-8f52aab94cc6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "94aca2cb-f3bf-45cb-a237-50dae61c9079"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "394fe57d-5b90-4007-bd3b-fb2d912ce069",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "94aca2cb-f3bf-45cb-a237-50dae61c9079"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "cd2d348b-7d05-450a-b9a9-9cc21051a037",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "94aca2cb-f3bf-45cb-a237-50dae61c9079"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "88b8f298-09cf-44ff-b879-e3495393e58b",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Facts",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Facts",
        "Name": "Facts",
        "Description": "Key-value pairs for the template card. (key^value|key2^value2)",
        "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-07-09T18:00:34.73"
      },
      "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": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "03a95635-14af-432a-a96d-a53aa17aee7a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "88b8f298-09cf-44ff-b879-e3495393e58b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e2bc0ea8-6fdf-4af2-99ed-2318a0f883d6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "88b8f298-09cf-44ff-b879-e3495393e58b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "be79afe9-f4af-4178-ac79-0d3580017dbb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "88b8f298-09cf-44ff-b879-e3495393e58b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c4ac81d1-9042-4006-be2a-c69017a6defe",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Actions",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Actions",
        "Name": "Actions",
        "Description": "Action buttons for the template card. (text^url|text2^url2)",
        "Order": 8,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2024-07-09T18:00:34.857"
      },
      "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": "b837a901-cd2b-4250-b396-c6b62f1be79b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3f9ff20a-51bc-4943-8dca-05e7ddc7e756",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c4ac81d1-9042-4006-be2a-c69017a6defe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f66bad56-76f9-4fe8-80b4-2264f810042f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c4ac81d1-9042-4006-be2a-c69017a6defe"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "559a92c0-eb2c-4ded-88e9-3b34f20f3976",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "c4ac81d1-9042-4006-be2a-c69017a6defe"
        }
      ]
    }
  ],
  "RootEntities": [
    "b837a901-cd2b-4250-b396-c6b62f1be79b"
  ]
}