Difference between revisions of "Workflow Course: Exercise 2"

From OpenKM Documentation
Jump to: navigation, search
(Created page with 'Exercise description == Step 1 - Create first workflow == As is explained in video of lesson 2, make the same steps explained there and create first workflow [[File:First_workf…')
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Exercise description
 
 
== 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:
  
As is explained in video of lesson 2, make the same steps explained there and create first workflow
 
  
[[File:First_workflow.jpeg]]
+
[[File:Wf exec workflow.jpg|center]]
  
* Create first JBPM project ( by default let give creates default sample workflow ).
+
 
* Modify sample workflow
+
* Create JBPM project ( by default let give creates default sample workflow ).
** Remove state task
+
* Modify sample workflow.
** Add Node
+
** 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]]
  
== Step 2 - First workflow ==
 
[[File:First_workflow_modified.jpeg]]
 
  
* 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 ( should observate workflow is stopped until you fire signal from workflow view - administration panel - and then goes to end ).
+
* 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]]

Latest revision as of 09:53, 18 June 2013

Step 1 - Create first workflow

As is explained in wiki, follow the same steps and create a first workflow like this:


Wf exec workflow.jpg


  • 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

Wf exec workflow mod.jpg


  • Modify first sample workflow.
    • Add State task between start task and node task.
  • Deploy.
  • Test the workflow.

Nota clasica.png Workflow is stopped until you fire signal from workflow view - administration panel - and to end ).