Re: [Perl-workflow-devel] Retrieving all Workflows available in ?
Brought to you by:
jonasbn
From: Robert H. <Rob...@gm...> - 2007-01-02 12:19:34
|
Hi, Currently I'm just reading the documentation of Workflow :) to get familliar with the package and to see if it is suitable for my needs (distributed system administration tasks). I'm planning to use SQLite (or some other SQL database). So it's possible to query the tables directly (select * from workflow). I was just wondering, it there is an interface available, thats not documented. I think I will query the tables directly altought this makes the application not capable of using any other persister backend then sql database. With using sqlite, I think this ok because sqlite is "transportable and generic" enough. Thanks, Robert Jonas B. Nielsen schrieb: > Hi Robert, > > What backend are you using? - Workflow can be configured with several > different backends. > > I myself use Postgresql, it would have all the workflow IDs > retrieveable using SQL from the table: workflow. > > jonasbn > > On 02/01/2007, at 12.32, Robert Heinzmann wrote: > |