WorkflowGen.com | Knowledge Base | Documentation | Downloads | Support | RSS

Entries from December 1, 2004 - January 1, 2005

What are the prerequisite before using the new assignment method "Automatic to the manager"? (v4.0 r3)

Posted on Saturday, January 1, 2005 at 01:46 by Registered CommenterWFG Team in | CommentsPost a Comment

For each Directory User the "Manager" field must be filled-in with it's manager username (system login).

How to display the directory user list when longer than 50 users?

Posted on Friday, December 31, 2004 at 01:39 by Registered CommenterWFG Team in | CommentsPost a Comment

By default the maximum number of users displayed in a list is set to 50.
You may define a new limit for the ADMINISTRATION module and/or the USER module.
This setting is available through the Home page of the ADMINISTRATION module by selecting "Edit the configuration parameters".
In the "User Module" tab or the "Administration Module" tab you can set the new value of "Maximum number of users in a list before filtering by name".

How to reduce the number of transitions in a process?

Posted on Thursday, December 30, 2004 at 01:36 by Registered CommenterWFG Team in | CommentsPost a Comment

Adding a SYNCHRO action allows the reduction of transitions only if those transitions are using identical condition parameters towards multiple actions.

Which programming language can be used in process conditions? Are JavaScript functions available?

Posted on Wednesday, December 29, 2004 at 01:34 by Registered CommenterWFG Team in | CommentsPost a Comment

You can only use the VBScript syntax in the process conditions. You can find the whole VBScript documentation at the following address:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vsfctinstr.asp

It is not possible to create a loop with the first action of a process - how to solve this issue.

Posted on Sunday, December 26, 2004 at 01:19 by Registered CommenterWFG Team in | CommentsPost a Comment
You have to add a new action which will be assigned automatically to the requester and create a loop with it.
Example (adding the "UDPATES" action ):
- INITIATES => VALIDATES => UPDATES => VALIDATES => UPDATES => VALIDATES => ...
Page | 1 | 2 | Next 5 Entries