Datatables - Support Queued Access

Kevin_102667
Kevin_102667 Posts: 56 admin

Problem:
My data table has value in columns that is being manipulated by a single workflow. Each instance of the workflows read data from the table and updates it. The workflow can have several instances running in parallel but I need to prevent an instance from overwriting the table before the previous instance completes.
Idea:
Have some way to control queue access to a datatable so requests to edit the table are processed sequentially.

Tagged:
0
0 votes

Swept · Last Updated