Questions tagged [event-triggers]

Unlike a normal database trigger that fires before or after DML statements, an event trigger will fire at other database events, like the execution of DDL statements or when a database session is established.

Unlike a normal that fires before or after statements, an event trigger will fire at other , like the execution of statements or when a database session is established.

Use this tag for questions concerning the creation or use of such triggers.

70 questions
0
votes
1 answer

how to throw a message in activiti

I want to throw and catch intermediate message catch event in activiti. But I don't know how to implement it. The following is my bpmn where I link between web service with other human talks by intermediate message event.
user2746713
  • 3
  • 1
  • 6
0
votes
1 answer

TriggerAction object must be associated with one and only one trigger object

I defined BeginStoryboard object in resources in style. In same style definition I would like use this BeginStoryboard object in 2 event triggers which fire animation. It is possible that 2 different event triggers will use same object or I must…
imodin
  • 821
  • 3
  • 12
  • 23
0
votes
1 answer

Trigger dialog 'Apply' button state

I want to enable 'Apply' dialog button when content of some textboxes in this dialog changes. Here is what I came up with: ...