|
Replies:
15
-
Pages:
2
[
1
2
| Next
]
-
Last Post:
Oct 29, 2008 6:02 PM
Last Post By: user617418
|
|
|
Posts:
836
Registered:
09/03/01
|
|
|
|
how to create a workflow (not a wizard)
Posted:
May 16, 2007 11:56 PM
|
|
|
|
Hi,
In apex itself a lot of pages have at the left side a workflow: indicating the steps to fullfill a task.
How a workflow (like these) has to be build?
Are examples available?
Any reaction will be appreciated.
Leo
|
|
|
Posts:
105
Registered:
08/16/05
|
|
|
Posts:
836
Registered:
09/03/01
|
|
|
|
Re: how to create a workflow (not a wizard)
Posted:
May 18, 2007 2:00 AM
in response to: Jure2
|
|
|
|
Thanks,
but .... I'm looking for a workflow (showing the steps the user has to take to complete a task).
Leo
|
|
|
Posts:
105
Registered:
08/16/05
|
|
|
|
Re: how to create a workflow (not a wizard)
Posted:
May 18, 2007 4:27 AM
in response to: lvangaal
|
|
|
List entries can be the steps in your workflow.
For example, lets examine the "Create LOV" wizard from Apex. It has 3 steps (Source, Name and Type, Query or Static Values).
Lets assume that each step of this workflow is on a separate page, lets say p. 1 - Source, p. 2 - Name and Type, p. 3 - Query or Static Values.
Now you can create a List with these 3 entries and properties:
1) Name: Source, Target: page 1, Current list entry (List entry current for Condition): page 1
2) Name: Name and Type, Target: page 2, Current list entry (List entry current for Condition): page 2
3) Name: Query or Static Values, Target: page 3, Current list entry (List entry current for Condition): page 3
Include this list on all 3 pages and you're done. If you don't like the looks of the list, edit/create a new list template.
Jure
|
|
|
Posts:
271
Registered:
03/29/02
|
|
|
|
Re: how to create a workflow (not a wizard)
Posted:
May 18, 2007 5:28 AM
in response to: lvangaal
|
|
|
Ivangaal,
If you're really interested in workflow go to this link... http://plflow.sourceforge.net/
PLFLOW is a workflow engine written in PL/SQL. Takes a bit of work to understand it, but it does work.
Keep Smiling,
Bob R
|
|
|
Posts:
836
Registered:
09/03/01
|
|
|
|
Re: how to create a workflow (not a wizard)
Posted:
May 18, 2007 6:09 AM
in response to: Jure2
|
|
|
|
Thans for your reaction.
Let me make my self clear: please start the create page wizard.
You'll see at the left two boxes Page and Define.
My question is: how can I create such kind of boxes?
My intention is to explain to the user where he is in the process, but the user may not interfere in it.
Leo
|
|
|
Posts:
836
Registered:
09/03/01
|
|
|
|
Re: how to create a workflow (not a wizard)
Posted:
May 18, 2007 6:11 AM
in response to: bobrudolf
|
|
|
|
Thanks for your reaction.
I'm interested in workflow too, and therefore I use Oracle Workflow.
In my prevoius post I have explained what I try to reach with the question: how to create a workflow.
Leo
|
|
|
Posts:
105
Registered:
08/16/05
|
|
|
|
Re: how to create a workflow (not a wizard)
Posted:
May 18, 2007 6:49 AM
in response to: lvangaal
|
|
|
Leo,
I created an example here: http://apex.oracle.com/pls/otn/f?p=16372:2
Everything used was already in the Apex (wizard templates for region, list...).
Jure
|
|
|
Posts:
836
Registered:
09/03/01
|
|
|
|
Re: how to create a workflow (not a wizard)
Posted:
May 19, 2007 12:49 AM
in response to: Jure2
|
|
|
|
Jure,
you're great !!
Thanks!!!
Leo
|
|
|
Posts:
271
Registered:
03/29/02
|
|
|
|
Re: how to create a workflow (not a wizard)
Posted:
May 21, 2007 4:47 AM
in response to: lvangaal
|
|
|
|
Ivangaal,
Sorry I misunderstood your question. Another way of creating a 'progress workflow' is to create a numbered bar which shows which step of the process the user is in. Someone (don't remember who, sorry) created a beautiful example of this and posted a link. Hopefully someone will remember and can post the link to this. I've tried various searches without luck, so it might be on the wiki or one of the blogs.
Keep Smiling,
Bob R
|
|
|
Posts:
8
Registered:
02/19/06
|
|
|
Posts:
350
Registered:
01/10/05
|
|
|
|
Re: how to create a workflow (not a wizard)
Posted:
Oct 15, 2007 5:52 AM
in response to: jackmack
|
|
|
|
Jure,
Could you make the Workflow bit of your demo available, looks very useful?
Thanks,
Mike
|
|
|
Posts:
105
Registered:
08/16/05
|
|
|
|
Re: how to create a workflow (not a wizard)
Posted:
Oct 16, 2007 10:45 PM
in response to: Mike, UK
|
|
|
|
Sure, just give me a day or two, because at the moment I have a lot of other stuff to do.
Jure
|
|
|
Posts:
105
Registered:
08/16/05
|
|
|
|
Re: how to create a workflow (not a wizard)
Posted:
Oct 18, 2007 12:22 AM
in response to: Mike, UK
|
|
|
Mike,
here is the URL: http://www.mediafire.com/?ejcyl9sxrde
Extract .rar file and import application into your application builder.
Jure
|
|
|
Posts:
350
Registered:
01/10/05
|
|
|
|
Re: how to create a workflow (not a wizard)
Posted:
Oct 18, 2007 1:32 AM
in response to: Jure2
|
|
|
|
|
|
|
Legend
|
|
Guru : 2500
- 1000000
pts
|
|
Expert : 1000
- 2499
pts
|
|
Pro : 500
- 999
pts
|
|
Journeyman : 200
- 499
pts
|
|
Newbie : 0
- 199
pts
|
|
Oracle ACE Director
|
|
Oracle ACE Member
|
|
Oracle Employee ACE
|
|
Helpful Answer
(5 pts)
|
|
Correct Answer
(10 pts)
|
|