TMS Workflow Studio Changelog

What's new in TMS Workflow Studio 2.20

Nov 9, 2023
  • New : Delphi 12 support.

New in TMS Workflow Studio 2.19 (Feb 2, 2023)

  • Improved : Temporary attachment file now deleted after being edited/viewed.
  • Improved : Dutch translation updated.
  • Fixed : Opening attachments was rarely opening the wrong file.

New in TMS Workflow Studio 2.18 (Apr 15, 2022)

  • New : SendMail block now allows to setup the From field.
  • New : SDAC driver and PostgreSQL script to create required tables and fields (both kind contributions from Adan).
  • Fixed : Errors raised while executing script transitions were being ignore by the engine or error block not being executed when present.

New in TMS Workflow Studio 2.17 (Mar 8, 2022)

  • New : Delphi 11 / RAD Studio 11 support.
  • Fixed : Task list taking too much memory for workflow definitions with many script blocks.

New in TMS Workflow Studio 2.16 (Mar 8, 2022)

  • Improved : Updated Dutch translation.
  • Fixed : Setting ThreadedExecution to True by default to return to previous default behavior (regression).

New in TMS Workflow Studio 2.15 (Aug 28, 2020)

  • Improved: Workflow dialogs are now presented in correct size in HDPI and scaled forms.
  • Improved: Workflow dialogs are now presented in correct size in HDPI and scaled forms.

New in TMS Workflow Studio 2.14 (Jun 2, 2020)

  • New : Support for RAD Studio 10.4 Sydney.
  • Improved : In task view dialog, the combo to update task status was moved to the bottom panel, being accessible at all time, regardless of the tab selected in the dialog.

New in TMS Workflow Studio 2.13 (Jan 8, 2020)

  • New : French language translation.
  • New : Czech language translation.
  • Improved : Updates in Dutch translation.
  • Fixed : Workflow editor could not remove all attachments or all variables in a workflow definition.
  • Fixed : Units in drivers folder caused Delphi IDE to hang due to include files.
  • Fixed : Task expiration in hours, minutes or seconds was causing workflow definition error.

New in TMS Workflow Studio 2.12 (Dec 5, 2018)

  • New : Support for Delphi/C++Builder 10.3 Rio
  • New : ShowUserTasksDlg and similar functions now have an option "wfmNonModal" that allows showing the task window as non-modal.

New in TMS Workflow Studio 2.11 (Mar 2, 2018)

  • New : TaskListKeySortMode global config allows changing the way task lists are ordered when sorting by the (task) "Key" column.
  • New : TWorkflowStudio.EnableAssignmentExpression for custom group assignment any(group), all(group).
  • New : TTaskListView.OnItemCompare event.

New in TMS Workflow Studio 2.10.0.0 (Feb 27, 2018)

  • Improved : Dutch translation updated.

New in TMS Workflow Studio 2.1.0.0 (Mar 24, 2015)

  • New : Variables Dialog helps creating variable expressions in several parameter controls
  • New : Status templates for predefined set of status makes it fast to create new task blocks with same status items
  • New : Send Mail block to easily send an e-mail message
  • New : Scripts in transitions allow adding custom logic whenever the workflow execution goes through a specific transition
  • New : Popup menu with "Copy as Image" option when visualizing the diagram in task list
  • New : Database SQL block to execute an SQL statement in the database
  • New : Comment and Text blocks improves visual indications in the workflow diagram
  • Improved : Variables are now sorted by name in the Workflow Variables form

New in TMS Workflow Studio 2.0.0.0 (Mar 24, 2015)

  • New : Packages structure changed. Now it allows using runtime packages with 64-bit applications. It's a breaking change.
  • New : Full TMS Diagram Studio now included in TMS Workflow Studio

New in TMS Workflow Studio 1.9.3.0 (Jan 27, 2015)

  • New : Support for Delphi XE7 & C++Builder XE7 added

New in TMS Workflow Studio 1.9.2.0 (Jan 27, 2015)

  • New : Support for Delphi XE6 & C++Builder XE6 added

New in TMS Workflow Studio 1.9.1.0 (Jan 27, 2015)

  • New : TWorkflowUserInterface.BeforeTaskListShow event allows you to have access to TaskList form and perform visual modifications in it before it's displayed
  • New : TWorkflowDB.UseBase64 property can be used to improve performance in Delphi XE2 and lower versions
  • New : Diagram Navigator in workflow editor
  • Fixed : Issues when running more than one subworkflow simultaneously and waiting for both to complete
  • Fixed : Issue with loading workflow definitions from sql server using ADO
  • Fixed : Expiration Combo box items in expiration frame now being properly translated
  • Fixed : Error Handler block now also executed after some internal errors (like script execution)

New in TMS Workflow Studio 1.9.0.0 (Oct 3, 2013)

  • New : TAttachmentViewMode allow displaying attachments and task info in a single pane instead of different tabs
  • New : RAD Studio XE5 support
  • Improved : Better performance for saving/loading workflow definitions, instances and tasks when using ADO
  • Fixed : Workfklow blocks not displayed when language different than English was used
  • Fixed : Empty "Basic" category removed from toolbar

New in TMS Workflow Studio 1.8.1.1 (May 23, 2013)

  • Fixed : Issue with installer for Delphi XE4 & C++Builder XE4

New in TMS Workflow Studio 1.8.1.0 (May 23, 2013)

  • New : Delphi XE4 & C++Builder XE4 support added

New in TMS Workflow Studio 1.8.0.8 (Dec 3, 2012)

  • Fixed : Issue with trial installer

New in TMS Workflow Studio 1.8.0.0 (Sep 21, 2012)

  • New : Delphi/C++Builder XE3 support
  • Fixed : ScriptEngineInitialized not being called when executing workflow validation
  • Fixed : Issue when using ODBC + SQLDirect (parameter order was incorrect)

New in TMS Workflow Studio 1.7.0.0 (Apr 30, 2012)

  • New : German, Chinese and Italian translation for Workflow user interface
  • New : 64-bit support added for Rad Studio XE2

New in TMS Workflow Studio 1.6.0.0 (Sep 22, 2011)

  • New : Delphi/C++Builder XE2 support
  • Improved : Optimization when using blob fiels with ADO

New in TMS Workflow Studio 1.5.0.1 (Oct 29, 2010)

  • Fixed : Issue in installer for RAD Studio XE

New in TMS Workflow Studio 1.5.0.0 (Oct 25, 2010)

  • New : Timeout feature for automatic expiration of workflow tasks
  • New : Support for AnyDAC components
  • New : RAD Studio XE support
  • New : Property DisplayTaskStatus in workflow diagram
  • New : Option to define hidden status in workflow tasks
  • New : High level properties to handle with task status programmatically
  • New : Event OnInitializeScriptEngine to initialize Script Engine object
  • New : Event BeforeSaveTaskInstance in WorkflowStudio.
  • New : Administrator privilege in user groups to allow updating of tasks assigned to different users
  • New : "Run workflow" block to run a separated workflow instance
  • Improved : User interface for defining status in workflow tasks
  • Fixed : Issues with wsClasses unit in C++Builder
  • Fixed : Issues with multiple outputs from script blocks
  • Fixed : Flickering when moving blocks on Workflow diagram