Dataslots are defined globally for the business process. A dataslot on the process can be viewed and optionally updated using the GetDataSlots( ) and
UpdateDataSlots( ) methods on a
Progress.BPM.Process object at any time during the lifetime of the process instance. A task can have one or more of the process dataslots associated with it. These dataslots can be used by the task as input data and can also be updated by the task when the task is completed. The dataslots can be read-only, write-only, or read-write. The meta-data for each dataslot as well as the value from the Business Process Server at the time the
Progress.BPM.Dataslot object was created will be available.