Hi,
I want to execute an action inside a timer. No problem, the action executes.
But I want to be able to insert the values of EL expressions in the process definition file, just like when using DroolsActionHandler.
/* #{messageId} is resolved from outside a timer. */
<timer name="reminder"
duedate="1 minute">
<action name="DeleteMessageAction" class="jbpm.actions.DeleteMessage">
<messageId>#{messageId}</messageId>
</action>
</timer>
Sorry, its not possible at the moment :(