{% if PageParameter.workflowTypeId %} {% workflowtype id:'{{ PageParameter.workflowTypeId }}' %} {% assign workflowTypeGuid = workflowtype.Guid %} {% endworkflowtype %} {% attribute where:'Name *= "Workflow Type" && EntityTypeQualifierValue == 264' %} {% attributevalue where:'AttributeId == {{ attribute.Id }} && Value *= "{{ workflowTypeGuid }}"' %} {% assign itemValues = attributevalueItems %} {% assign itemSize = attributevalueItems | Size %} {% endattributevalue %} {% endattribute %} {% if itemSize > 0 %}
This Workflow is currently being used via user entry on the following pages:
{% endif %} {% endif %}