Skip to main content
Based on a situation we have, we want to be able to remove a worklist item (so that it is not available any more for the destination user) or change its status when another activity is executed. Is that possible?
Well, this largely depends on your design and specific requirements...

You can not alter the status of a worklist item from another activity within the same process.

You can expire a worklist item from a specific Activity by using Escalations and/or IPC Events to other processes.

You'll have to give us some more info...

Regards,
Ockert

Reply