Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 13:34 UTC
Updated:
23 Feb 2026 at 21:29 UTC
Jump to comment: Most recent
Add an Entity Query node processor that enables querying Drupal entities within workflows. This provides powerful data retrieval capabilities with configurable filtering, sorting, and pagination.
entity_type: Entity type to query (node, taxonomy_term, user, etc.)bundle: Filter by content type/bundlepublished_only: Filter to published entities onlychanged_after: Filter by modification timestampconditions: Array of custom field conditions with operatorssort_field: Field to sort results bysort_direction: ASC or DESClimit: Maximum results (1-1000)offset: Skip N results for paginationload_entities: Load and serialize full entity datasuccess: Query success indicatorcount: Number of results returnedresults: Array of entity data (id, uuid, label, bundle)ids: Array of entity IDs for lightweight processingentities: Full serialized entities (when load_entities=true)has_more: Indicates more results exist beyond limit
Comments
Comment #2
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #3
d34dman commented