Tips and Frequently Asked Questions

Adding users and groups
Workflow Studio is strongly based on tasks, which in turn are always assigned to an user or a group of users. So, Workflow Studio does also need to use information about users and groups.
This can be done at the beginning of the program. The code below is an example that shows how to add users and groups to Workflow Studio.
{Add users and groups} With WorkflowStudio.UserManager do begin {Add all users} Users.Clear; Users.Add('1', 'John', 'john@domain'); Users.Add('2', 'Sarah', 'sarah@domain'); Users.Add('3', 'Scott', 'scott@domain'); Users.Add('4', 'Mario', 'mario@domain'); Users.Add('5', 'Tina', 'tina@domain'); {Add groups and specify which users belong to each group} Groups.Clear; With Groups.Add('managers') do begin UserIds.Add('1'); //John UserIds.Add('2'); //Sarah end; With Groups.Add('programmers') do begin UserIds.Add('3'); //Scott UserIds.Add('4'); //Mario UserIds.Add('5'); //Tina end; end;
Pricing
Single Developer License
Small Team License
Site License
TMS Workflow Studio
€ 270
€
80
yearly renewal
license for 1 developer
Includes
check
Full source code
check
Access to the TMS Support Center
check
Free updates and new releases
MOST POPULAR
TMS VCL Subscription
€ 895
€
450
yearly renewal
license for 1 developer
Includes
check
Full source code
check
Access to the TMS Support Center
check
Free updates and new releases
check
TMS Workflow Studio
check
All TMS VCL products
more_horiz
Discover more
BEST VALUE
TMS ALL-ACCESS
€ 1,795
€
595
yearly renewal
license for 1 developer
Includes
check
Full source code
check
Access to the TMS Support Center
check
Free updates and new releases
check
TMS Workflow Studio
check
All TMS VCL products
check
All TMS products
more_horiz
Discover more
All prices excl. VAT. Renewal price is subject to change and only valid up to 30 days after license has expired. After renewal period a discount price is offered to renew the license.
Free Trial
Start a free TMS Workflow Studio evaluation today!