Official Content

This Data Type represents the event's repository, it is provided by the Workflow API.

Properties

Property Type Access Description
EnableEvents WorkflowBoolean Read/Write Permite habilitar/deshabilitar el disparo de eventos
Error WorkflowError Read Error

Methods

  • ListEvents

This method returns a collection with all the events matching the specified filters.

ListEvents (filter): Collection (WorkflowEvent)

Name Type Movement Description
Filter WorkflowFilterValid Filters: From, To, EventType, ObjectType, User Input Filter

 

  • ListEventsOrderBy

This method returns a collection with all the events matching the specified filters in the specified order.

ListEvents (filter, order): Collection (WorkflowEvent) 

Name Type Movement Description
Filter WorkflowFilter Valid Filters: From, To, EventType, ObjectType, User Input Filter
Order Numeric (WorkflowOrder.ID_ASC, WorkflowOrder.ID_DESC, WorkflowOrder.TIMESTAMP_ASC, WorkflowOrder.TIMESTAMP_DESC, WorkflowOrder.USER_ASC, WorkflowOrder.USER_DESC, WorkflowOrder.TYPE_ASC, WorkflowOrder.TYPE_DESC, WorkflowOrder.SOURCE_ASC, WorkflowOrder.SOURCE_DESC, WorkflowOrder.OBJECT_TYPE_ASC, WorkflowOrder.OBJECT_TYPE_DESC, WorkflowOrder.TARGET_ASC, WorkflowOrder.TARGET_DESC) Input Order

See Also

Workflow Error Codes

 


Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant