atom feed26 messages in net.java.dev.osworkflow.usersRE: [Opensymphony-workflow] Getting f...
FromSent OnAttachments
Justin LooSep 16, 2004 12:32 am 
Quake_WangSep 16, 2004 12:42 am 
Hani SuleimanSep 16, 2004 6:13 am 
Mattias BogebladSep 16, 2004 8:34 am 
Hani SuleimanSep 16, 2004 8:51 am 
Mattias BogebladSep 17, 2004 2:31 am 
Mattias BogebladSep 17, 2004 2:52 am 
Keshavamurthy SrinivasanSep 17, 2004 4:53 am 
Hani SuleimanSep 17, 2004 5:32 am 
Mattias BogebladOct 27, 2004 1:17 am 
Luca MasiniOct 27, 2004 2:22 am 
Mattias BogebladOct 27, 2004 2:38 am 
Luca MasiniOct 27, 2004 4:09 am 
Mattias BogebladOct 27, 2004 4:26 am 
Richard MalaschitzOct 27, 2004 7:34 am 
Hani SuleimanOct 27, 2004 8:43 am 
Hani SuleimanOct 27, 2004 8:50 am 
Luca MasiniOct 27, 2004 8:53 am 
Ming XueOct 27, 2004 10:18 am 
xsOct 27, 2004 10:25 am 
Quake_WangOct 27, 2004 5:42 pm 
Luca MasiniOct 28, 2004 12:32 am 
Richard MalaschitzOct 28, 2004 12:43 am 
Mattias BogebladOct 28, 2004 12:44 am 
Richard MalaschitzOct 28, 2004 12:47 am 
Quake_WangNov 14, 2004 6:23 pm 
Subject:RE: [Opensymphony-workflow] Getting future steps
From:Ming Xue (ming@plateau.com)
Date:Oct 27, 2004 10:18:04 am
List:net.java.dev.osworkflow.users

This is great, the graph is pretty common requirement.

-----Original Message----- From: Hani Suleiman [mailto:ha@formicary.net] Sent: Wednesday, October 27, 2004 11:51 AM To: use@osworkflow.dev.java.net Subject: Re: [Opensymphony-workflow] Getting future steps

Hm, there's already a workflow designer tool that you can use to visualise workflow (that produces much nicer output than nasty old graphvis). I could probably make it easier to call programatically to get a picture of the current workflow as a gif or png. Any interest?

On Oct 27, 2004, at 10:35 AM, Richard Malaschitz wrote:

We use "dot" and graphwiz for create graph from WorkflowDescriptor. I create function with parameters workflowName and stepId - this function return picture where is graph of whole workflow and where is marked current step. It is very favourable, because user see her current step in picture.

link: http://www.research.att.com/sw/tools/graphviz/

Hi all,

Is there a way to get a list of future steps in the same way as we can get history steps? We would like to visualize the process for the user. I imagine it may be tricky as a lot of conditions and split/joins can occur.

Regards Mattias Bogeblad

_______________________________________________________________ Mattias Bogeblad | PH: +46 31 761 09 03 | MOB: +46 702 80 05 05 SPRAWL SOLUTIONS AB Drottningatan 5 403 14 GÖTEBORG

_______________________________________________________________

-----Ursprungligt meddelande----- Från: Hani Suleiman [mailto:ha@formicary.net] Skickat: den 16 september 2004 17:52 Till: use@osworkflow.dev.java.net Ämne: Re: [Opensymphony-workflow] OSWorkflow without OSUser and without DataSource

On Sep 16, 2004, at 11:34 AM, Mattias Bogeblad wrote:

Hi,

I like OSWorkflow. So far I have only run my integration in MemoryStore and now I'm switching to JDBC-store. Now my first question:

1. Why cannot JDBCWorkflowStore deal with none-datasources? In my app we cannot rely on the appservers setup or anythink like that - we need to be very self contained for ease of installation among other things. I get by now by writing my own workflowstore.

You can subclass it and override getConnection()

2. When I generate my tables for JDBCWorkflowStore there are some constaints set that demands os_user-table to be involved. Hani - you said OSWorkflow did not require OSUser - how do I get around this? What happens if I just remove the constraint? Whats best practice?

Yep, you can just remove them,