Workflow Messages

t_a_pierce

Active Member
Calling all workflow guru's.....

I have recently written a basic workflow process which sends a message to a
receipient Work Centre. The messages consists of a plain text message and a
custom written application which displays a text attachment trhe key of
which is passed from the calling application (if that makes sense!).

The problem is that only one message can be sent to a workcentre address at
any one time. i.e. Once one message has been sent, all other messages will
be queued behind in 'waiting' status until the first has finished. However,
I need all the messages to be displayed in the workcentre simultaneously.

Any ideas?

(I'm working on Xe, SP 14.1 with Windows NT)

Thanks,

Tim.
 
Tim,

this is caused by the structure of the process primary key; If the key
values are repeated more than once, messages are queuing into an 'awaiting'
status.
You might want to change this key to include another unique identifier that
will differentiate all messages.

Regards.

JP.
 
Spot on. I've tried your suggestion and it worked.

Thanks a million JP.

Tim.
 
Back
Top