{ "Entities": [ { "EntityType": "Rock.Model.WorkflowType", "Guid": "478ee7c3-f911-415d-b54d-39fd13a25adf", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "IsActive": true, "WorkflowIdPrefix": "", "Name": "Check-in To Group Attendance", "Description": "This workflow records attendance with for the current person in the indicated group and is called with two parameters:\n\n1. Group - group where attendance should be recorded\n2. Page - page where this workflow is called from (the page title is used as the check-in form title)\n\nIn both cases, the entity Guid is passed in the query string. Here is an example:\n\nhttps://app.liquidchurch.com/ConversationCheckin?Page=083abbb9-92c0-ab87-8e08-7acc0e1b9097&Group=5a9f4aea-15aa-42ee-8ea3-f5c2a585cc9d\n\nNote also that the calling page should require login so that Current Person is populated.", "Order": 0, "WorkTerm": "Work", "ProcessingIntervalSeconds": 28800, "IsPersisted": false, "SummaryViewText": "
\n
\n
Started By
{{ Workflow.InitiatorPersonAlias.Person.FullName }}
\n
\n
\n
Started On
{{ Workflow.ActivatedDateTime | Date:'MM/dd/yyyy' }} at {{ Workflow.ActivatedDateTime | Date:'hh:mm:ss tt' }}
\n
\n
\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 %}
{{ attribute.AttributeName }}
{{ attributeValue }}
{% endcapture %}\n {% assign attributeList = attributeList | Append:item %}\n {% endif %}\n {% endif %}\n{% endfor %}\n\n{% if attributeList != '' %}\n
\n
\n
\n {{ attributeList }}\n
\n
\n
\n{% endif %}", "NoActionMessage": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.", "LogRetentionPeriod": null, "CompletedWorkflowRetentionPeriod": 30, "LoggingLevel": 0, "IconCssClass": "fa fa-list-ol", "MaxWorkflowAgeDays": 7, "IsFormBuilder": false, "FormBuilderSettingsJson": null, "FormStartDateTime": null, "FormEndDateTime": null, "WorkflowExpireDateTime": null, "IsLoginRequired": false, "CreatedDateTime": "2025-04-24T12:38:30.227", "ModifiedDateTime": "2025-04-24T22:54:01.99" }, "Transforms": {}, "References": [ { "Property": "CategoryId", "EntityType": "", "Type": 4, "Data": "WorkflowCategory" } ] }, { "EntityType": "Rock.Model.WorkflowActivityType", "Guid": "608417ef-0b2f-4f16-af92-50df143741b6", "GenerateNewGuid": true, "Properties": { "IsActive": true, "Name": "Validate Attributes And Present Form", "Description": "Validate workflow attributes and present check-in form", "IsActivatedWithWorkflow": true, "Order": 0, "CreatedDateTime": "2025-04-24T12:38:30.54", "ModifiedDateTime": "2025-04-24T22:19:01.417" }, "Transforms": {}, "References": [ { "Property": "WorkflowTypeId", "EntityType": "Rock.Model.WorkflowType", "Type": 1, "Data": "478ee7c3-f911-415d-b54d-39fd13a25adf" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "a1a6e218-5adb-4d8d-ad4c-31816e6fa933", "GenerateNewGuid": true, "Properties": { "Name": "Set Person", "Order": 0, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": false, "CriteriaAttributeGuid": null, "CriteriaComparisonType": 1, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T12:38:30.57", "ModifiedDateTime": "2025-04-24T14:33:00.88" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "608417ef-0b2f-4f16-af92-50df143741b6" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.SetAttributeToCurrentPerson" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "de9cb292-4785-4ea3-976d-3826f91e9e98", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Active", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Active", "Name": "Active", "Description": "Should Service be used?", "Order": 0, "IsGridColumn": false, "DefaultValue": "False", "DefaultPersistedTextValue": "No", "DefaultPersistedHtmlValue": "No", "DefaultPersistedCondensedTextValue": "N", "DefaultPersistedCondensedHtmlValue": "N", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.SetAttributeToCurrentPerson" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "8b2d3208-4a73-474f-b76f-542c64d23448", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T14:16:05.563", "ModifiedDateTime": "2025-04-24T14:16:05.563" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "de9cb292-4785-4ea3-976d-3826f91e9e98" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "a1a6e218-5adb-4d8d-ad4c-31816e6fa933" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "bbed8a83-8bb2-4d35-bafb-05f67dcad112", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Person Attribute", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "PersonAttribute", "Name": "Person Attribute", "Description": "The attribute to set to the currently logged in person.", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "Attribute not supported", "DefaultPersistedHtmlValue": "Attribute not supported", "DefaultPersistedCondensedTextValue": "Attribute not supported", "DefaultPersistedCondensedHtmlValue": "Attribute not supported", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.WorkflowAttributeFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.SetAttributeToCurrentPerson" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "dac7a8db-9e8b-4932-b66b-c81a7e935a07", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "attributefieldtypes", "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.PersonFieldType" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "bbed8a83-8bb2-4d35-bafb-05f67dcad112" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "1f8d9a6f-1893-498a-b581-f155d409234a", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "a116b419-2b92-41f5-9c77-26de14a6a3d6", "PersistedTextValue": "Attribute not supported", "PersistedHtmlValue": "Attribute not supported", "PersistedCondensedTextValue": "Attribute not supported", "PersistedCondensedHtmlValue": "Attribute not supported", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T14:16:05.563", "ModifiedDateTime": "2025-04-24T14:16:05.563" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "bbed8a83-8bb2-4d35-bafb-05f67dcad112" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "a1a6e218-5adb-4d8d-ad4c-31816e6fa933" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "89e9bced-91ab-47b0-ad52-d78b0b7cb9e8", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Order", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Order", "Name": "Order", "Description": "The order that this service should be used (priority)", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.IntegerFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.SetAttributeToCurrentPerson" } ] }, { "EntityType": "Rock.Model.Category", "Guid": "d8ec958d-add5-48fc-b539-cb919f5c9d32", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "EntityTypeQualifierColumn": null, "EntityTypeQualifierValue": null, "Order": 6, "Name": "Workflow", "Description": "", "IconCssClass": "fa fa-cogs", "HighlightColor": null, "CreatedDateTime": "2021-12-17T15:48:07.797", "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.SystemCommunication" } ] }, { "EntityType": "Rock.Model.SystemCommunication", "Guid": "88c7d1cc-3478-4562-a301-ae7d4d7fff6d", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "IsActive": true, "Title": "Workflow Form Notification", "From": "", "FromName": "", "To": "", "Cc": "", "Bcc": "", "Subject": "{{ Workflow.WorkflowType.Name }}: {{ Workflow.Name }}", "Body": "{{ 'Global' | Attribute:'EmailHeader' }}\r\n\r\n

{{ Person.FirstName }},

\r\n

The following {{ Workflow.WorkflowType.Name }} requires action:

\r\n

{{ Workflow.WorkflowType.WorkTerm}}: {{ Workflow.Name }}

\r\n\r\n{% assign RequiredFields = false %}\r\n\r\n

Details

\r\n\r\n\r\n\r\n{% for attribute in Action.FormAttributes %}\r\n\r\n \r\n {% if attribute.IsVisible and attribute.Value != '' %}\r\n
\r\n {{ attribute.Name }}:\r\n
\r\n \r\n {% if attribute.Url and attribute.Url != '' %}\r\n {{ attribute.Value }}\r\n {% else %}\r\n {{ attribute.Value }}\r\n {% endif %}\r\n\r\n
\r\n
\r\n {% endif %}\r\n \r\n \r\n {% if attribute.IsRequired and attribute.Value == Empty %}\r\n {% assign RequiredFields = true %}\r\n {% endif %}\r\n\r\n{% endfor %}\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n
\r\n\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \t\t\r\n \r\n \t
\r\n\r\n {% if Action.ActionType.WorkflowForm.IncludeActionsInNotification == true %}\r\n\r\n {% if RequiredFields != true %}\r\n \r\n {% for button in Action.ActionType.WorkflowForm.Buttons %}\r\n {% capture ButtonLinkSearch %}{% raw %}{{ ButtonLink }}{% endraw %}{% endcapture %}\r\n {% capture ButtonLinkReplace %}{{ 'Global' | Attribute:'InternalApplicationRoot' }}WorkflowEntry/{{ Workflow.WorkflowTypeId }}?WorkflowGuid={{ Workflow.Guid }}&ActionId={{ Action.Id }}&Command={{ button.Name }}{% endcapture %}\r\n {% capture ButtonHtml %}{{ button.EmailHtml | Replace: ButtonLinkSearch, ButtonLinkReplace }}{% endcapture %}\r\n\r\n {% capture ButtonTextSearch %}{% raw %}{{ ButtonText }}{% endraw %}{% endcapture %}\r\n {% capture ButtonTextReplace %}{{ button.Name }}{% endcapture %}\r\n {{ ButtonHtml | Replace: ButtonTextSearch, ButtonTextReplace }}\r\n {% endfor %}\r\n {% endif %}\r\n\r\n {% endif %}\r\n\r\n
\r\n\r\n\r\n{{ 'Global' | Attribute:'EmailFooter' }}", "CssInliningEnabled": false, "SMSMessage": null, "LavaFieldsJson": "{}", "PushTitle": null, "PushMessage": null, "PushSound": null, "PushImageBinaryFileId": null, "PushOpenAction": null, "PushOpenMessage": null, "PushData": null, "LavaFields": {}, "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "CategoryId", "EntityType": "Rock.Model.Category", "Type": 1, "Data": "d8ec958d-add5-48fc-b539-cb919f5c9d32" } ] }, { "EntityType": "Rock.Model.Category", "Guid": "994992bc-be9e-4555-9e76-f1d6219aab13", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "EntityTypeQualifierColumn": null, "EntityTypeQualifierValue": null, "Order": 16, "Name": "Person", "Description": null, "IconCssClass": null, "HighlightColor": null, "CreatedDateTime": null, "ModifiedDateTime": "2023-12-27T08:31:57.983" }, "Transforms": {}, "References": [ { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.DefinedType" } ] }, { "EntityType": "Rock.Model.DefinedType", "Guid": "2e6540ea-63f0-40fe-be50-f2a84735e600", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Order": 0, "Name": "Connection Status", "Description": "Determines the level of connection (member, visitor, etc.) the individual has to the organization.", "HelpText": "", "IsActive": true, "EnableSecurityOnValues": false, "CategorizedValuesEnabled": null, "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.TextFieldType" }, { "Property": "CategoryId", "EntityType": "Rock.Model.Category", "Type": 1, "Data": "994992bc-be9e-4555-9e76-f1d6219aab13" }, { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.TextFieldType" }, { "Property": "CategoryId", "EntityType": "Rock.Model.Category", "Type": 1, "Data": "994992bc-be9e-4555-9e76-f1d6219aab13" } ] }, { "EntityType": "Rock.Model.DefinedValue", "Guid": "39f491c5-d6ac-4a9b-8ac0-c431cb17d588", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Order": 1, "Value": "Attendee", "Description": "Denotes an individual who is a consistently active participant in your services and/or ministry events.", "IsActive": false, "CategoryName": "", "CreatedDateTime": null, "ModifiedDateTime": "2024-05-21T13:49:10.047" }, "Transforms": {}, "References": [ { "Property": "DefinedTypeId", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "2e6540ea-63f0-40fe-be50-f2a84735e600" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "23777a50-e000-4f29-994f-26635a357160", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Color", "IsSystem": true, "EntityTypeQualifierColumn": "DefinedTypeId", "Key": "Color", "Name": "Color", "Description": "", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.TextFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.DefinedValue" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "2e6540ea-63f0-40fe-be50-f2a84735e600" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "cf38be6e-83c9-4843-9723-0f30c5f5909a", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "ispassword", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "23777a50-e000-4f29-994f-26635a357160" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "60cb3f92-20cd-4172-810a-13954ed0a538", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "maxcharacters", "Value": "" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "23777a50-e000-4f29-994f-26635a357160" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "d5ac25a0-f120-4b63-9a49-8e532774b6b3", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "showcountdown", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "23777a50-e000-4f29-994f-26635a357160" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "76dc13fd-f063-49ad-848a-19639649de21", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Value": "#396772", "PersistedTextValue": "#396772", "PersistedHtmlValue": "#396772", "PersistedCondensedTextValue": "#396772", "PersistedCondensedHtmlValue": "#396772", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": 396772.00, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "23777a50-e000-4f29-994f-26635a357160" }, { "Property": "EntityId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "39f491c5-d6ac-4a9b-8ac0-c431cb17d588" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "849b0b11-8ad3-452c-a773-0d2ab6eed7a5", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Priority", "IsSystem": false, "EntityTypeQualifierColumn": "DefinedTypeId", "Key": "Priority", "Name": "Priority", "Description": "Numeric value that indicates which statuses this status should override. Higher numbers are higher priority.", "Order": 1064, "IsGridColumn": true, "DefaultValue": "0", "DefaultPersistedTextValue": "0", "DefaultPersistedHtmlValue": "0", "DefaultPersistedCondensedTextValue": "0", "DefaultPersistedCondensedHtmlValue": "0", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2020-03-20T13:54:23.92", "ModifiedDateTime": "2023-03-15T02:16:37.567" }, "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.DefinedValue" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "2e6540ea-63f0-40fe-be50-f2a84735e600" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "41fe0257-6d3c-467a-8ba5-7385d48fc7de", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Value": "0", "PersistedTextValue": "0", "PersistedHtmlValue": "0", "PersistedCondensedTextValue": "0", "PersistedCondensedHtmlValue": "0", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": 0.00, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2024-05-21T13:49:10.047", "ModifiedDateTime": "2024-05-21T13:49:10.047" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "849b0b11-8ad3-452c-a773-0d2ab6eed7a5" }, { "Property": "EntityId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "39f491c5-d6ac-4a9b-8ac0-c431cb17d588" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "92b4f36f-0f31-430c-ab3f-41058b8b967a", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Target Status", "IsSystem": false, "EntityTypeQualifierColumn": "DefinedTypeId", "Key": "TargetStatus", "Name": "Target Status", "Description": "", "Order": 6625, "IsGridColumn": true, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": "", "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2023-06-13T16:13:10.257", "ModifiedDateTime": "2023-06-13T16:13:10.257" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.DefinedValueFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.DefinedValue" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "2e6540ea-63f0-40fe-be50-f2a84735e600" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "3c5a42c5-a4d1-4e4f-b33a-14b8b1fb45ae", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "AllowAddingNewValues", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "92b4f36f-0f31-430c-ab3f-41058b8b967a" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "3c0d706a-2e51-4ada-b17e-5a437c29bdc8", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "allowmultiple", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "92b4f36f-0f31-430c-ab3f-41058b8b967a" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "70576962-e1dc-4c42-a0c2-6369d5065dd3", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "definedtype", "Value": "4" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "92b4f36f-0f31-430c-ab3f-41058b8b967a" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "16d619a4-bafb-4d99-a76e-b7610641aef4", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "displaydescription", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "92b4f36f-0f31-430c-ab3f-41058b8b967a" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "1ddaf6cf-4987-41b6-a84f-b7a4cb27e9ad", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "enhancedselection", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "92b4f36f-0f31-430c-ab3f-41058b8b967a" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "91cfe4b7-da94-429c-b3e6-1fa3873797fd", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "includeInactive", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "92b4f36f-0f31-430c-ab3f-41058b8b967a" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "9117bb4d-e643-426e-9f3c-10b7448d77d2", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "RepeatColumns", "Value": "" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "92b4f36f-0f31-430c-ab3f-41058b8b967a" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "a36aa7bf-ad22-4bd6-9a9c-f643ac643777", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "SelectableDefinedValuesId", "Value": "" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "92b4f36f-0f31-430c-ab3f-41058b8b967a" } ] }, { "EntityType": "Rock.Model.DefinedType", "Guid": "8522badd-2871-45a5-81dd-c76da07e2e7e", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Order": 0, "Name": "Record Status", "Description": "Notes the state (Active, Inactive, Pending, etc.) of the record.", "HelpText": null, "IsActive": true, "EnableSecurityOnValues": false, "CategorizedValuesEnabled": null, "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.TextFieldType" }, { "Property": "CategoryId", "EntityType": "Rock.Model.Category", "Type": 1, "Data": "994992bc-be9e-4555-9e76-f1d6219aab13" } ] }, { "EntityType": "Rock.Model.DefinedValue", "Guid": "618f906c-c33d-4fa3-8aef-e58cb7b63f1e", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Order": 0, "Value": "Active", "Description": "Denotes an individual that is actively participating in the activities or services of the organization.", "IsActive": true, "CategoryName": "", "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "DefinedTypeId", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "8522badd-2871-45a5-81dd-c76da07e2e7e" } ] }, { "EntityType": "Rock.Model.Category", "Guid": "8437cc1a-a799-4a49-b336-19ce03a06ef0", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "EntityTypeQualifierColumn": null, "EntityTypeQualifierValue": null, "Order": 10, "Name": "Group", "Description": null, "IconCssClass": null, "HighlightColor": null, "CreatedDateTime": null, "ModifiedDateTime": "2023-12-27T08:31:57.983" }, "Transforms": {}, "References": [ { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.DefinedType" } ] }, { "EntityType": "Rock.Model.DefinedType", "Guid": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Order": 2, "Name": "Location Type", "Description": "Categorizes (home, work, etc.) locations for use in groups.", "HelpText": null, "IsActive": true, "EnableSecurityOnValues": false, "CategorizedValuesEnabled": null, "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.TextFieldType" }, { "Property": "CategoryId", "EntityType": "Rock.Model.Category", "Type": 1, "Data": "8437cc1a-a799-4a49-b336-19ce03a06ef0" }, { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.TextFieldType" }, { "Property": "CategoryId", "EntityType": "Rock.Model.Category", "Type": 1, "Data": "8437cc1a-a799-4a49-b336-19ce03a06ef0" } ] }, { "EntityType": "Rock.Model.DefinedValue", "Guid": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Order": 0, "Value": "Home", "Description": "Address where the family lives.", "IsActive": true, "CategoryName": "", "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "DefinedTypeId", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Allow Map Selection", "IsSystem": false, "EntityTypeQualifierColumn": "DefinedTypeId", "Key": "AllowMapSelection", "Name": "Allow Map Selection", "Description": "When adding a location of this type to a group, should user be able to select a point on a map?", "Order": 0, "IsGridColumn": false, "DefaultValue": "True", "DefaultPersistedTextValue": "Yes", "DefaultPersistedHtmlValue": "Yes", "DefaultPersistedCondensedTextValue": "Y", "DefaultPersistedCondensedHtmlValue": "Y", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.DefinedValue" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "c9c190c0-6b5b-4882-9d9d-fb86718f5135", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "falsetext", "Value": "No" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "f5bde6e9-1c95-4c28-a28e-68a5658b4665", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "truetext", "Value": "Yes" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "7cd85825-d3db-45ff-bc34-9313b53f5c34", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Value": "True", "PersistedTextValue": "Yes", "PersistedHtmlValue": "Yes", "PersistedCondensedTextValue": "Y", "PersistedCondensedHtmlValue": "Y", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": true, "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9" }, { "Property": "EntityId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Allow Named Selection", "IsSystem": false, "EntityTypeQualifierColumn": "DefinedTypeId", "Key": "AllowNamedSelection", "Name": "Allow Named Selection", "Description": "When adding a location of this type to a group, should user be able to select a named location?", "Order": 0, "IsGridColumn": false, "DefaultValue": "True", "DefaultPersistedTextValue": "Yes", "DefaultPersistedHtmlValue": "Yes", "DefaultPersistedCondensedTextValue": "Y", "DefaultPersistedCondensedHtmlValue": "Y", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.DefinedValue" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "013cfb1f-5d3d-4b69-a972-ac4810141866", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "falsetext", "Value": "No" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "bbe52779-308a-466f-a220-37fc9e7e6320", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "truetext", "Value": "Yes" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "e82af5db-2a13-4c9e-8d27-6d27a7412aff", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Value": "True", "PersistedTextValue": "Yes", "PersistedHtmlValue": "Yes", "PersistedCondensedTextValue": "Y", "PersistedCondensedHtmlValue": "Y", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": true, "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2" }, { "Property": "EntityId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Allow Address Selection", "IsSystem": false, "EntityTypeQualifierColumn": "DefinedTypeId", "Key": "AllowAddressSelection", "Name": "Allow Address Selection", "Description": "When adding a location of this type to a group, should user be able to select an address?", "Order": 0, "IsGridColumn": false, "DefaultValue": "True", "DefaultPersistedTextValue": "Yes", "DefaultPersistedHtmlValue": "Yes", "DefaultPersistedCondensedTextValue": "Y", "DefaultPersistedCondensedHtmlValue": "Y", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.DefinedValue" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "f3ace584-5993-4bd4-991f-a2f08f0a3788", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "falsetext", "Value": "No" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "48b28573-05c7-4ce6-a690-300d1ce11bb9", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "truetext", "Value": "Yes" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "d074fd27-0ce5-40ce-af23-d053b1b318aa", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Value": "True", "PersistedTextValue": "Yes", "PersistedHtmlValue": "Yes", "PersistedCondensedTextValue": "Y", "PersistedCondensedHtmlValue": "Y", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": true, "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b" }, { "Property": "EntityId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "348b1563-bbc9-4853-bd4e-4ceae87ca2b6", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Icon CSS Class", "IsSystem": true, "EntityTypeQualifierColumn": "DefinedTypeId", "Key": "IconCSSClass", "Name": "Icon CSS Class", "Description": "", "Order": 2014, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:15:18.157" }, "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.DefinedValue" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "ffcf4c55-07f3-4677-9f3f-376dff886a23", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Value": "fa fa-home", "PersistedTextValue": "fa fa-home", "PersistedHtmlValue": "fa fa-home", "PersistedCondensedTextValue": "fa fa-home", "PersistedCondensedHtmlValue": "fa fa-home", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "348b1563-bbc9-4853-bd4e-4ceae87ca2b6" }, { "Property": "EntityId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc" } ] }, { "EntityType": "Rock.Model.Category", "Guid": "4503c83e-4171-4eae-99c1-a3647e065181", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "EntityTypeQualifierColumn": null, "EntityTypeQualifierValue": null, "Order": 2, "Name": "Campus", "Description": "", "IconCssClass": "fa fa-building", "HighlightColor": null, "CreatedDateTime": null, "ModifiedDateTime": "2023-12-27T08:32:02.877" }, "Transforms": {}, "References": [ { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.DefinedType" } ] }, { "EntityType": "Rock.Model.DefinedType", "Guid": "840cda6d-6e81-4eb7-b325-be708990cce9", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Order": 62, "Name": "Campus Status", "Description": "List of possible statuses a campus can have.", "HelpText": "", "IsActive": true, "EnableSecurityOnValues": false, "CategorizedValuesEnabled": null, "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.TextFieldType" }, { "Property": "CategoryId", "EntityType": "Rock.Model.Category", "Type": 1, "Data": "4503c83e-4171-4eae-99c1-a3647e065181" } ] }, { "EntityType": "Rock.Model.DefinedValue", "Guid": "10696fd8-d0c7-486f-b736-5fb3f5d69f1a", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Order": 1, "Value": "Open", "Description": "", "IsActive": true, "CategoryName": "", "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "DefinedTypeId", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "840cda6d-6e81-4eb7-b325-be708990cce9" } ] }, { "EntityType": "Rock.Model.Category", "Guid": "cb71e9cd-f11d-4ea0-a154-edf3cecf6f77", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "EntityTypeQualifierColumn": null, "EntityTypeQualifierValue": null, "Order": 8, "Name": "Global", "Description": null, "IconCssClass": null, "HighlightColor": null, "CreatedDateTime": null, "ModifiedDateTime": "2023-12-27T08:31:57.983" }, "Transforms": {}, "References": [ { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.DefinedType" } ] }, { "EntityType": "Rock.Model.DefinedType", "Guid": "407a3a73-a3ef-4970-b856-2a33f62ac72e", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Order": 26, "Name": "Button HTML", "Description": "Contains HTML for common button styles.", "HelpText": null, "IsActive": true, "EnableSecurityOnValues": false, "CategorizedValuesEnabled": null, "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.TextFieldType" }, { "Property": "CategoryId", "EntityType": "Rock.Model.Category", "Type": 1, "Data": "cb71e9cd-f11d-4ea0-a154-edf3cecf6f77" } ] }, { "EntityType": "Rock.Model.DefinedValue", "Guid": "fdc397cd-8b4a-436e-bea1-bce2e6717c03", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Order": 0, "Value": "Primary", "Description": "Used for the primary button on the form. Styled to use the Rock brand color (orange).", "IsActive": true, "CategoryName": "", "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "DefinedTypeId", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "6ff59f53-28ea-4bfe-afe1-a459cc588495", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Button HTML", "IsSystem": true, "EntityTypeQualifierColumn": "DefinedTypeId", "Key": "ButtonHTML", "Name": "Button HTML", "Description": "The HTML to use for displaying a button. \"{{ ButtonLink }}\", \"{{ ButtonClick }}\" and \"{{ ButtonText }}\" merge fields are available to be used in the HTML as placeholders. {{ ButtonLink }} will be replaced with the url that user should be redirected to when they select that button. {{ ButtonClick }} is replaced with any necessary client script (e.g. validation and animation). {{ ButtonText }} is replaced with the name to be displayed.", "Order": 28, "IsGridColumn": true, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.CodeEditorFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.DefinedValue" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "7e21a104-50f6-4c93-943b-d1ebee3444ee", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Key": "editorHeight", "Value": "" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "203785f4-60c1-4bd4-b2f4-cc125857a360", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Key": "editorMode", "Value": "2" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "afd572cd-b751-474f-945d-97dd1a3c7edf", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Key": "editorTheme", "Value": "0" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "1c99c131-60b2-40dd-ac2a-1697856920c5", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Value": " {{ ButtonText }}\"\r\n class=\"btn btn-primary\"\r\n >\r\n {{ ButtonText }}\r\n", "PersistedTextValue": " {{ ButtonText }}\"\r\n class=\"btn btn-primary\"\r\n >\r\n {{ ButtonText }}\r\n", "PersistedHtmlValue": "<a href="{{ ButtonLink }}" \r\n onclick="{{ ButtonClick }}"\r\n data-loading-text="<i class='fa fa-refresh fa-spin'></i> {{ ButtonText }}"\r\n class="btn btn-primary"\r\n >\r\n {{ ButtonText }}\r\n</a>", "PersistedCondensedTextValue": "\r\n \r\n \r\n\r\n\t\t
{{ ButtonText }}
\r\n\r\n\t\r\n \r\n", "PersistedTextValue": "\r\n \r\n \r\n \r\n
\r\n\r\n\t\t
{{ ButtonText }}
\r\n\r\n\t
", "PersistedHtmlValue": "<table align="left" style="width: 29%; min-width: 190px; margin-bottom: 12px;" cellpadding="0" cellspacing="0">\r\n <tr>\r\n <td>\r\n\r\n\t\t<div><!--[if mso]>\r\n\t\t <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="{{ ButtonLink }}" style="height:38px;v-text-anchor:middle;width:175px;" arcsize="11%" strokecolor="#e76812" fillcolor="#ee7624">\r\n\t\t\t<w:anchorlock/>\r\n\t\t\t<center style="color:#ffffff;font-family:sans-serif;font-size:13px;font-weight:normal;">{{ ButtonText }}</center>\r\n\t\t </v:roundrect>\r\n\t\t<![endif]--><a href="{{ ButtonLink }}"\r\n\t\tstyle="background-color:#ee7624;border:1px solid #e76812;border-radius:4px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:normal;line-height:38px;text-align:center;text-decoration:none;width:175px;-webkit-text-size-adjust:none;mso-hide:all;">{{ ButtonText }}</a></div>\r\n\r\n\t</td>\r\n </tr>\r\n</table>", "PersistedCondensedTextValue": "{{ Workflow | Attribute:'Page' }}\n\n

\n {% assign person = Workflow | Attribute:'Person','Object' %}\n YOUR INFORMATION:
\n {{ person.FullName }}
\n Email Address: {{ person.Email }}
\n Mobile Phone #: {{ person | PhoneNumber:'Mobile' }}
\n Home Address: {{ person | Address:'Home' }}
\n Birthdate: {{ person.BirthDate | Date:'M/d/yyyy' }}
\n
\n Campus: {{ person | Campus | Property:'Name' }}\n

\n{% assign root = 'Global' | Attribute:'PublicApplicationRoot' %}\n

Please click here to make updates to your profile.

", "Footer": "", "ActionAttributeGuid": null, "AllowNotes": false, "AllowPersonEntry": false, "PersonEntryPreHtml": "

RSVP

", "PersonEntryPostHtml": "", "PersonEntryCampusIsVisible": true, "PersonEntryAutofillCurrentPerson": true, "PersonEntryHideIfCurrentPersonKnown": false, "PersonEntrySpouseEntryOption": 0, "PersonEntryGenderEntryOption": 0, "PersonEntryEmailEntryOption": 2, "PersonEntryMobilePhoneEntryOption": 2, "PersonEntrySmsOptInEntryOption": 0, "PersonEntryBirthdateEntryOption": 0, "PersonEntryAddressEntryOption": 0, "PersonEntryMaritalStatusEntryOption": 0, "PersonEntryRaceEntryOption": 0, "PersonEntryEthnicityEntryOption": 0, "PersonEntrySpouseLabel": "Spouse", "PersonEntryPersonAttributeGuid": null, "PersonEntrySpouseAttributeGuid": null, "PersonEntryFamilyAttributeGuid": null, "PersonEntryTitle": null, "PersonEntryDescription": null, "PersonEntryShowHeadingSeparator": false, "CreatedDateTime": "2025-04-24T12:38:30.57", "ModifiedDateTime": "2025-04-24T14:36:19.437" }, "Transforms": { "5df81bd2-6d4e-438e-98a8-6e756b738264": "Check-in^fdc397cd-8b4a-436e-bea1-bce2e6717c03^^Hey {{ Workflow %7C Attribute:'Person','NickName' }} - thanks for checking in!|" }, "References": [ { "Property": "NotificationSystemCommunicationId", "EntityType": "Rock.Model.SystemCommunication", "Type": 1, "Data": "88c7d1cc-3478-4562-a301-ae7d4d7fff6d" }, { "Property": "PersonEntryConnectionStatusValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "39f491c5-d6ac-4a9b-8ac0-c431cb17d588" }, { "Property": "PersonEntryRecordStatusValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "618f906c-c33d-4fa3-8aef-e58cb7b63f1e" }, { "Property": "PersonEntryGroupLocationTypeValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc" }, { "Property": "PersonEntryCampusStatusValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "10696fd8-d0c7-486f-b736-5fb3f5d69f1a" }, { "Property": "Actions", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "a116b419-2b92-41f5-9c77-26de14a6a3d6", "GenerateNewGuid": true, "Properties": { "AbbreviatedName": "Person", "IsSystem": false, "EntityTypeQualifierColumn": "WorkflowTypeId", "Key": "Person", "Name": "Person", "Description": "Person to check in", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": "", "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2025-04-24T22:54:02.037" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.PersonFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.Workflow" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.WorkflowType", "Type": 1, "Data": "478ee7c3-f911-415d-b54d-39fd13a25adf" }, { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.PersonFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.Workflow" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "9b26b67d-03bc-4129-b4e0-c3222ff59ee0", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "EnableSelfSelection", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "a116b419-2b92-41f5-9c77-26de14a6a3d6" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "13db8034-0c94-4b17-9cb0-33d943ab199f", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "includeBusinesses", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "a116b419-2b92-41f5-9c77-26de14a6a3d6" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "d94b7df4-1379-42ea-bca6-59db85a98ca4", "GenerateNewGuid": true, "Properties": { "Order": 0, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T12:38:30.57", "ModifiedDateTime": "2025-04-24T12:38:30.57" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "f7eb0075-33b4-4c63-9df3-08d5fa54bf6b" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "a116b419-2b92-41f5-9c77-26de14a6a3d6" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "79092470-453c-4a6e-b495-017ff2555330", "GenerateNewGuid": true, "Properties": { "AbbreviatedName": "Group", "IsSystem": false, "EntityTypeQualifierColumn": "WorkflowTypeId", "Key": "Group", "Name": "Group", "Description": "Group to check person into", "Order": 1, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": "", "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2025-04-24T22:54:02.1" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.GroupFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.Workflow" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.WorkflowType", "Type": 1, "Data": "478ee7c3-f911-415d-b54d-39fd13a25adf" }, { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.GroupFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.Workflow" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "64538bab-771c-4b21-aaff-f54491bc5b27", "GenerateNewGuid": true, "Properties": { "Order": 1, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T12:38:30.57", "ModifiedDateTime": "2025-04-24T12:38:30.57" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "f7eb0075-33b4-4c63-9df3-08d5fa54bf6b" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "79092470-453c-4a6e-b495-017ff2555330" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "e8cb68c1-9433-4caa-821c-d05c65f27be2", "GenerateNewGuid": true, "Properties": { "AbbreviatedName": "Page", "IsSystem": false, "EntityTypeQualifierColumn": "WorkflowTypeId", "Key": "Page", "Name": "Page", "Description": "Page containing this workflow - used for check-in form title", "Order": 2, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": "", "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2025-04-24T22:54:02.177" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.PageReferenceFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.Workflow" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.WorkflowType", "Type": 1, "Data": "478ee7c3-f911-415d-b54d-39fd13a25adf" }, { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.PageReferenceFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.Workflow" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "ae60aec9-efa2-4b80-bd7c-8d9f8143a4e9", "GenerateNewGuid": true, "Properties": { "Order": 2, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T12:46:29.997", "ModifiedDateTime": "2025-04-24T14:13:45.853" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "f7eb0075-33b4-4c63-9df3-08d5fa54bf6b" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "e8cb68c1-9433-4caa-821c-d05c65f27be2" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "524a86fd-37b7-4c54-b557-555114431aba", "GenerateNewGuid": true, "Properties": { "AbbreviatedName": "Family Members", "IsSystem": false, "EntityTypeQualifierColumn": "WorkflowTypeId", "Key": "FamilyMembers", "Name": "Select everyone who is checking in", "Description": "", "Order": 3, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "Attribute not supported", "DefaultPersistedHtmlValue": "Attribute not supported", "DefaultPersistedCondensedTextValue": "Attribute not supported", "DefaultPersistedCondensedHtmlValue": "Attribute not supported", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": "", "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2025-04-24T22:54:02.253" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.SelectMultiFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.Workflow" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.WorkflowType", "Type": 1, "Data": "478ee7c3-f911-415d-b54d-39fd13a25adf" }, { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.SelectMultiFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.Workflow" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "674d41f2-4365-4e98-8578-d391c3b18d8c", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "enhancedselection", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "524a86fd-37b7-4c54-b557-555114431aba" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "1ddb30c9-b0f3-467c-a65c-4beff7d57062", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "repeatColumns", "Value": "1" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "524a86fd-37b7-4c54-b557-555114431aba" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "d4840e1c-9c03-40d3-9717-b5f29fee0d56", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "repeatDirection", "Value": "1" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "524a86fd-37b7-4c54-b557-555114431aba" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "272bfcef-008a-4548-99e8-c4a8e98fb22e", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "values", "Value": "SELECT MAX(PA.Guid) AS [Value]\n, ' I am checking in' AS [Text]\nFROM Person P\nINNER JOIN PersonAlias PA ON PA.PersonId=P.Id\nWHERE P.Id = {{ CurrentPerson.Id }}\nUNION\nSELECT MAX(PA.Guid) AS [Value]\n, CONCAT(P.NickName, ' ', P.LastName) AS [Text]\nFROM Person P\nINNER JOIN PersonAlias PA ON PA.PersonId=P.Id\nWHERE P.PrimaryFamilyId={{ CurrentPerson.PrimaryFamilyId }}\nAND P.Id != {{ CurrentPerson.Id }}\nGROUP BY CONCAT(P.NickName, ' ', P.LastName)" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "524a86fd-37b7-4c54-b557-555114431aba" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "0dc97508-2d31-48b1-b366-d8fe6f939c17", "GenerateNewGuid": true, "Properties": { "Order": 3, "IsVisible": true, "IsReadOnly": false, "IsRequired": true, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T20:38:36.037", "ModifiedDateTime": "2025-04-24T20:38:36.037" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "f7eb0075-33b4-4c63-9df3-08d5fa54bf6b" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "524a86fd-37b7-4c54-b557-555114431aba" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "c06c2bca-92ca-40c3-8ab0-0d7447a0ad7b", "GenerateNewGuid": true, "Properties": { "AbbreviatedName": "Current Loop", "IsSystem": false, "EntityTypeQualifierColumn": "WorkflowTypeId", "Key": "CurrentLoop", "Name": "Current Loop", "Description": "", "Order": 5, "IsGridColumn": false, "DefaultValue": "0", "DefaultPersistedTextValue": "0", "DefaultPersistedHtmlValue": "0", "DefaultPersistedCondensedTextValue": "0", "DefaultPersistedCondensedHtmlValue": "0", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": "", "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2025-04-24T22:54:02.427" }, "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": "478ee7c3-f911-415d-b54d-39fd13a25adf" }, { "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" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "31b5628d-b6de-478f-b29b-f10daa9cd2f9", "GenerateNewGuid": true, "Properties": { "Order": 4, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T22:19:01.62", "ModifiedDateTime": "2025-04-24T22:19:01.62" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "f7eb0075-33b4-4c63-9df3-08d5fa54bf6b" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "c06c2bca-92ca-40c3-8ab0-0d7447a0ad7b" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "5ddc0379-43b2-45d7-a4a3-c84df3a9d4c9", "GenerateNewGuid": true, "Properties": { "AbbreviatedName": "Max Loop", "IsSystem": false, "EntityTypeQualifierColumn": "WorkflowTypeId", "Key": "MaxLoop", "Name": "Max Loop", "Description": "", "Order": 6, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": "", "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2025-04-24T22:54:02.503" }, "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": "478ee7c3-f911-415d-b54d-39fd13a25adf" }, { "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" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "f3993d08-0b87-4bce-8e15-3f2e101046fe", "GenerateNewGuid": true, "Properties": { "Order": 5, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T22:19:01.62", "ModifiedDateTime": "2025-04-24T22:19:01.62" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "f7eb0075-33b4-4c63-9df3-08d5fa54bf6b" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "5ddc0379-43b2-45d7-a4a3-c84df3a9d4c9" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "bb315679-af70-4df5-aa95-96b90a59878e", "GenerateNewGuid": true, "Properties": { "AbbreviatedName": "Selected Guids", "IsSystem": false, "EntityTypeQualifierColumn": "WorkflowTypeId", "Key": "SelectedGuids", "Name": "Selected Guids", "Description": "Comma separated list of selected family members person alias guids", "Order": 4, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": "", "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2025-04-24T22:54:02.333" }, "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": "478ee7c3-f911-415d-b54d-39fd13a25adf" }, { "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" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "155045ca-8c82-43c7-87ed-d5d967e2ab2c", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "ispassword", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "bb315679-af70-4df5-aa95-96b90a59878e" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "267a6340-4295-4906-8ec9-4176f335df47", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "maxcharacters", "Value": "" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "bb315679-af70-4df5-aa95-96b90a59878e" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "94cbc281-a4a4-44d3-8829-5d08fe96c855", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "showcountdown", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "bb315679-af70-4df5-aa95-96b90a59878e" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "ce937126-7eae-4a58-9c40-31e1c21b4b68", "GenerateNewGuid": true, "Properties": { "Order": 6, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T22:31:58.36", "ModifiedDateTime": "2025-04-24T22:31:58.36" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "f7eb0075-33b4-4c63-9df3-08d5fa54bf6b" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "bb315679-af70-4df5-aa95-96b90a59878e" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "929b7f9f-40df-4b62-8f6b-cf1016cd1a2e", "GenerateNewGuid": true, "Properties": { "Name": "Form: Check-in", "Order": 4, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": false, "CriteriaAttributeGuid": null, "CriteriaComparisonType": 1, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T12:38:30.57", "ModifiedDateTime": "2025-04-24T14:36:19.437" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "608417ef-0b2f-4f16-af92-50df143741b6" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.UserEntryForm" }, { "Property": "WorkflowFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "f7eb0075-33b4-4c63-9df3-08d5fa54bf6b" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "234910f2-a0db-4d7d-baf7-83c880ef30ae", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Active", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Active", "Name": "Active", "Description": "Should Service be used?", "Order": 0, "IsGridColumn": false, "DefaultValue": "False", "DefaultPersistedTextValue": "No", "DefaultPersistedHtmlValue": "No", "DefaultPersistedCondensedTextValue": "N", "DefaultPersistedCondensedHtmlValue": "N", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.UserEntryForm" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "ac8b5063-04d1-4269-8be6-3445046995b4", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T12:38:30.803", "ModifiedDateTime": "2025-04-24T12:38:30.803" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "234910f2-a0db-4d7d-baf7-83c880ef30ae" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "929b7f9f-40df-4b62-8f6b-cf1016cd1a2e" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "c178113d-7c86-4229-8424-c6d0cf4a7e23", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Order", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Order", "Name": "Order", "Description": "The order that this service should be used (priority)", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.IntegerFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.UserEntryForm" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "148f8f3e-11d5-4a39-b628-533298cd1c57", "GenerateNewGuid": true, "Properties": { "Name": "Persist", "Order": 6, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": false, "CriteriaAttributeGuid": null, "CriteriaComparisonType": 1, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T12:38:30.57", "ModifiedDateTime": "2025-04-24T22:27:06.113" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "608417ef-0b2f-4f16-af92-50df143741b6" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.PersistWorkflow" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "50b01639-4938-40d2-a791-aa0eb4f86847", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Active", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Active", "Name": "Active", "Description": "Should Service be used?", "Order": 0, "IsGridColumn": false, "DefaultValue": "False", "DefaultPersistedTextValue": "No", "DefaultPersistedHtmlValue": "No", "DefaultPersistedCondensedTextValue": "N", "DefaultPersistedCondensedHtmlValue": "N", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.PersistWorkflow" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "b79881bf-2247-4c55-8424-fbf2d5508440", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T12:38:30.913", "ModifiedDateTime": "2025-04-24T12:38:30.913" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "50b01639-4938-40d2-a791-aa0eb4f86847" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "148f8f3e-11d5-4a39-b628-533298cd1c57" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "86f795b0-0cb6-4da4-9ce4-b11d0922f361", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Order", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Order", "Name": "Order", "Description": "The order that this service should be used (priority)", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.IntegerFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.PersistWorkflow" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "e22be348-18b1-4420-83a8-6319b35416d2", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Persist Immediately", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "PersistImmediately", "Name": "Persist Immediately", "Description": "This action will normally cause the workflow to be persisted (saved) once all the current activities/actions have completed processing. Set this flag to true, if the workflow should be persisted immediately. This is only required if a subsequent action needs a persisted workflow with a valid id.", "Order": 0, "IsGridColumn": false, "DefaultValue": "False", "DefaultPersistedTextValue": "No", "DefaultPersistedHtmlValue": "No", "DefaultPersistedCondensedTextValue": "N", "DefaultPersistedCondensedHtmlValue": "N", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.PersistWorkflow" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "12cb81d2-beee-4b9d-8cdd-a5e6085eee7c", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T12:38:30.913", "ModifiedDateTime": "2025-04-24T12:38:30.913" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "e22be348-18b1-4420-83a8-6319b35416d2" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "148f8f3e-11d5-4a39-b628-533298cd1c57" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "5745d8e6-cab7-4eef-b0bc-17cf32049855", "GenerateNewGuid": true, "Properties": { "Name": "Set Max Loop", "Order": 8, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": false, "CriteriaAttributeGuid": null, "CriteriaComparisonType": 1, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T12:38:30.57", "ModifiedDateTime": "2025-04-24T22:37:23.43" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "608417ef-0b2f-4f16-af92-50df143741b6" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.RunLava" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Lava", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Value", "Name": "Lava", "Description": "The to run.", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.CodeEditorFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.RunLava" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "155d1958-5281-49ee-8b4d-1529876cae04", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "editorHeight", "Value": "300" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "a6727347-a86a-4e3d-a1d0-378bc13954a7", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "editorMode", "Value": "Lava" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "9ccb2d22-781a-401d-80bf-ce7a1e657c98", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "editorTheme", "Value": "Rock" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "5ca3f56a-8af6-4da9-aa6a-3045c437b5dc", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "{% assign guids = Workflow | Attribute:'SelectedGuids' %}\n{% assign len = guids | Size %}\n{% if len == 0 %}\n {{ len }}\n{% else %}\n {{ guids | Split:',' | Size }}\n{% endif %}\n", "PersistedTextValue": "{% assign guids = Workflow | Attribute:'SelectedGuids' %}\n{% assign len = guids | Size %}\n{% if len == 0 %}\n {{ len }}\n{% else %}\n {{ guids | Split:',' | Size }}\n{% endif %}\n", "PersistedHtmlValue": "{% assign guids = Workflow | Attribute:'SelectedGuids' %}\n{% assign len = guids | Size %}\n{% if len == 0 %}\n {{ len }}\n{% else %}\n {{ guids | Split:',' | Size }}\n{% endif %}\n", "PersistedCondensedTextValue": "{% assign guids = Workflow | Attribute:'SelectedGuids' %}\n{% assign len = guids | Size %}\n{% if...", "PersistedCondensedHtmlValue": "{% assign guids = Workflow | Attribute:'SelectedGuids' %}\n{% assign len = guids | Size %}\n{% if...", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:19:01.73", "ModifiedDateTime": "2025-04-24T22:31:58.453" }, "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": "5745d8e6-cab7-4eef-b0bc-17cf32049855" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "f1924bdc-9b79-4018-9d4a-c3516c87a514", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Active", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Active", "Name": "Active", "Description": "Should Service be used?", "Order": 0, "IsGridColumn": false, "DefaultValue": "False", "DefaultPersistedTextValue": "No", "DefaultPersistedHtmlValue": "No", "DefaultPersistedCondensedTextValue": "N", "DefaultPersistedCondensedHtmlValue": "N", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.RunLava" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "34c13c62-f0f7-4eae-b3e2-7e610dd02e32", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T22:19:01.73", "ModifiedDateTime": "2025-04-24T22:19:01.73" }, "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": "5745d8e6-cab7-4eef-b0bc-17cf32049855" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "1b833f48-efc2-4537-b1e3-7793f6863eaa", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Order", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Order", "Name": "Order", "Description": "The order that this service should be used (priority)", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.IntegerFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.RunLava" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "431273c6-342d-4030-adc7-7cdedc7f8b27", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Attribute", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Attribute", "Name": "Attribute", "Description": "The attribute to store the result in.", "Order": 1, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "Attribute not supported", "DefaultPersistedHtmlValue": "Attribute not supported", "DefaultPersistedCondensedTextValue": "Attribute not supported", "DefaultPersistedCondensedHtmlValue": "Attribute not supported", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.WorkflowAttributeFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.RunLava" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "751783f8-6f69-42ea-8799-4aea79a579c2", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "5ddc0379-43b2-45d7-a4a3-c84df3a9d4c9", "PersistedTextValue": "Attribute not supported", "PersistedHtmlValue": "Attribute not supported", "PersistedCondensedTextValue": "Attribute not supported", "PersistedCondensedHtmlValue": "Attribute not supported", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:19:01.73", "ModifiedDateTime": "2025-04-24T22:19:01.73" }, "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": "5745d8e6-cab7-4eef-b0bc-17cf32049855" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "f3e380bf-aac8-4015-9adc-0df56b5462f5", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Enabled Lava Commands", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "EnabledLavaCommands", "Name": "Enabled Lava Commands", "Description": "The Lava commands that should be enabled for this action.", "Order": 2, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.LavaCommandsFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.RunLava" } ] }, { "EntityType": "Rock.Model.DefinedValue", "Guid": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Order": 2, "Value": "Visitor", "Description": "Used when a person first enters through your first-time visitor process. As they continue to attend they will become an attendee and possibly a member.", "IsActive": false, "CategoryName": "", "CreatedDateTime": null, "ModifiedDateTime": "2024-05-21T13:49:29.62" }, "Transforms": {}, "References": [ { "Property": "DefinedTypeId", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "2e6540ea-63f0-40fe-be50-f2a84735e600" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "284a3213-efeb-4c93-af94-428fc699d3cb", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Value": "#afd074", "PersistedTextValue": "#afd074", "PersistedHtmlValue": "#afd074", "PersistedCondensedTextValue": "#afd074", "PersistedCondensedHtmlValue": "#afd074", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "23777a50-e000-4f29-994f-26635a357160" }, { "Property": "EntityId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "563a853d-b201-4e34-8a72-142c35131fa9", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Value": "2", "PersistedTextValue": "2", "PersistedHtmlValue": "2", "PersistedCondensedTextValue": "2", "PersistedCondensedHtmlValue": "2", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": 2.00, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2020-03-20T13:55:15.75", "ModifiedDateTime": "2020-03-20T13:55:15.75" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "849b0b11-8ad3-452c-a773-0d2ab6eed7a5" }, { "Property": "EntityId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2" } ] }, { "EntityType": "Rock.Model.DefinedValue", "Guid": "283999ec-7346-42e3-b807-bce9b2babb49", "GenerateNewGuid": false, "Properties": { "IsSystem": true, "Order": 3, "Value": "Pending", "Description": "Is used by the system to mark a record that needs to be verified before becoming active. This state is often used when someone registers on-line to allow a staff person to confirm the new individual and check that it is not a duplicate record.", "IsActive": true, "CategoryName": "", "CreatedDateTime": null, "ModifiedDateTime": null }, "Transforms": {}, "References": [ { "Property": "DefinedTypeId", "EntityType": "Rock.Model.DefinedType", "Type": 1, "Data": "8522badd-2871-45a5-81dd-c76da07e2e7e" } ] }, { "EntityType": "Rock.Model.WorkflowActionForm", "Guid": "af50f313-1149-45b6-8c85-8319a27f56b8", "GenerateNewGuid": true, "Properties": { "IncludeActionsInNotification": false, "Header": "

\n You need to be logged in to check in\n

", "Footer": "", "ActionAttributeGuid": null, "AllowNotes": false, "AllowPersonEntry": false, "PersonEntryPreHtml": "", "PersonEntryPostHtml": "", "PersonEntryCampusIsVisible": true, "PersonEntryAutofillCurrentPerson": true, "PersonEntryHideIfCurrentPersonKnown": false, "PersonEntrySpouseEntryOption": 0, "PersonEntryGenderEntryOption": 2, "PersonEntryEmailEntryOption": 2, "PersonEntryMobilePhoneEntryOption": 0, "PersonEntrySmsOptInEntryOption": 0, "PersonEntryBirthdateEntryOption": 0, "PersonEntryAddressEntryOption": 0, "PersonEntryMaritalStatusEntryOption": 0, "PersonEntryRaceEntryOption": 0, "PersonEntryEthnicityEntryOption": 0, "PersonEntrySpouseLabel": "Spouse", "PersonEntryPersonAttributeGuid": null, "PersonEntrySpouseAttributeGuid": null, "PersonEntryFamilyAttributeGuid": null, "PersonEntryTitle": null, "PersonEntryDescription": null, "PersonEntryShowHeadingSeparator": false, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:29:15.543" }, "Transforms": { "5df81bd2-6d4e-438e-98a8-6e756b738264": "Continue^fdc397cd-8b4a-436e-bea1-bce2e6717c03^167949B2-A282-4CDD-960D-20DCCF003601^Check-in canceled|" }, "References": [ { "Property": "PersonEntryConnectionStatusValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2" }, { "Property": "PersonEntryRecordStatusValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "283999ec-7346-42e3-b807-bce9b2babb49" }, { "Property": "PersonEntryGroupLocationTypeValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc" }, { "Property": "Actions", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "3f324f74-077a-4188-b81f-aaeb57a43cec", "GenerateNewGuid": true, "Properties": { "Order": 0, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:29:15.543" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "af50f313-1149-45b6-8c85-8319a27f56b8" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "a116b419-2b92-41f5-9c77-26de14a6a3d6" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "5552599c-edef-4f32-91d1-ac6f9a8178a1", "GenerateNewGuid": true, "Properties": { "Order": 1, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:29:15.543" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "af50f313-1149-45b6-8c85-8319a27f56b8" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "79092470-453c-4a6e-b495-017ff2555330" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "33ed9575-f18a-4b4d-ae6e-e40733b6eb35", "GenerateNewGuid": true, "Properties": { "Order": 2, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:29:15.543" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "af50f313-1149-45b6-8c85-8319a27f56b8" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "e8cb68c1-9433-4caa-821c-d05c65f27be2" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "7d57a224-49e9-4d1c-923d-d6cc472d5d24", "GenerateNewGuid": true, "Properties": { "Order": 3, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T20:38:36.037", "ModifiedDateTime": "2025-04-24T20:38:36.037" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "af50f313-1149-45b6-8c85-8319a27f56b8" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "524a86fd-37b7-4c54-b557-555114431aba" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "d35020db-cc6b-4e9a-98c9-9f97fce73807", "GenerateNewGuid": true, "Properties": { "Order": 4, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T22:19:01.62", "ModifiedDateTime": "2025-04-24T22:19:01.62" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "af50f313-1149-45b6-8c85-8319a27f56b8" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "c06c2bca-92ca-40c3-8ab0-0d7447a0ad7b" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "e12e221b-8cf7-4f6f-bcb2-e791acf4fa29", "GenerateNewGuid": true, "Properties": { "Order": 5, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T22:19:01.62", "ModifiedDateTime": "2025-04-24T22:19:01.62" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "af50f313-1149-45b6-8c85-8319a27f56b8" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "5ddc0379-43b2-45d7-a4a3-c84df3a9d4c9" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "180290d2-b85c-4a4a-b193-cbf220352125", "GenerateNewGuid": true, "Properties": { "Order": 6, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T22:31:58.36", "ModifiedDateTime": "2025-04-24T22:31:58.36" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "af50f313-1149-45b6-8c85-8319a27f56b8" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "bb315679-af70-4df5-aa95-96b90a59878e" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "bba616ed-22c4-431c-95b0-9f5cb3c5bca9", "GenerateNewGuid": true, "Properties": { "Name": "Form: Person Missing - Display Error And Terminate", "Order": 1, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": true, "CriteriaAttributeGuid": "a116b419-2b92-41f5-9c77-26de14a6a3d6", "CriteriaComparisonType": 32, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:33:00.88" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "608417ef-0b2f-4f16-af92-50df143741b6" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.UserEntryForm" }, { "Property": "WorkflowFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "af50f313-1149-45b6-8c85-8319a27f56b8" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "4f35bc23-e1e1-4e47-b20f-f2c887c50ca4", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T14:29:15.793", "ModifiedDateTime": "2025-04-24T14:29:15.793" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "234910f2-a0db-4d7d-baf7-83c880ef30ae" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "bba616ed-22c4-431c-95b0-9f5cb3c5bca9" } ] }, { "EntityType": "Rock.Model.WorkflowActionForm", "Guid": "0e192fa0-501d-41e7-8295-4ce57f9fd4cd", "GenerateNewGuid": true, "Properties": { "IncludeActionsInNotification": false, "Header": "

\n URL link bad - group must be provided\n

", "Footer": "", "ActionAttributeGuid": null, "AllowNotes": false, "AllowPersonEntry": false, "PersonEntryPreHtml": "", "PersonEntryPostHtml": "", "PersonEntryCampusIsVisible": true, "PersonEntryAutofillCurrentPerson": true, "PersonEntryHideIfCurrentPersonKnown": false, "PersonEntrySpouseEntryOption": 0, "PersonEntryGenderEntryOption": 2, "PersonEntryEmailEntryOption": 2, "PersonEntryMobilePhoneEntryOption": 0, "PersonEntrySmsOptInEntryOption": 0, "PersonEntryBirthdateEntryOption": 0, "PersonEntryAddressEntryOption": 0, "PersonEntryMaritalStatusEntryOption": 0, "PersonEntryRaceEntryOption": 0, "PersonEntryEthnicityEntryOption": 0, "PersonEntrySpouseLabel": "Spouse", "PersonEntryPersonAttributeGuid": null, "PersonEntrySpouseAttributeGuid": null, "PersonEntryFamilyAttributeGuid": null, "PersonEntryTitle": null, "PersonEntryDescription": null, "PersonEntryShowHeadingSeparator": false, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:29:15.543" }, "Transforms": { "5df81bd2-6d4e-438e-98a8-6e756b738264": "Continue^fdc397cd-8b4a-436e-bea1-bce2e6717c03^167949B2-A282-4CDD-960D-20DCCF003601^Check-in canceled|" }, "References": [ { "Property": "PersonEntryConnectionStatusValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2" }, { "Property": "PersonEntryRecordStatusValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "283999ec-7346-42e3-b807-bce9b2babb49" }, { "Property": "PersonEntryGroupLocationTypeValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc" }, { "Property": "Actions", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "58c7c99e-8b5e-48de-bb5f-9fc896e3f203", "GenerateNewGuid": true, "Properties": { "Order": 0, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:29:15.543" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "0e192fa0-501d-41e7-8295-4ce57f9fd4cd" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "a116b419-2b92-41f5-9c77-26de14a6a3d6" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "82e9852a-1f90-411f-9902-bac2b13a2f72", "GenerateNewGuid": true, "Properties": { "Order": 1, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:29:15.543" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "0e192fa0-501d-41e7-8295-4ce57f9fd4cd" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "79092470-453c-4a6e-b495-017ff2555330" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "de31273f-594d-4853-b8a2-de3f828add58", "GenerateNewGuid": true, "Properties": { "Order": 2, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:29:15.543" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "0e192fa0-501d-41e7-8295-4ce57f9fd4cd" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "e8cb68c1-9433-4caa-821c-d05c65f27be2" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "6dfea936-3842-4e1b-b179-fbf1c17a53ee", "GenerateNewGuid": true, "Properties": { "Order": 3, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T20:38:36.037", "ModifiedDateTime": "2025-04-24T20:38:36.037" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "0e192fa0-501d-41e7-8295-4ce57f9fd4cd" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "524a86fd-37b7-4c54-b557-555114431aba" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "e3bc8e05-d30f-4b61-a523-1f9cc4210d5c", "GenerateNewGuid": true, "Properties": { "Order": 4, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T22:19:01.62", "ModifiedDateTime": "2025-04-24T22:19:01.62" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "0e192fa0-501d-41e7-8295-4ce57f9fd4cd" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "c06c2bca-92ca-40c3-8ab0-0d7447a0ad7b" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "fb1b1763-2cad-4f57-9c57-b40a33fa7688", "GenerateNewGuid": true, "Properties": { "Order": 5, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T22:19:01.62", "ModifiedDateTime": "2025-04-24T22:19:01.62" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "0e192fa0-501d-41e7-8295-4ce57f9fd4cd" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "5ddc0379-43b2-45d7-a4a3-c84df3a9d4c9" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "efb2d4a2-0899-45ac-b0d7-f28f13e5a2ec", "GenerateNewGuid": true, "Properties": { "Order": 6, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T22:31:58.36", "ModifiedDateTime": "2025-04-24T22:31:58.36" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "0e192fa0-501d-41e7-8295-4ce57f9fd4cd" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "bb315679-af70-4df5-aa95-96b90a59878e" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "35e28847-e035-47eb-a4d7-ff215aa10208", "GenerateNewGuid": true, "Properties": { "Name": "Form: Group Missing - Display Error And Terminate", "Order": 2, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": true, "CriteriaAttributeGuid": "79092470-453c-4a6e-b495-017ff2555330", "CriteriaComparisonType": 32, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:33:00.88" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "608417ef-0b2f-4f16-af92-50df143741b6" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.UserEntryForm" }, { "Property": "WorkflowFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "0e192fa0-501d-41e7-8295-4ce57f9fd4cd" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "1d3a7de0-61fa-4d5c-8efc-03234e49d7ff", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T14:29:15.827", "ModifiedDateTime": "2025-04-24T14:29:15.827" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "234910f2-a0db-4d7d-baf7-83c880ef30ae" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "35e28847-e035-47eb-a4d7-ff215aa10208" } ] }, { "EntityType": "Rock.Model.WorkflowActionForm", "Guid": "93ae1c7f-e176-4a96-9652-33c1816b0728", "GenerateNewGuid": true, "Properties": { "IncludeActionsInNotification": false, "Header": "

\n URL link bad - page must be provided\n

", "Footer": "", "ActionAttributeGuid": null, "AllowNotes": false, "AllowPersonEntry": false, "PersonEntryPreHtml": "", "PersonEntryPostHtml": "", "PersonEntryCampusIsVisible": true, "PersonEntryAutofillCurrentPerson": true, "PersonEntryHideIfCurrentPersonKnown": false, "PersonEntrySpouseEntryOption": 0, "PersonEntryGenderEntryOption": 2, "PersonEntryEmailEntryOption": 2, "PersonEntryMobilePhoneEntryOption": 0, "PersonEntrySmsOptInEntryOption": 0, "PersonEntryBirthdateEntryOption": 0, "PersonEntryAddressEntryOption": 0, "PersonEntryMaritalStatusEntryOption": 0, "PersonEntryRaceEntryOption": 0, "PersonEntryEthnicityEntryOption": 0, "PersonEntrySpouseLabel": "Spouse", "PersonEntryPersonAttributeGuid": null, "PersonEntrySpouseAttributeGuid": null, "PersonEntryFamilyAttributeGuid": null, "PersonEntryTitle": null, "PersonEntryDescription": null, "PersonEntryShowHeadingSeparator": false, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:29:15.543" }, "Transforms": { "5df81bd2-6d4e-438e-98a8-6e756b738264": "Continue^fdc397cd-8b4a-436e-bea1-bce2e6717c03^167949B2-A282-4CDD-960D-20DCCF003601^Check-in canceled|" }, "References": [ { "Property": "PersonEntryConnectionStatusValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2" }, { "Property": "PersonEntryRecordStatusValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "283999ec-7346-42e3-b807-bce9b2babb49" }, { "Property": "PersonEntryGroupLocationTypeValueId", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc" }, { "Property": "Actions", "EntityType": "Rock.Model.DefinedValue", "Type": 1, "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "f6d12961-41d6-4f43-95d1-3a8ea8c3d056", "GenerateNewGuid": true, "Properties": { "Order": 0, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:29:15.543" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "93ae1c7f-e176-4a96-9652-33c1816b0728" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "a116b419-2b92-41f5-9c77-26de14a6a3d6" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "e4bfb89c-7033-4be5-bbc7-e8153dc2cbe1", "GenerateNewGuid": true, "Properties": { "Order": 1, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:29:15.543" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "93ae1c7f-e176-4a96-9652-33c1816b0728" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "79092470-453c-4a6e-b495-017ff2555330" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "39c14bb0-be79-453d-9aed-c43297cd600f", "GenerateNewGuid": true, "Properties": { "Order": 2, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:29:15.543" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "93ae1c7f-e176-4a96-9652-33c1816b0728" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "e8cb68c1-9433-4caa-821c-d05c65f27be2" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "61d557cd-9c26-47eb-88b3-66afdac9be15", "GenerateNewGuid": true, "Properties": { "Order": 3, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T20:38:36.037", "ModifiedDateTime": "2025-04-24T20:38:36.037" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "93ae1c7f-e176-4a96-9652-33c1816b0728" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "524a86fd-37b7-4c54-b557-555114431aba" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "2fc88d9f-65ec-4592-b1cc-ec08466f51f9", "GenerateNewGuid": true, "Properties": { "Order": 4, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T22:19:01.62", "ModifiedDateTime": "2025-04-24T22:19:01.62" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "93ae1c7f-e176-4a96-9652-33c1816b0728" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "c06c2bca-92ca-40c3-8ab0-0d7447a0ad7b" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "fc22649c-d525-4fd2-a1e7-326524056667", "GenerateNewGuid": true, "Properties": { "Order": 5, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T22:19:01.62", "ModifiedDateTime": "2025-04-24T22:19:01.62" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "93ae1c7f-e176-4a96-9652-33c1816b0728" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "5ddc0379-43b2-45d7-a4a3-c84df3a9d4c9" } ] }, { "EntityType": "Rock.Model.WorkflowActionFormAttribute", "Guid": "1d146141-c421-4f32-915b-bcae681cfa94", "GenerateNewGuid": true, "Properties": { "Order": 6, "IsVisible": false, "IsReadOnly": true, "IsRequired": false, "HideLabel": false, "PreHtml": "", "PostHtml": "", "FieldVisibilityRulesJSON": null, "ColumnSize": null, "CreatedDateTime": "2025-04-24T22:31:58.36", "ModifiedDateTime": "2025-04-24T22:31:58.36" }, "Transforms": {}, "References": [ { "Property": "WorkflowActionFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "93ae1c7f-e176-4a96-9652-33c1816b0728" }, { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "bb315679-af70-4df5-aa95-96b90a59878e" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "035a959b-b25e-4166-85a8-4438f190d939", "GenerateNewGuid": true, "Properties": { "Name": "Form: Page Missing - Display Error And Terminate", "Order": 3, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": true, "CriteriaAttributeGuid": "e8cb68c1-9433-4caa-821c-d05c65f27be2", "CriteriaComparisonType": 32, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T14:33:00.88" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "608417ef-0b2f-4f16-af92-50df143741b6" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.UserEntryForm" }, { "Property": "WorkflowFormId", "EntityType": "Rock.Model.WorkflowActionForm", "Type": 1, "Data": "93ae1c7f-e176-4a96-9652-33c1816b0728" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "a345749b-4b74-450f-8ddc-714bf4a95b08", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T14:29:15.857", "ModifiedDateTime": "2025-04-24T14:29:15.857" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "234910f2-a0db-4d7d-baf7-83c880ef30ae" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "035a959b-b25e-4166-85a8-4438f190d939" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "a869b836-d951-4fa2-af25-b4f49d40db46", "GenerateNewGuid": true, "Properties": { "Name": "Activate Next Activity", "Order": 9, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": true, "CriteriaAttributeGuid": null, "CriteriaComparisonType": 1, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T22:37:23.43" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "608417ef-0b2f-4f16-af92-50df143741b6" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.ActivateActivity" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "e8abd802-372c-47be-82b1-96f50db5169e", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Active", "IsSystem": false, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Active", "Name": "Active", "Description": "Should Service be used?", "Order": 0, "IsGridColumn": false, "DefaultValue": "False", "DefaultPersistedTextValue": "No", "DefaultPersistedHtmlValue": "No", "DefaultPersistedCondensedTextValue": "N", "DefaultPersistedCondensedHtmlValue": "N", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.ActivateActivity" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "28717093-8065-4016-b1c1-abf35fd78224", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T14:29:15.903", "ModifiedDateTime": "2025-04-24T14:29:15.903" }, "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": "a869b836-d951-4fa2-af25-b4f49d40db46" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "3809a78c-b773-440c-8e3f-a8e81d0dae08", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Order", "IsSystem": false, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Order", "Name": "Order", "Description": "The order that this service should be used (priority)", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.IntegerFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.ActivateActivity" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "02d5a7a5-8781-46b4-b9fc-af816829d240", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Activity", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Activity", "Name": "Activity", "Description": "The activity type to activate", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.WorkflowActivityFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.ActivateActivity" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "7dd60dbb-1bc6-4af1-93c7-36e33ba9546e", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "A5688127-59F4-4B86-AB61-C7BC69310EBD", "PersistedTextValue": "Record Attendance", "PersistedHtmlValue": "Record Attendance", "PersistedCondensedTextValue": "Record Attendance", "PersistedCondensedHtmlValue": "Record Attendance", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T14:29:15.903", "ModifiedDateTime": "2025-04-24T22:33:34.533" }, "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": "a869b836-d951-4fa2-af25-b4f49d40db46" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "5da627e9-e09d-44e7-a1e1-2df48d2d6833", "GenerateNewGuid": true, "Properties": { "Name": "Set Selected Guids", "Order": 5, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": false, "CriteriaAttributeGuid": null, "CriteriaComparisonType": 1, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T22:27:06.113", "ModifiedDateTime": "2025-04-24T22:31:58.36" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "608417ef-0b2f-4f16-af92-50df143741b6" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.RunLava" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "e42b032c-c2e9-41d6-8ab5-588b814583eb", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "{{ Workflow | Attribute:'FamilyMembers','RawValue' }}", "PersistedTextValue": "{{ Workflow | Attribute:'FamilyMembers','RawValue' }}", "PersistedHtmlValue": "{{ Workflow | Attribute:'FamilyMembers','RawValue' }}", "PersistedCondensedTextValue": "{{ Workflow | Attribute:'FamilyMembers','RawValue' }}", "PersistedCondensedHtmlValue": "{{ Workflow | Attribute:'FamilyMembers','RawValue' }}", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:31:58.547", "ModifiedDateTime": "2025-04-24T22:31:58.547" }, "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": "5da627e9-e09d-44e7-a1e1-2df48d2d6833" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "8d66ba1e-4744-46a3-a23c-2acb770de70f", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T22:31:58.547", "ModifiedDateTime": "2025-04-24T22:31:58.547" }, "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": "5da627e9-e09d-44e7-a1e1-2df48d2d6833" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "b5820887-ab73-4ea0-bd34-8226fa18d6be", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "bb315679-af70-4df5-aa95-96b90a59878e", "PersistedTextValue": "Attribute not supported", "PersistedHtmlValue": "Attribute not supported", "PersistedCondensedTextValue": "Attribute not supported", "PersistedCondensedHtmlValue": "Attribute not supported", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:31:58.547", "ModifiedDateTime": "2025-04-24T22:31:58.547" }, "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": "5da627e9-e09d-44e7-a1e1-2df48d2d6833" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "38e771cb-f9bb-4bcc-b54b-6ea4f03179c5", "GenerateNewGuid": true, "Properties": { "Name": "Set Workflow Name", "Order": 7, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": false, "CriteriaAttributeGuid": null, "CriteriaComparisonType": 1, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T22:37:23.43", "ModifiedDateTime": "2025-04-24T22:37:23.43" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "608417ef-0b2f-4f16-af92-50df143741b6" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.SetWorkflowName" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "0a800013-51f7-4902-885a-5be215d67d3d", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Active", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Active", "Name": "Active", "Description": "Should Service be used?", "Order": 0, "IsGridColumn": false, "DefaultValue": "False", "DefaultPersistedTextValue": "No", "DefaultPersistedHtmlValue": "No", "DefaultPersistedCondensedTextValue": "N", "DefaultPersistedCondensedHtmlValue": "N", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.SetWorkflowName" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "6e03b108-1a05-4ca8-8cf1-61e53b63302d", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T22:37:23.507", "ModifiedDateTime": "2025-04-24T22:37:23.507" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "0a800013-51f7-4902-885a-5be215d67d3d" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "38e771cb-f9bb-4bcc-b54b-6ea4f03179c5" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "5d95c15a-ccae-40ad-a9dd-f929da587115", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Order", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Order", "Name": "Order", "Description": "The order that this service should be used (priority)", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.IntegerFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.SetWorkflowName" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "93852244-a667-4749-961a-d47f88675be4", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Text Value|Attribute Value", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "NameValue", "Name": "Text Value|Attribute Value", "Description": "The value to use for the workflow's name. ", "Order": 1, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "Attribute not supported", "DefaultPersistedHtmlValue": "Attribute not supported", "DefaultPersistedCondensedTextValue": "Attribute not supported", "DefaultPersistedCondensedHtmlValue": "Attribute not supported", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.SetWorkflowName" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "6df9fc88-b25e-46af-aee5-8ac08cde8526", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "{{ Workflow | Attribute:'FamilyMembers' }} checking in", "PersistedTextValue": "Attribute not supported", "PersistedHtmlValue": "Attribute not supported", "PersistedCondensedTextValue": "Attribute not supported", "PersistedCondensedHtmlValue": "Attribute not supported", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:37:23.507", "ModifiedDateTime": "2025-04-24T22:37:23.507" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "93852244-a667-4749-961a-d47f88675be4" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "38e771cb-f9bb-4bcc-b54b-6ea4f03179c5" } ] }, { "EntityType": "Rock.Model.WorkflowActivityType", "Guid": "167949b2-a282-4cdd-960d-20dccf003601", "GenerateNewGuid": true, "Properties": { "IsActive": true, "Name": "Complete Workflow", "Description": "Complete Workflow", "IsActivatedWithWorkflow": false, "Order": 2, "CreatedDateTime": "2025-04-24T14:29:15.543", "ModifiedDateTime": "2025-04-24T22:19:01.667" }, "Transforms": {}, "References": [ { "Property": "WorkflowTypeId", "EntityType": "Rock.Model.WorkflowType", "Type": 1, "Data": "478ee7c3-f911-415d-b54d-39fd13a25adf" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "06d54a9b-0e63-4b4f-8d42-144f55677160", "GenerateNewGuid": true, "Properties": { "Name": "Complete Workflow", "Order": 0, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": true, "CriteriaAttributeGuid": null, "CriteriaComparisonType": 1, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T14:29:15.763", "ModifiedDateTime": "2025-04-24T14:29:15.763" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "167949b2-a282-4cdd-960d-20dccf003601" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.CompleteWorkflow" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "0ca0ddef-48ef-4abc-9822-a05e225de26c", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Active", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Active", "Name": "Active", "Description": "Should Service be used?", "Order": 0, "IsGridColumn": false, "DefaultValue": "False", "DefaultPersistedTextValue": "No", "DefaultPersistedHtmlValue": "No", "DefaultPersistedCondensedTextValue": "N", "DefaultPersistedCondensedHtmlValue": "N", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.CompleteWorkflow" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "b89d4503-435f-4b34-90c1-d2294a759f74", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T14:29:15.967", "ModifiedDateTime": "2025-04-24T14:29:15.967" }, "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": "06d54a9b-0e63-4b4f-8d42-144f55677160" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "25cad4be-5a00-409d-9bab-e32518d89956", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Order", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Order", "Name": "Order", "Description": "The order that this service should be used (priority)", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.IntegerFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.CompleteWorkflow" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "07cb7dbc-236d-4d38-92a4-47ee448ba89a", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Status|Status Attribute", "IsSystem": true, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Status", "Name": "Status|Status Attribute", "Description": "The status to set the workflow to when marking the workflow complete. ", "Order": 0, "IsGridColumn": false, "DefaultValue": "Completed", "DefaultPersistedTextValue": "Attribute not supported", "DefaultPersistedHtmlValue": "Attribute not supported", "DefaultPersistedCondensedTextValue": "Attribute not supported", "DefaultPersistedCondensedHtmlValue": "Attribute not supported", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": null, "ModifiedDateTime": "2023-03-15T02:21:51.807" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.CompleteWorkflow" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "f3e3a856-5d4f-497e-b616-5ecdb385a66d", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "Completed", "PersistedTextValue": "Attribute not supported", "PersistedHtmlValue": "Attribute not supported", "PersistedCondensedTextValue": "Attribute not supported", "PersistedCondensedHtmlValue": "Attribute not supported", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T14:29:15.967", "ModifiedDateTime": "2025-04-24T14:29:15.967" }, "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": "06d54a9b-0e63-4b4f-8d42-144f55677160" } ] }, { "EntityType": "Rock.Model.WorkflowActivityType", "Guid": "a5688127-59f4-4b86-ab61-c7bc69310ebd", "GenerateNewGuid": true, "Properties": { "IsActive": true, "Name": "Record Attendance", "Description": "Record attendance for each selected family member", "IsActivatedWithWorkflow": false, "Order": 1, "CreatedDateTime": "2025-04-24T22:19:01.62", "ModifiedDateTime": "2025-04-24T22:19:01.62" }, "Transforms": {}, "References": [ { "Property": "WorkflowTypeId", "EntityType": "Rock.Model.WorkflowType", "Type": 1, "Data": "478ee7c3-f911-415d-b54d-39fd13a25adf" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "4249aa81-839a-4503-b201-d193eaeecbee", "GenerateNewGuid": true, "Properties": { "Name": "Complete Workflow On Max Loop", "Order": 0, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": true, "CriteriaAttributeGuid": "c06c2bca-92ca-40c3-8ab0-0d7447a0ad7b", "CriteriaComparisonType": 1, "CriteriaValue": "5ddc0379-43b2-45d7-a4a3-c84df3a9d4c9", "CreatedDateTime": "2025-04-24T22:19:01.667", "ModifiedDateTime": "2025-04-24T22:19:01.667" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "a5688127-59f4-4b86-ab61-c7bc69310ebd" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.ActivateActivity" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "fd8bcc64-69c1-492d-85be-9788ae1f349f", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T22:19:01.807", "ModifiedDateTime": "2025-04-24T22:19:01.807" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "e8abd802-372c-47be-82b1-96f50db5169e" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "4249aa81-839a-4503-b201-d193eaeecbee" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "2ed34a16-505c-43d0-b1e0-ec19c09efea3", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "167949B2-A282-4CDD-960D-20DCCF003601", "PersistedTextValue": "Complete Workflow", "PersistedHtmlValue": "Complete Workflow", "PersistedCondensedTextValue": "Complete Workflow", "PersistedCondensedHtmlValue": "Complete Workflow", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:19:01.807", "ModifiedDateTime": "2025-04-24T22:19:01.807" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "4249aa81-839a-4503-b201-d193eaeecbee" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "046eab3b-9a02-422d-a541-a95533328a3f", "GenerateNewGuid": true, "Properties": { "Name": "Get Person From Guid", "Order": 1, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": false, "CriteriaAttributeGuid": null, "CriteriaComparisonType": 1, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T22:19:01.667", "ModifiedDateTime": "2025-04-24T22:19:01.667" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "a5688127-59f4-4b86-ab61-c7bc69310ebd" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.RunLava" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "ac70b611-0c7a-4887-b24b-0b0a5f114334", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "{% assign guids = Workflow | Attribute:'SelectedGuids' | Split:',' %}\n{% assign cl = Workflow | Attribute:'CurrentLoop' %}\n{{ guids | Index:cl }}", "PersistedTextValue": "{% assign guids = Workflow | Attribute:'SelectedGuids' | Split:',' %}\n{% assign cl = Workflow | Attribute:'CurrentLoop' %}\n{{ guids | Index:cl }}", "PersistedHtmlValue": "{% assign guids = Workflow | Attribute:'SelectedGuids' | Split:',' %}\n{% assign cl = Workflow | Attribute:'CurrentLoop' %}\n{{ guids | Index:cl }}", "PersistedCondensedTextValue": "{% assign guids = Workflow | Attribute:'SelectedGuids' | Split:',' %}\n{% assign cl = Workflow |...", "PersistedCondensedHtmlValue": "{% assign guids = Workflow | Attribute:'SelectedGuids' | Split:',' %}\n{% assign cl = Workflow |...", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:19:01.9", "ModifiedDateTime": "2025-04-24T22:31:58.61" }, "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": "046eab3b-9a02-422d-a541-a95533328a3f" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "cbadf434-d306-4f1d-bbc8-9a6c23cca27a", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T22:19:01.9", "ModifiedDateTime": "2025-04-24T22:19:01.9" }, "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": "046eab3b-9a02-422d-a541-a95533328a3f" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "90f638fa-54ad-4f3b-8091-e539edad623f", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "a116b419-2b92-41f5-9c77-26de14a6a3d6", "PersistedTextValue": "Attribute not supported", "PersistedHtmlValue": "Attribute not supported", "PersistedCondensedTextValue": "Attribute not supported", "PersistedCondensedHtmlValue": "Attribute not supported", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:19:01.9", "ModifiedDateTime": "2025-04-24T22:19:01.9" }, "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": "046eab3b-9a02-422d-a541-a95533328a3f" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "de783d1f-a5b4-4310-8dec-11e98a9e23a2", "GenerateNewGuid": true, "Properties": { "Name": "Record Attendance", "Order": 2, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": false, "CriteriaAttributeGuid": null, "CriteriaComparisonType": 1, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T22:19:01.667", "ModifiedDateTime": "2025-04-24T22:19:01.667" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "a5688127-59f4-4b86-ab61-c7bc69310ebd" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.PostAttendanceToGroup" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "4d2da718-d248-4d51-b05c-a36411a63d6d", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Group", "IsSystem": false, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Group", "Name": "Group", "Description": "The attribute containing the group to get the leader for.", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "Attribute not supported", "DefaultPersistedHtmlValue": "Attribute not supported", "DefaultPersistedCondensedTextValue": "Attribute not supported", "DefaultPersistedCondensedHtmlValue": "Attribute not supported", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2021-12-17T15:53:31.787", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "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.PostAttendanceToGroup" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "1e131640-fada-463a-b5a5-28db6ca715c5", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "attributefieldtypes", "Value": "Rock.Field.Types.GroupFieldType" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "4d2da718-d248-4d51-b05c-a36411a63d6d" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "45f65c3b-bf1a-46d7-9995-541aa753eb65", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "79092470-453c-4a6e-b495-017ff2555330", "PersistedTextValue": "Attribute not supported", "PersistedHtmlValue": "Attribute not supported", "PersistedCondensedTextValue": "Attribute not supported", "PersistedCondensedHtmlValue": "Attribute not supported", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:19:01.947", "ModifiedDateTime": "2025-04-24T22:19:01.947" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "4d2da718-d248-4d51-b05c-a36411a63d6d" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "de783d1f-a5b4-4310-8dec-11e98a9e23a2" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "dedf95ec-f11e-4484-a6f7-3095dec0f568", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Order", "IsSystem": false, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Order", "Name": "Order", "Description": "The order that this service should be used (priority)", "Order": 0, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2021-12-17T15:53:31.847", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "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.PostAttendanceToGroup" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "931f59a0-ef95-4719-b3c4-b76026bd68e8", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Active", "IsSystem": false, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Active", "Name": "Active", "Description": "Should Service be used?", "Order": 0, "IsGridColumn": false, "DefaultValue": "False", "DefaultPersistedTextValue": "No", "DefaultPersistedHtmlValue": "No", "DefaultPersistedCondensedTextValue": "N", "DefaultPersistedCondensedHtmlValue": "N", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2021-12-17T15:53:31.853", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.PostAttendanceToGroup" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "d478db71-ec84-4f85-b4bb-b49ca20fe3c2", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T22:19:01.947", "ModifiedDateTime": "2025-04-24T22:19:01.947" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "931f59a0-ef95-4719-b3c4-b76026bd68e8" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "de783d1f-a5b4-4310-8dec-11e98a9e23a2" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "ee15f7af-f2b5-4322-8226-502e6bf36ca6", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Person", "IsSystem": false, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Person", "Name": "Person", "Description": "The attribute to set to the person in the group.", "Order": 1, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "Attribute not supported", "DefaultPersistedHtmlValue": "Attribute not supported", "DefaultPersistedCondensedTextValue": "Attribute not supported", "DefaultPersistedCondensedHtmlValue": "Attribute not supported", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": true, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2021-12-17T15:53:31.803", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "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.PostAttendanceToGroup" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "2334191f-da4b-46b6-a0ce-cdb9722324a6", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "attributefieldtypes", "Value": "Rock.Field.Types.PersonFieldType" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "ee15f7af-f2b5-4322-8226-502e6bf36ca6" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "c95cd098-67ea-45e0-892c-6cd3ed8e3395", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "a116b419-2b92-41f5-9c77-26de14a6a3d6", "PersistedTextValue": "Attribute not supported", "PersistedHtmlValue": "Attribute not supported", "PersistedCondensedTextValue": "Attribute not supported", "PersistedCondensedHtmlValue": "Attribute not supported", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:19:01.947", "ModifiedDateTime": "2025-04-24T22:19:01.947" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "ee15f7af-f2b5-4322-8226-502e6bf36ca6" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "de783d1f-a5b4-4310-8dec-11e98a9e23a2" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "e79f1d21-7a33-4302-b8ef-aad91b0bedfa", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Attendance Date/Time", "IsSystem": false, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "AttendanceDatetime", "Name": "Attendance Date/Time", "Description": "The attribute with the date time to use for the attendance. Leave blank to use the current date time.", "Order": 2, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "Attribute not supported", "DefaultPersistedHtmlValue": "Attribute not supported", "DefaultPersistedCondensedTextValue": "Attribute not supported", "DefaultPersistedCondensedHtmlValue": "Attribute not supported", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2021-12-17T15:53:31.81", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "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.PostAttendanceToGroup" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "2a700272-f0fc-4b1b-af5d-cca95c73d6d9", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Location", "IsSystem": false, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Location", "Name": "Location", "Description": "The attribute to set to the location of the attendance (optional).", "Order": 3, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "Attribute not supported", "DefaultPersistedHtmlValue": "Attribute not supported", "DefaultPersistedCondensedTextValue": "Attribute not supported", "DefaultPersistedCondensedHtmlValue": "Attribute not supported", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2021-12-17T15:53:31.817", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "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.PostAttendanceToGroup" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "8e2aa2cf-da83-4d3a-8da0-bff740b712a9", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "attributefieldtypes", "Value": "Rock.Field.Types.LocationFieldType" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "2a700272-f0fc-4b1b-af5d-cca95c73d6d9" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "3ea40323-7e23-4460-8367-d315f6443c14", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Campus", "IsSystem": false, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Campus", "Name": "Campus", "Description": "The campus for the Attendance.", "Order": 4, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2023-03-14T21:20:42.427", "ModifiedDateTime": "2023-03-15T02:15:12.263" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.CampusFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.PostAttendanceToGroup" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "82a47713-21d9-4efe-b04f-d44239987c69", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "includeInactive", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "3ea40323-7e23-4460-8367-d315f6443c14" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "b17c25b6-9105-4450-8ea3-01536efdd4d3", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Schedule", "IsSystem": false, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "Schedule", "Name": "Schedule", "Description": "The attribute to set to the schedule of the attendance (optional).", "Order": 5, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "Attribute not supported", "DefaultPersistedHtmlValue": "Attribute not supported", "DefaultPersistedCondensedTextValue": "Attribute not supported", "DefaultPersistedCondensedHtmlValue": "Attribute not supported", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2021-12-17T15:53:31.827", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "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.PostAttendanceToGroup" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "2af8d3f3-3234-4c22-b01d-cbee3ff8a17e", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "attributefieldtypes", "Value": "Rock.Field.Types.ScheduleFieldType" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "b17c25b6-9105-4450-8ea3-01536efdd4d3" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "da19e22b-71bb-48c9-bfe9-4c72071de7e0", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Add To Group", "IsSystem": false, "EntityTypeQualifierColumn": "EntityTypeId", "Key": "AddToGroup", "Name": "Add To Group", "Description": "Adds the person to the group if they are not already a member.", "Order": 6, "IsGridColumn": false, "DefaultValue": "True", "DefaultPersistedTextValue": "Yes", "DefaultPersistedHtmlValue": "Yes", "DefaultPersistedCondensedTextValue": "Y", "DefaultPersistedCondensedHtmlValue": "Y", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2021-12-17T15:53:31.837", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.BooleanFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowActionType" }, { "Property": "EntityTypeQualifierValue", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.PostAttendanceToGroup" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "22dd7a4b-1177-4029-8c77-923bd75ed666", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "True", "PersistedTextValue": "Yes", "PersistedHtmlValue": "Yes", "PersistedCondensedTextValue": "Y", "PersistedCondensedHtmlValue": "Y", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": true, "CreatedDateTime": "2025-04-24T22:19:01.947", "ModifiedDateTime": "2025-04-24T22:19:01.947" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "da19e22b-71bb-48c9-bfe9-4c72071de7e0" }, { "Property": "EntityId", "EntityType": "Rock.Model.WorkflowActionType", "Type": 1, "Data": "de783d1f-a5b4-4310-8dec-11e98a9e23a2" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "093c7c46-f1ac-4f17-9d20-4fb383947dfc", "GenerateNewGuid": true, "Properties": { "Name": "Increment Curent Loop", "Order": 3, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": false, "CriteriaAttributeGuid": null, "CriteriaComparisonType": 1, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T22:19:01.667", "ModifiedDateTime": "2025-04-24T22:19:01.667" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "a5688127-59f4-4b86-ab61-c7bc69310ebd" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.RunLava" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "10869ac2-c93a-426e-ab88-ec48a31950de", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "{{ Workflow | Attribute:'CurrentLoop' | Plus:1 }}", "PersistedTextValue": "{{ Workflow | Attribute:'CurrentLoop' | Plus:1 }}", "PersistedHtmlValue": "{{ Workflow | Attribute:'CurrentLoop' | Plus:1 }}", "PersistedCondensedTextValue": "{{ Workflow | Attribute:'CurrentLoop' | Plus:1 }}", "PersistedCondensedHtmlValue": "{{ Workflow | Attribute:'CurrentLoop' | Plus:1 }}", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:19:02.01", "ModifiedDateTime": "2025-04-24T22:19:02.01" }, "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": "093c7c46-f1ac-4f17-9d20-4fb383947dfc" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "9f9159e1-326d-4cd9-a365-691a58a79143", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T22:19:02.01", "ModifiedDateTime": "2025-04-24T22:19:02.01" }, "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": "093c7c46-f1ac-4f17-9d20-4fb383947dfc" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "36020571-67ea-4420-92ad-e0f093650177", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "c06c2bca-92ca-40c3-8ab0-0d7447a0ad7b", "PersistedTextValue": "Attribute not supported", "PersistedHtmlValue": "Attribute not supported", "PersistedCondensedTextValue": "Attribute not supported", "PersistedCondensedHtmlValue": "Attribute not supported", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:19:02.01", "ModifiedDateTime": "2025-04-24T22:19:02.01" }, "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": "093c7c46-f1ac-4f17-9d20-4fb383947dfc" } ] }, { "EntityType": "Rock.Model.WorkflowActionType", "Guid": "3bfe502a-8eae-4994-ba52-faa3ff3d44a7", "GenerateNewGuid": true, "Properties": { "Name": "Loop Activity To Next Person", "Order": 4, "IsActionCompletedOnSuccess": true, "IsActivityCompletedOnSuccess": false, "CriteriaAttributeGuid": null, "CriteriaComparisonType": 1, "CriteriaValue": "", "CreatedDateTime": "2025-04-24T22:19:01.667", "ModifiedDateTime": "2025-04-24T22:19:01.667" }, "Transforms": {}, "References": [ { "Property": "ActivityTypeId", "EntityType": "Rock.Model.WorkflowActivityType", "Type": 1, "Data": "a5688127-59f4-4b86-ab61-c7bc69310ebd" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Workflow.Action.ActivateActivity" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "7f64d9e1-7c05-4ece-b6b1-29c98712bef0", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "False", "PersistedTextValue": "No", "PersistedHtmlValue": "No", "PersistedCondensedTextValue": "N", "PersistedCondensedHtmlValue": "N", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": false, "CreatedDateTime": "2025-04-24T22:19:02.073", "ModifiedDateTime": "2025-04-24T22:19:02.073" }, "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": "3bfe502a-8eae-4994-ba52-faa3ff3d44a7" } ] }, { "EntityType": "Rock.Model.AttributeValue", "Guid": "9f7c1ab7-4782-443a-aa73-8bff49a068c1", "GenerateNewGuid": true, "Properties": { "IsSystem": false, "Value": "A5688127-59F4-4B86-AB61-C7BC69310EBD", "PersistedTextValue": "Record Attendance", "PersistedHtmlValue": "Record Attendance", "PersistedCondensedTextValue": "Record Attendance", "PersistedCondensedHtmlValue": "Record Attendance", "IsPersistedValueDirty": false, "ValueAsDateTime": null, "ValueAsNumeric": null, "ValueAsPersonId": null, "ValueAsBoolean": null, "CreatedDateTime": "2025-04-24T22:19:02.073", "ModifiedDateTime": "2025-04-24T22:37:23.57" }, "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": "3bfe502a-8eae-4994-ba52-faa3ff3d44a7" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "1b7807ea-24b0-4b73-ac78-5269238281c7", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Last Round Robin Person (Select Person)", "IsSystem": false, "EntityTypeQualifierColumn": null, "EntityTypeQualifierValue": null, "Key": "2d5fa153-0543-46d0-9d51-61ac730e9bfc", "Name": "Last Round Robin Person (Select Person)", "Description": null, "Order": 0, "IsGridColumn": false, "DefaultValue": null, "DefaultPersistedTextValue": null, "DefaultPersistedHtmlValue": null, "DefaultPersistedCondensedTextValue": null, "DefaultPersistedCondensedHtmlValue": null, "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2017-08-04T11:18:41.303", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.TextFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowType" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "68da4d62-1d68-4044-9947-b854ba6e87de", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Last Round Robin Person (Assign Pastor)", "IsSystem": false, "EntityTypeQualifierColumn": null, "EntityTypeQualifierValue": null, "Key": "1ec26111-8f24-4ad4-8258-6270d7ec9fbe", "Name": "Last Round Robin Person (Assign Pastor)", "Description": null, "Order": 0, "IsGridColumn": false, "DefaultValue": null, "DefaultPersistedTextValue": null, "DefaultPersistedHtmlValue": null, "DefaultPersistedCondensedTextValue": null, "DefaultPersistedCondensedHtmlValue": null, "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": null, "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": null, "PostHtml": null, "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2017-09-25T14:47:30.373", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.TextFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowType" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Custom Code Items", "IsSystem": false, "EntityTypeQualifierColumn": "", "EntityTypeQualifierValue": "", "Key": "CustomCodeItems", "Name": "Custom Code Items", "Description": "", "Order": 1157, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "Attribute not supported", "DefaultPersistedHtmlValue": "Attribute not supported", "DefaultPersistedCondensedTextValue": "Attribute not supported", "DefaultPersistedCondensedHtmlValue": "Attribute not supported", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2020-02-27T15:30:38.063", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.MatrixFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowType" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "5b21ace5-106e-4877-a558-bf13ea4bc93b", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "attributematrixtemplate", "Value": "12" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "9d017116-d8ca-4fa9-be65-21b0a24d794a", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "BEMA Upgrade Additional Flags", "IsSystem": false, "EntityTypeQualifierColumn": "", "EntityTypeQualifierValue": "", "Key": "BEMAUpgradeAdditionalFlags", "Name": "BEMA Upgrade Additional Flags", "Description": "", "Order": 1158, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2020-02-27T15:31:32.78", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.SelectSingleFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowType" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "bc692e9f-6f5c-4121-8d52-259465febe39", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "fieldtype", "Value": "ddl" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "2fb2cc69-af8a-40f6-bdfb-a0de3c051e3b", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "repeatColumns", "Value": "" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "c5292238-7f21-49e0-b3c3-036659b99996", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "values", "Value": "Critical" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "76c1c505-b11f-4757-abb6-2c17211673a0", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "EntryPage", "IsSystem": false, "EntityTypeQualifierColumn": "", "EntityTypeQualifierValue": "", "Key": "EntryPage", "Name": "EntryPage", "Description": "This attribute is used to programmatically enter the URL of the workflow entry page. Sometimes it is custom, sometimes it is just the generic workflow entry page.", "Order": 2008, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2021-09-30T08:49:03.643", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.UrlLinkFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowType" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "14870faf-3b53-49d6-96b7-c8c1f72772fe", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "ShouldAlwaysShowCondensed", "Value": "True" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "76c1c505-b11f-4757-abb6-2c17211673a0" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "2212f7bd-7140-4b42-ac5b-880753979730", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "ShouldRequireTrailingForwardSlash", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "76c1c505-b11f-4757-abb6-2c17211673a0" } ] }, { "EntityType": "Rock.Model.Attribute", "Guid": "3bc0266c-fcf9-4d19-96ec-d95485073bd7", "GenerateNewGuid": false, "Properties": { "AbbreviatedName": "Workflow Entry Block Title", "IsSystem": false, "EntityTypeQualifierColumn": "", "EntityTypeQualifierValue": "", "Key": "BlockTitle", "Name": "Workflow Entry Block Title", "Description": "A title for the Workflow Entry block", "Order": 6557, "IsGridColumn": false, "DefaultValue": "", "DefaultPersistedTextValue": "", "DefaultPersistedHtmlValue": "", "DefaultPersistedCondensedTextValue": "", "DefaultPersistedCondensedHtmlValue": "", "IsDefaultPersistedValueDirty": false, "IsMultiValue": false, "IsRequired": false, "IconCssClass": "", "AttributeColor": null, "AllowSearch": false, "IsIndexEnabled": false, "IsAnalytic": false, "IsAnalyticHistory": false, "IsActive": true, "EnableHistory": false, "PreHtml": "", "PostHtml": "", "IsPublic": false, "ShowOnBulk": false, "CreatedDateTime": "2020-08-03T12:50:57.527", "ModifiedDateTime": "2023-03-15T02:21:51.823" }, "Transforms": {}, "References": [ { "Property": "FieldTypeId", "EntityType": "Rock.Model.FieldType", "Type": 3, "Data": "Rock.Field.Types.TextFieldType" }, { "Property": "EntityTypeId", "EntityType": "Rock.Model.EntityType", "Type": 2, "Data": "Rock.Model.WorkflowType" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "bde30911-9e76-4137-bffc-3a74048a11a7", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "ispassword", "Value": "False" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "3bc0266c-fcf9-4d19-96ec-d95485073bd7" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "dff63d36-21b0-41d2-af4c-0279e9de4ae4", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "maxcharacters", "Value": "50" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "3bc0266c-fcf9-4d19-96ec-d95485073bd7" } ] }, { "EntityType": "Rock.Model.AttributeQualifier", "Guid": "d758556b-1936-4bca-8c50-17d25b0333f3", "GenerateNewGuid": false, "Properties": { "IsSystem": false, "Key": "showcountdown", "Value": "True" }, "Transforms": {}, "References": [ { "Property": "AttributeId", "EntityType": "Rock.Model.Attribute", "Type": 1, "Data": "3bc0266c-fcf9-4d19-96ec-d95485073bd7" } ] } ], "RootEntities": [ "478ee7c3-f911-415d-b54d-39fd13a25adf" ] }