Difference between revisions of "Workflow Course: Exercise 2"
From OpenKM Documentation
Line 1: | Line 1: | ||
== Step 1 - Create first workflow == | == Step 1 - Create first workflow == | ||
− | As is explained in | + | == Step 1 - Create first workflow == |
+ | As is explained in wiki, follow the same steps and create a first workflow like this: | ||
− | |||
− | * Create | + | [[File:Wf exec workflow.jpg|center]] |
− | * Modify sample workflow | + | |
− | ** Remove state task | + | |
− | ** Add Node | + | * Create JBPM project ( by default let give creates default sample workflow ). |
+ | * Modify sample workflow. | ||
+ | ** Remove state task. | ||
+ | ** Add Node. | ||
** Remove action defined in first transition. | ** Remove action defined in first transition. | ||
− | * Configure deploying process | + | * Configure deploying process. |
− | * Deploy | + | * Deploy. |
− | * Test the workflow | + | * Test the workflow. |
+ | |||
+ | == Step 2 - Modify First workflow == | ||
+ | |||
+ | [[File:Wf exec workflow mod.jpg|center]] | ||
− | |||
− | |||
− | * Modify first sample workflow | + | * Modify first sample workflow. |
− | ** Add State task between start task and node task | + | ** Add State task between start task and node task. |
− | * Deploy | + | * Deploy. |
− | * Test the workflow | + | * Test the workflow. |
+ | {{Note|Workflow is stopped until you fire signal from workflow view - administration panel - and to end ).}} | ||
+ | [[Category: Workflow Guide]] | ||
[[Category: Workflow Course]] | [[Category: Workflow Course]] |
Revision as of 08:46, 18 June 2013
Step 1 - Create first workflow
Step 1 - Create first workflow
As is explained in wiki, follow the same steps and create a first workflow like this:
- Create JBPM project ( by default let give creates default sample workflow ).
- Modify sample workflow.
- Remove state task.
- Add Node.
- Remove action defined in first transition.
- Configure deploying process.
- Deploy.
- Test the workflow.
Step 2 - Modify First workflow
- Modify first sample workflow.
- Add State task between start task and node task.
- Deploy.
- Test the workflow.
Workflow is stopped until you fire signal from workflow view - administration panel - and to end ). |