{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "88a24068-4d49-44b3-a0c6-9fbced4c1eb4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Add Step from Data View",
        "Description": "### This workflow  must be configured manually! ###  \n* You *must* change the data view id in the first action to pull from the correct data view.\n* You *must* set all dates in the step add action if a date is required or else the workflow will error out.\n* Make sure you are pulling the correct date attribute\n\nI've included a bit of extra lava in the lava run actions. This lava is used for adding people that are in a group and uses the date that they were added to the group as the step completed date.  \nJust uncomment the lava and make changes as needed.",
        "Order": 0,
        "WorkTerm": "Work",
        "ProcessingIntervalSeconds": 28800,
        "IsPersisted": true,
        "SummaryViewText": "<div class='row'>\n    <div class='col-sm-6'>\n        <dl><dt>Started By</dt><dd>{{ Workflow.InitiatorPersonAlias.Person.FullName }}</dd></dl>\n    </div>\n    <div class='col-sm-6'>\n        <dl><dt>Started On</dt><dd>{{ Workflow.ActivatedDateTime | Date:'MM/dd/yyyy' }} at {{ Workflow.ActivatedDateTime | Date:'hh:mm:ss tt' }}</dd></dl>\n    </div>\n</div>\n\n{% assign attributeList = '' %}\n{% for attribute in Workflow.AttributeValues %}\n    {% if attribute.AttributeIsGridColumn %}\n        {% assign attributeValue = attribute.ValueFormatted %}\n        {% if attributeValue != '' %}\n            {% capture item %}<dt>{{ attribute.AttributeName }}</dt><dd>{{ attributeValue }}</dd>{% endcapture %}\n            {% assign attributeList = attributeList | Append:item %}\n        {% endif %}\n    {% endif %}\n{% endfor %}\n\n{% if attributeList != '' %}\n    <div class='row'>\n        <div class='col-sm-6'>\n            <dl>\n                {{ attributeList }}\n            </dl>\n        </div>\n    </div>\n{% endif %}",
        "NoActionMessage": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "LogRetentionPeriod": 7,
        "CompletedWorkflowRetentionPeriod": 7,
        "LoggingLevel": 3,
        "IconCssClass": "fa fa-list-ol",
        "CreatedDateTime": "2021-04-16T19:37:12.623",
        "ModifiedDateTime": "2021-04-16T18:01:08.687"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "1667e3fa-e148-44f6-a9ec-21cc88ff88b5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Start",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2021-04-16T19:37:12.81",
        "ModifiedDateTime": "2021-04-16T19:37:12.81"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "88a24068-4d49-44b3-a0c6-9fbced4c1eb4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "571c48e2-945d-4477-ae6f-e296d458c815",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get People",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-04-16T19:37:12.85",
        "ModifiedDateTime": "2021-04-16T19:37:12.85"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1667e3fa-e148-44f6-a9ec-21cc88ff88b5"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Lava",
        "Description": "The <span class='tip tip-lava'></span> to run.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Lava",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-10-18T13:37:55.827",
        "ModifiedDateTime": "2018-10-18T13:37:55.827"
      },
      "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": "0f4f6431-39a5-4dac-9276-3bf0e9f3dfd7",
      "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": "07fd2dec-05c9-4ce7-a50f-45f69a3dd061",
      "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": "e9b732bd-d676-4bcb-a881-fd9bea37fac4",
      "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": "b1d57344-fdbc-424a-b655-0fc177107fe1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% person dataview:'15' limit:250 %}\n    {% for person in personItems %}\n        {{ person.PrimaryAlias.Guid }}{% unless forloop.last %},{% endunless %}\n    {% endfor %}\n{% endperson %}\n{% comment %}\n{% comment %}If you're not using a dataview make sure you change the offset after every run if over 250{% endcomment %}\n{% groupmember where:'GroupId == 241220' limit:'250' offset:'250' %}\n    {% for member in groupmemberItems %}\n        {{ member.Person.PrimaryAlias.Guid }}{% unless forloop.last %},{% endunless %}\n    {% endfor %}\n{% endgroupmember %}\n{% endcomment %}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.323",
        "ModifiedDateTime": "2021-04-16T17:45:05.717"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "571c48e2-945d-4477-ae6f-e296d458c815"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b833f48-efc2-4537-b1e3-7793f6863eaa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-10-18T13:37:55.84",
        "ModifiedDateTime": "2018-10-18T13:37:55.84"
      },
      "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": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-10-18T13:37:55.84",
        "ModifiedDateTime": "2018-10-18T13:37:55.84"
      },
      "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": "416bb0cd-dbcb-447b-847d-b3fe35a0aae0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.323",
        "ModifiedDateTime": "2021-04-16T19:37:13.323"
      },
      "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": "571c48e2-945d-4477-ae6f-e296d458c815"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "431273c6-342d-4030-adc7-7cdedc7f8b27",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to store the result in.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-10-18T13:37:55.827",
        "ModifiedDateTime": "2018-10-18T13:37:55.827"
      },
      "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": "93b309a1-c701-4085-8f3a-ded3ce738b2a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "0b5b1924-02c9-43a2-8a27-1968b549a6c3",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.323",
        "ModifiedDateTime": "2021-04-16T19:37:13.323"
      },
      "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": "571c48e2-945d-4477-ae6f-e296d458c815"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f3e380bf-aac8-4015-9adc-0df56b5462f5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EnabledLavaCommands",
        "Name": "Enabled Lava Commands",
        "Description": "The Lava commands that should be enabled for this action.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Enabled Lava Commands",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.LavaCommandsFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6a5cf637-cb3e-454e-bedc-d3bf4b38a3d9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.323",
        "ModifiedDateTime": "2021-04-16T19:37:13.323"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3e380bf-aac8-4015-9adc-0df56b5462f5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "571c48e2-945d-4477-ae6f-e296d458c815"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "7e5bcfdf-f0ce-4dbd-bfe6-3c02ebd3eba1",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "MaxCounter",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-04-16T19:37:12.85",
        "ModifiedDateTime": "2021-04-16T19:37:12.85"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1667e3fa-e148-44f6-a9ec-21cc88ff88b5"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7ab930d5-4a4f-4183-834a-81ae4d5dd791",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Workflow | Attribute:'People' | Split:',' | Size }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.387",
        "ModifiedDateTime": "2021-04-16T19:37:13.387"
      },
      "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": "7e5bcfdf-f0ce-4dbd-bfe6-3c02ebd3eba1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "acb9c188-8012-489a-ba77-d429c28fb49d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.387",
        "ModifiedDateTime": "2021-04-16T19:37:13.387"
      },
      "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": "7e5bcfdf-f0ce-4dbd-bfe6-3c02ebd3eba1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8c2d15dc-9a9d-4518-b96d-f4afc3409218",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "e46690fb-8372-4ec6-8c57-c850304809fa",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.387",
        "ModifiedDateTime": "2021-04-16T19:37:13.387"
      },
      "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": "7e5bcfdf-f0ce-4dbd-bfe6-3c02ebd3eba1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "64412026-9d45-4d67-a1f2-11e44a1f5322",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Launch Loop",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-04-16T19:37:12.85",
        "ModifiedDateTime": "2021-04-16T19:37:12.85"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "1667e3fa-e148-44f6-a9ec-21cc88ff88b5"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e8abd802-372c-47be-82b1-96f50db5169e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "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": "6992d270-f963-4970-93bf-6633e6063937",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.423",
        "ModifiedDateTime": "2021-04-16T19:37:13.423"
      },
      "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": "64412026-9d45-4d67-a1f2-11e44a1f5322"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3809a78c-b773-440c-8e3f-a8e81d0dae08",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "02d5a7a5-8781-46b4-b9fc-af816829d240",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Activity",
        "Name": "Activity",
        "Description": "The activity type to activate",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Activity",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2018-10-18T13:37:58.137"
      },
      "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": "ffea2d3c-5be5-46ab-9715-1893adbe558f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "28CEABD8-F487-4242-A62C-3032C2CA8FEB",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.423",
        "ModifiedDateTime": "2021-04-16T17:45:05.733"
      },
      "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": "64412026-9d45-4d67-a1f2-11e44a1f5322"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "28ceabd8-f487-4242-a62c-3032c2ca8feb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Loop",
        "Description": "",
        "IsActivatedWithWorkflow": false,
        "Order": 1,
        "CreatedDateTime": "2021-04-16T19:37:12.85",
        "ModifiedDateTime": "2021-04-16T19:37:12.85"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "88a24068-4d49-44b3-a0c6-9fbced4c1eb4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "bd162044-4fb9-4061-9fcb-f8020ed3ed4f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Complete",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": "f0d867e0-5ec2-4b40-a5c4-ffd2cf9ea1d2",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "e46690fb-8372-4ec6-8c57-c850304809fa",
        "CreatedDateTime": "2021-04-16T19:37:13.02",
        "ModifiedDateTime": "2021-04-16T19:37:13.02"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "28ceabd8-f487-4242-a62c-3032c2ca8feb"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0ca0ddef-48ef-4abc-9822-a05e225de26c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d4778c8a-5c38-4f1e-a4a8-52cdd991c60f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.457",
        "ModifiedDateTime": "2021-04-16T19:37:13.457"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0ca0ddef-48ef-4abc-9822-a05e225de26c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "bd162044-4fb9-4061-9fcb-f8020ed3ed4f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "25cad4be-5a00-409d-9bab-e32518d89956",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2018-10-18T13:37:58.577"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "07cb7dbc-236d-4d38-92a4-47ee448ba89a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Status",
        "Name": "Status|Status Attribute",
        "Description": "The status to set the workflow to when marking the workflow complete. <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "Completed",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Status|Status Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2018-10-18T13:37:58.577",
        "ModifiedDateTime": "2018-10-18T13:37:58.577"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.CompleteWorkflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "de7db450-17a9-4b12-998e-7bfee32c916c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "Completed",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.457",
        "ModifiedDateTime": "2021-04-16T19:37:13.457"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "07cb7dbc-236d-4d38-92a4-47ee448ba89a"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "bd162044-4fb9-4061-9fcb-f8020ed3ed4f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "b6e88347-bbfb-42c8-ab0a-7cc983c1fb1e",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "(set) Person",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-04-16T19:37:13.02",
        "ModifiedDateTime": "2021-04-16T19:37:13.02"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "28ceabd8-f487-4242-a62c-3032c2ca8feb"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "71fc49a9-b439-4045-8bc2-ea0e2f043d52",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign array = Workflow | Attribute:'People' | Split:',' %}\n{% assign cl = Workflow | Attribute:'CurrentLoop' %}\n{{ array | Index:cl }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.493",
        "ModifiedDateTime": "2021-04-16T19:37:13.493"
      },
      "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": "b6e88347-bbfb-42c8-ab0a-7cc983c1fb1e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "cbbefa48-e016-426e-b534-0a115a3d5f60",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.493",
        "ModifiedDateTime": "2021-04-16T19:37:13.493"
      },
      "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": "b6e88347-bbfb-42c8-ab0a-7cc983c1fb1e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1ef5a0fa-9914-4b17-a49e-a393611a4074",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a6956f66-d18f-4a44-a290-7e16fe1a263d",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.493",
        "ModifiedDateTime": "2021-04-16T19:37:13.493"
      },
      "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": "b6e88347-bbfb-42c8-ab0a-7cc983c1fb1e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "9fef06e1-aba8-45c2-b8d1-63c6fe41bf67",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "(set) Date Attribute",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-04-16T19:37:13.02",
        "ModifiedDateTime": "2021-04-16T19:37:13.02"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "28ceabd8-f487-4242-a62c-3032c2ca8feb"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f8f252e9-a5b0-44b3-b6e1-b72496ac04b7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% assign date = Activity | Attribute:'Person','Object' | Attribute:'BaptismDate' %}\n{{ date }}\n{% comment %}\n{% assign person = Activity | Attribute:'Person','Object' %}\n{% assign guid = person.PrimaryAlias.Guid %}\n{% groupmember where:'GroupId == 253239' %}\n    {% for member in groupmemberItems %}\n        {% if member.Person.PrimaryAlias.Guid == guid %}\n            {{ member.DateTimeAdded }}\n        {% endif %}\n    {% endfor %}\n{% endgroupmember %}\n{% endcomment %}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.527",
        "ModifiedDateTime": "2021-04-16T18:01:08.873"
      },
      "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": "9fef06e1-aba8-45c2-b8d1-63c6fe41bf67"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "899fdf79-9b09-4ce2-81ac-a413115da000",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.527",
        "ModifiedDateTime": "2021-04-16T19:37:13.527"
      },
      "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": "9fef06e1-aba8-45c2-b8d1-63c6fe41bf67"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9aef71d5-03b5-49ad-b54e-c15fdae66dba",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "04493690-bf0c-4957-808b-01c0dc3933d3",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.527",
        "ModifiedDateTime": "2021-04-16T19:37:13.527"
      },
      "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": "9fef06e1-aba8-45c2-b8d1-63c6fe41bf67"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7061e9a8-8823-4420-8d71-b708adad366c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "RockEntity",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.527",
        "ModifiedDateTime": "2021-04-16T19:37:13.527"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f3e380bf-aac8-4015-9adc-0df56b5462f5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "9fef06e1-aba8-45c2-b8d1-63c6fe41bf67"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "71efa48c-e9f5-4097-a361-45ccf8b001f2",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Add Step",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "False",
        "CreatedDateTime": "2021-04-16T19:37:13.02",
        "ModifiedDateTime": "2021-04-16T19:37:13.02"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "28ceabd8-f487-4242-a62c-3032c2ca8feb"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.AddStep"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "612eaa34-55d2-4aa4-9dcc-9db7d44293c4",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "Workflow attribute that contains the person that is taking the step.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Person",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-18T09:44:04.093",
        "ModifiedDateTime": "2019-12-18T09:44:04.093"
      },
      "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.AddStep"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2a8617a6-3bcd-4a93-9d0c-e117c5bcd35a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "612eaa34-55d2-4aa4-9dcc-9db7d44293c4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9141b701-ae2f-4a01-8568-ee62e02bd8b6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a6956f66-d18f-4a44-a290-7e16fe1a263d",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.56",
        "ModifiedDateTime": "2021-04-16T19:37:13.56"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "612eaa34-55d2-4aa4-9dcc-9db7d44293c4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "71efa48c-e9f5-4097-a361-45ccf8b001f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "46ff1dd0-123f-42ed-a73e-710e0b4d8c50",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Order",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-18T09:44:04.483",
        "ModifiedDateTime": "2019-12-18T09:44:04.483"
      },
      "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.AddStep"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "b8d38438-05f2-414b-b104-7c6d65598c31",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Active",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-18T09:44:04.547",
        "ModifiedDateTime": "2019-12-18T09:44:04.547"
      },
      "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.AddStep"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "94870513-7930-48d8-a8c5-0c7b537efee6",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.56",
        "ModifiedDateTime": "2021-04-16T19:37:13.56"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "b8d38438-05f2-414b-b104-7c6d65598c31"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "71efa48c-e9f5-4097-a361-45ccf8b001f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "987bc48a-154f-41ef-a677-99e3186909ab",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "StepProgramStepType",
        "Name": "Step Type Id|Attribute Value",
        "Description": "The step type id in which the step will be created.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Step Type Id|Attribute Value",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-18T09:44:04.123",
        "ModifiedDateTime": "2019-12-18T09:44:04.123"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.AddStep"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "22abdd5d-2d7d-496b-8ef6-96a94d5a8a7c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.StepProgramStepTypeFieldType|Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "987bc48a-154f-41ef-a677-99e3186909ab"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9f636e7a-4a67-4e9a-9d3b-e1948de1c19b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "e8d75ffb-141a-4038-b822-c1ad98dbb10b",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.56",
        "ModifiedDateTime": "2021-04-16T19:37:13.56"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "987bc48a-154f-41ef-a677-99e3186909ab"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "71efa48c-e9f5-4097-a361-45ccf8b001f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3699d117-7c9b-4d18-85f7-8a7400b6306c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "StepProgramStepStatus",
        "Name": "Step Status Id|Attribute Value",
        "Description": "The step status id in which the step will be created.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Step Status Id|Attribute Value",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-18T09:44:04.157",
        "ModifiedDateTime": "2019-12-18T09:44:04.157"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.AddStep"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "82acf2b4-a96d-4a64-8d9d-1ecfca24dfef",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.StepProgramStepStatusFieldType|Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3699d117-7c9b-4d18-85f7-8a7400b6306c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "eae31973-7a79-457f-8780-0ff77921f6a4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "ae3ba6db-126f-42be-954d-543d9621be42",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.56",
        "ModifiedDateTime": "2021-04-16T19:37:13.56"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "3699d117-7c9b-4d18-85f7-8a7400b6306c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "71efa48c-e9f5-4097-a361-45ccf8b001f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d152b43e-bb5d-4210-a319-cb7e5bafa4c3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "StartDate",
        "Name": "Start Date|Attribute Value",
        "Description": "The date that the step was started.",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Start Date|Attribute Value",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-18T09:44:04.407",
        "ModifiedDateTime": "2019-12-18T09:44:04.407"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.AddStep"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ae2330f5-4ca4-45d7-88a1-dc19b033c0c0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.DateFieldType|Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d152b43e-bb5d-4210-a319-cb7e5bafa4c3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "758d49b1-0ee1-47e5-93b0-31dae23f4a85",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "04493690-bf0c-4957-808b-01c0dc3933d3",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.56",
        "ModifiedDateTime": "2021-04-16T19:37:13.56"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d152b43e-bb5d-4210-a319-cb7e5bafa4c3"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "71efa48c-e9f5-4097-a361-45ccf8b001f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7d8455ea-abd6-4775-b03c-3593212ae749",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EndDate",
        "Name": "End Date|Attribute Value",
        "Description": "The date that the step was ended. This will also be set as the step 'completed' date.",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "End Date|Attribute Value",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2019-12-18T09:44:04.437",
        "ModifiedDateTime": "2020-04-09T13:49:44.08"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.AddStep"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7abf59d0-32ad-457d-a812-e6228ea9d60b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.DateFieldType|Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d8455ea-abd6-4775-b03c-3593212ae749"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "749a1cf6-7123-4347-b621-7b441624333b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "04493690-bf0c-4957-808b-01c0dc3933d3",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.56",
        "ModifiedDateTime": "2021-04-16T19:37:13.56"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7d8455ea-abd6-4775-b03c-3593212ae749"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "71efa48c-e9f5-4097-a361-45ccf8b001f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ed26b7f9-bdaa-49c2-921c-33bed1e9b0d6",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "StepAttribute",
        "Name": "Step Attribute",
        "Description": "An optional step attribute to store the item that is created.",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Step Attribute",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-07-09T13:55:35.263",
        "ModifiedDateTime": "2020-07-09T13:55:35.263"
      },
      "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.AddStep"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1ebcad1b-292f-429f-8efa-261e4a0cd9f8",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.StepFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ed26b7f9-bdaa-49c2-921c-33bed1e9b0d6"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "80b97207-a37f-4a1a-92e2-5a7d95defdad",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "46519d39-9dc4-4a13-8000-19694b25e0f2",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.56",
        "ModifiedDateTime": "2021-04-16T19:37:13.56"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ed26b7f9-bdaa-49c2-921c-33bed1e9b0d6"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "71efa48c-e9f5-4097-a361-45ccf8b001f2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "573fc9c5-426a-4a7a-9efa-5c29a0f65f5e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Campus",
        "Name": "Campus|Attribute Value",
        "Description": "The campus where the step was completed.",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Campus|Attribute Value",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-07-09T13:55:35.28",
        "ModifiedDateTime": "2020-07-09T13:55:35.28"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.AddStep"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "66453ec8-bec4-4496-bb1c-1fe0e21b3ec2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.CampusFieldType|Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "573fc9c5-426a-4a7a-9efa-5c29a0f65f5e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "9e22aed1-ab01-405f-838f-d519c74c28ea",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Increment Counter",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-04-16T19:37:13.02",
        "ModifiedDateTime": "2021-04-16T19:37:13.02"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "28ceabd8-f487-4242-a62c-3032c2ca8feb"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6c77ab5f-0690-4a7d-a6c9-b0fd02c4d495",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Workflow | Attribute:'CurrentLoop' | Plus:1 }}",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.62",
        "ModifiedDateTime": "2021-04-16T19:37:13.62"
      },
      "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": "9e22aed1-ab01-405f-838f-d519c74c28ea"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "48b7c072-7ae0-4858-9731-8634b2f4cecd",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.62",
        "ModifiedDateTime": "2021-04-16T19:37:13.62"
      },
      "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": "9e22aed1-ab01-405f-838f-d519c74c28ea"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0919eadd-2f5f-4845-a81b-8acc43497062",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "f0d867e0-5ec2-4b40-a5c4-ffd2cf9ea1d2",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.62",
        "ModifiedDateTime": "2021-04-16T19:37:13.62"
      },
      "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": "9e22aed1-ab01-405f-838f-d519c74c28ea"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "6996d3b2-b35c-4ec7-bfe8-b9a26c81aa46",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Loop",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": true,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2021-04-16T19:37:13.02",
        "ModifiedDateTime": "2021-04-16T19:37:13.02"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "28ceabd8-f487-4242-a62c-3032c2ca8feb"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.ActivateActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "a6fec3a9-c5b9-490e-b442-2e38e69d6c3f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.647",
        "ModifiedDateTime": "2021-04-16T19:37:13.647"
      },
      "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": "6996d3b2-b35c-4ec7-bfe8-b9a26c81aa46"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c59637ae-4f8d-49d0-b62a-57c72f72f7f1",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "28CEABD8-F487-4242-A62C-3032C2CA8FEB",
        "ValueAsNumeric": null,
        "CreatedDateTime": "2021-04-16T19:37:13.647",
        "ModifiedDateTime": "2021-04-16T17:45:05.81"
      },
      "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": "6996d3b2-b35c-4ec7-bfe8-b9a26c81aa46"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a6956f66-d18f-4a44-a290-7e16fe1a263d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Person",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-04-16T18:01:08.797"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "28ceabd8-f487-4242-a62c-3032c2ca8feb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ea04ae9d-4606-4bb2-bb7c-28b9b3690c6f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a6956f66-d18f-4a44-a290-7e16fe1a263d"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "04493690-bf0c-4957-808b-01c0dc3933d3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "Date",
        "Name": "Date",
        "Description": "",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Date",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-04-16T18:01:08.843"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DateFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "28ceabd8-f487-4242-a62c-3032c2ca8feb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fbccacf2-5c0f-4173-aec3-2c3d18ad39f5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "datePickerControlType",
        "Value": "Date Picker"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "04493690-bf0c-4957-808b-01c0dc3933d3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "41f131e5-fed4-48d7-9827-01b93cee1dbf",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "displayCurrentOption",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "04493690-bf0c-4957-808b-01c0dc3933d3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b2e60e6d-6dfd-4fc8-a00c-0528a4bf4bc0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "displayDiff",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "04493690-bf0c-4957-808b-01c0dc3933d3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "54186d9c-0cd4-4947-b6b7-61bfc1cfdcae",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "format",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "04493690-bf0c-4957-808b-01c0dc3933d3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "44fb003b-c35f-43b7-a131-39868a375716",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "futureYearCount",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "04493690-bf0c-4957-808b-01c0dc3933d3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b7807ea-24b0-4b73-ac78-5269238281c7",
      "GenerateNewGuid": false,
      "Properties": {
        "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,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Last Round Robin Person (Select Person)",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-08-04T11:18:41.303",
        "ModifiedDateTime": "2017-08-04T11:18:41.303"
      },
      "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": {
        "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,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "AbbreviatedName": "Last Round Robin Person (Assign Pastor)",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2017-09-25T14:47:30.373",
        "ModifiedDateTime": "2017-09-25T14:47:30.373"
      },
      "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": "e8d75ffb-141a-4038-b822-c1ad98dbb10b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "StepType",
        "Name": "Step Type",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "a31ae259-885e-4ace-b8b6-56000f58ea3b|801cc43c-0641-4271-939e-75e428f31d06",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Step Type",
        "IsPublic": false,
        "ShowOnBulk": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-04-16T18:01:08.733"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.StepProgramStepTypeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "88a24068-4d49-44b3-a0c6-9fbced4c1eb4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4c2d5658-a06a-46a5-9b0f-17daa6abde70",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "DefaultStepProgramGuid",
        "Value": "1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e8d75ffb-141a-4038-b822-c1ad98dbb10b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ae3ba6db-126f-42be-954d-543d9621be42",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "StepStatus",
        "Name": "Step Status",
        "Description": "",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "a31ae259-885e-4ace-b8b6-56000f58ea3b|2bc1146e-4dbf-4915-814b-f0fed29ddd19",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Step Status",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-04-16T18:01:08.733"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.StepProgramStepStatusFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "88a24068-4d49-44b3-a0c6-9fbced4c1eb4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "68c3797b-2d94-4f20-8a7c-e7f9cd94a987",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "DefaultStepProgramGuid",
        "Value": "1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ae3ba6db-126f-42be-954d-543d9621be42"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "46519d39-9dc4-4a13-8000-19694b25e0f2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Step",
        "Name": "Step",
        "Description": "",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "Step",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-04-16T18:01:08.75"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.StepFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "88a24068-4d49-44b3-a0c6-9fbced4c1eb4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "0b5b1924-02c9-43a2-8a27-1968b549a6c3",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "People",
        "Name": "People",
        "Description": "",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "People",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-04-16T18:01:08.763"
      },
      "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": "88a24068-4d49-44b3-a0c6-9fbced4c1eb4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "dd74c703-daf3-4ad4-a662-058e6d38706a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0b5b1924-02c9-43a2-8a27-1968b549a6c3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0797b21d-9b8f-48a9-a75e-9fcb3f0c2abf",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0b5b1924-02c9-43a2-8a27-1968b549a6c3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "72f3fa03-f03c-4e1c-a16a-fe35e5b4f679",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "0b5b1924-02c9-43a2-8a27-1968b549a6c3"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e46690fb-8372-4ec6-8c57-c850304809fa",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "MaxCount",
        "Name": "MaxCount",
        "Description": "",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "MaxCount",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-04-16T18:01:08.763"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "88a24068-4d49-44b3-a0c6-9fbced4c1eb4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f0d867e0-5ec2-4b40-a5c4-ffd2cf9ea1d2",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "CurrentLoop",
        "Name": "CurrentLoop",
        "Description": "",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "0",
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "AbbreviatedName": "CurrentLoop",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2021-04-16T18:01:08.78"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "88a24068-4d49-44b3-a0c6-9fbced4c1eb4"
        }
      ]
    }
  ],
  "RootEntities": [
    "88a24068-4d49-44b3-a0c6-9fbced4c1eb4"
  ]
}