Changes between Version 2 and Version 3 of goflow:FAQ


Ignore:
Timestamp:
Oct 2, 2007, 12:50:25 PM (17 years ago)
Author:
pigletto@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • goflow:FAQ

    v2 v3  
    11= GoFlow FAQ =
    22
    3 == Q1 ==
    4 answer1
     3== What is this all about? ==
     4To understand what is activity based workflow take a look at: http://www.openflow.it/Documentation/documentation/OpenFlowIntroduction
     5
     6== When should I use ''!PushApplication'' and when should I use ''Roles'' in Activity definition? What happens if I select both? ==
     7When Activity is ''activated'' (automatically or manually by calling activate API method) it is assigned to User that is returned by ''!PushApplication''.
     8If there is no ''!PushApplication'' then Activity is assigned to selected ''Roles''. If you choose both, then only ''!PushApplication'' is used.
     9
     10== What are !AutoStart and !AutoFinish in Activity definition ==
     11''!AutoStart'' and ''!AutoFinish'' are ''start mode'' and ''finish mode'' as described here: http://www.openflow.it/Documentation/documentation/OpenFlowIntroduction
     12For example if !AutoStart is not checked, then to start Activity it is necessary to call ''activate'' API function on it. If ''!AutoStart'' is checked, then
     13it is automatically activated as soon as previous activities are finished (depending on guard condition: xor, and)
Back to Top