Hi John,

Unfortunately I can't use the flow expression id. For specific reasons
the SMS message content can't be used to return an ID to the workflow
engine. So when I receive a reply via SMS, I have to use the mobile
number to retrieve the correct workitem. Since the same process can
have many instances, many workitems might be waiting for a reply.

I was planning to write a listener which is able to store and retrieve
workitems associated with a mobile number. A listener seems logical
since all replies arrive via a single queue. The participant that
sends out the SMS should then store the number and workitem in the
listener.

Or can I add the mobile number as a workitem attribute and search in
the current workitems of all process instances while matching on the
attribute? In that case I can avoid the dependency between Participant
and Listener.

Maarten


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenWFEru users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to