Thanks Denis!
The collection data I want to keep is kind of STATIC data throughout processes which is irrevant to target work queues.
If I store that in work queue, it seems odd to make it completed/exception, cause I don't need the marking conditions.
The collection data takes some time to collect, so I want to store it during carrying out process with work queues.
If I store the collection data in work queue, I need to consume the work items before renewing the data and name the tag session-specific to isolate, correct?
Any ideas?