Dataset

Is it possible to add your own Dataset to the Workflow Studio?

Yes, take a look at wsADO.pas file. It's the implementation for use of TADOQuery components. It's a small unit and you can use it as a template to support other TDataset descendants.

Problem solved,

 
Created some override Functions.
And make the functions in wsDB.pas Virtual.