Skip to content

Releases: World-of-Workflows/WorkflowsUniversity

1.7.461

09 Jan 19:57
Compare
Choose a tag to compare

Full Changelog: 1.7.457...1.7.461

Updated tasks to show related instance details again

1.7.459

04 Jan 23:37
Compare
Choose a tag to compare

Added patch so Activity Lists return arrays instead of lists

Full Changelog: 1.7.457...1.7.459

1.7.457

02 Jan 00:23
c588fa9
Compare
Choose a tag to compare

Patch Release

  • Amended Issue with My Tasks

What's Changed

Full Changelog: 1.7.440...1.7.457

1.7.454

21 Dec 06:47
c62e5af
Compare
Choose a tag to compare

Patch Release

  • Fixed issue with oData Filters on Activities
  • Fixed performance issues in tasks

What's Changed

Full Changelog: 1.6.180...1.7.454

1.7.440

05 Dec 09:06
c62e5af
Compare
Choose a tag to compare

##Important
This Version Requires Dotnet 8

What's Changed

Full Changelog: 1.6.180...1.7.440

1.7.276-alpha

14 Nov 04:14
92e27a8
Compare
Choose a tag to compare
1.7.276-alpha Pre-release
Pre-release
Merge pull request #61 from World-of-Workflows/1.6-release

1.6 release

1.6.180

21 Aug 20:49
92e27a8
Compare
Choose a tag to compare

Release Notes

Version 1.6.180

Welcome to the release notes for HubOne Workflows PE. This document contains information on late changes to the product as of the version above.

Version 1.6.180 Released 21 August 2023

Breaking Changes

There are no breaking changes in this release

Known Issues

The following are known issues in this release

  • #1617 - Add the workflow NAME (not just ID) and version number to Task details
    WORKAROUND: None
  • #2146 - Types Page, adding new type, Error Popup should appear when name exists
    WORKAROUND: Don't create types with duplicate names
  • #2156 - Workflows instances page, bottom bar extends too far
    WORKAROUND: None
  • #2708 - Make workflows msi launch application after running
    WORKAROUND: Start the application from the icon on the desktop
  • #3926 - A Task created with only a reference field does not allow Submit
    WORKAROUND: Ensure Tasks with reference Id have fields to complete
  • #4000 - World of Workflows doesn't appear in Start list
    WORKAROUND: Run the Application from the desktop icon

Items resolved this release

  • #969 - User Story - Import Solution (GitHub Issue #217)
  • #973 - User Story - Export Solution (GitHub Issue #216)
  • #2360 - User Story - Standardise logging and exceptions
  • #2834 - User Story - First run - dialog popup
  • #2837 - Bug - red 'error message' disappears too fast
  • #3084 - User Story - Ability to sort Data Properties page
  • #3090 - User Story - Dates are difficult to enter in Add Instance editor - also needs a time
  • #3157 - Bug - Unable to rename field 'Manager' to 'Manager-old'
  • #3221 - Bug - Tasks view in an object instance - status is 'Unavailable' for a new task when the task is in the 'Available Tasks' list
  • #3244 - Bug - Instance editor, tasks & views - Decimal 2 fields show with 1 decimal place
  • #3480 - User Story - Obsolete please remove RenameObjectTypeAsync, it is not used in code but it is being tested
  • #3488 - User Story - GetTypeCurrentStates is private and not used inside of WorkflowsPersistenceBase
  • #3506 - Bug - FindObjectHeadersAsync returns IAsyncEnumerable<KeyValuePair<long, object?>>?
  • #3509 - Bug - error updating an object
  • #3566 - Bug - Possible bug in Client Generation - no post (create) methods for instances
  • #3603 - Task - Document how to create certificates for Plugin Validation
  • #3652 - Task - Task Editor - make window resizable
  • #3672 - User Story - Create an Autotask plugin
  • #3673 - Bug - Stop blocking the UI for page to load ( avoid waiting on the refresh )
  • #3680 - Feature - Office 365
  • #3681 - Feature - Autotask
  • #3682 - Feature - OpenAI
  • #3692 - Bug - Add instance in a view does refresh the view when the instance is saved, but the sort order is not respected
  • #3703 - Bug - Make plugins controller handle upgraded plugin versions
  • #3712 - Bug - Create a nice loading UI for tables
  • #3713 - Bug - Make BackUp location and world_of_workflows.db configurable. Create WorldOfWorkflowsDataBaseOptions as a service
  • #3714 - Bug - Rename worldofworkflows.db to world_of_workflows.db
  • #3715 - Bug - Rename workflowsbackup20230524102418.db to world_of_workflows_backup_2023-05-24-10-24-18
  • #3716 - Bug - Create a BackUp directory to store backups
  • #3717 - Bug - Inline Edit - Does not save Single Row
  • #3720 - Bug - Workflow instances shows From 1 - 0 of 0 records when there is no data
  • #3722 - Bug - Make popup for backup display the newly created filename
  • #3723 - User Story - Filtering: allow cumulative filters
  • #3736 - User Story - Create OpenAI activity "davinci"
  • #3737 - User Story - Create OpenAI activity "codex"
  • #3738 - User Story - Create OpenAI activity "chatgpt"
  • #3739 - User Story - Create OpenAI activity "instructgpt"
  • #3740 - User Story - Create OpenAI activity "dall-e"
  • #3746 - Bug - SendHTTPRequest needs to cope with timeout
  • #3751 - Bug - Using an Event Id when logging.
  • #3760 - User Story - Admin/All Tasks requires a filter and sort functionality
  • #3761 - Bug - Display of type data does not use all available screen real estate
  • #3763 - User Story - provide a 'Delete' button from within the data editor
  • #3764 - Task - provide an export button in views. export the data shown in the view, filtered/sorted as displayed
  • #3765 - Bug - views: filtering: update pagination when filtered results displayed
  • #3766 - Bug - views: filtering on null and then changing the filter to a value - only 1 row is displayed
  • #3767 - Bug - views: filtering: filters are not cumulative, but look like they should be
  • #3768 - Bug - data (views and types) sorting only sorts within the page
  • #3769 - Bug - filtering: number searches - any way of allowing a formula, such as '> 10000'?
  • #3771 - Bug - Azure DevOps, make a default pull request rule across all projects to assign a member of "Workflows Team" as required
  • #3778 - User Story - Move "Admin" menu item before the views
  • #3792 - Bug - Occasional Error Clicking from List to Object Editor (/instances/instanceid))
  • #3794 - User Story - Fork Nswag, create activities based on services created from swagger definition
  • #3797 - Bug - v 1.5.233 - Views filtering - can select multiple filters but they are not cumulative
  • #3798 - Bug - Types - deleting records can fail silently
  • #3801 - Task - Change column filters to use objects to reduce code
  • #3802 - Bug - Make a WorkflowsBackupService instead of using the extension method in WorkflowsBackupService.cs
  • #3803 - Bug - Fix ConfigCommand so it correctly adds the builder.AddActivity<>;
  • #3804 - Bug - Change Settings so it uses System.txt.json instead of Newtonsoft.json
  • #3805 - Bug - Fix activity so it will add the correct parameters
  • #3807 - Bug - repeatedly calling ObjectInstanceUpdate on the same object results in 'Collection is read-only.' fault
  • #3809 - User Story - Solutions
  • #3815 - Task - Create Solution Management UI
  • #3816 - Task - Solutions Export
  • #3817 - Task - Solutions Import
  • #3819 - Task - Create First Run Experience
  • #3820 - Task - Create Registration and Licensing using Azure Table and Function
  • #3821 - Task - Create Autotask Plugin
  • #3824 - Feature - Add support for DataType plugins
  • #3825 - Task - better UI for deleting a field (or data)
  • #3826 - Bug - Business Edition - Cred Manager CallBack URL Not Working
  • #3827 - Bug - Admin Page - Users Tile strange all by itself
  • #3828 - Bug - Business Edition - Documentor Fails with 401 Errors
  • #3829 - Bug - BE - Do we need the users tab?
  • #3830 - Bug - BE - Create Backup Fails and never creates a backup.
  • #3831 - Bug - BE - Lots of writing to the console GET ATTRIBUTES - Remove from release version
  • #3832 - Bug - BE: Cannot Authenticate to oData Endpoint in PowerBI
  • #3834 - Bug - Clean badly formatted class HubOneWorkflows.Models.API.WorkflowDefinitionResponse
  • #3835 - Bug - Clean nastily formatted class HubOneWorkflows.Models.API.WorkflowDefinitionActivity
  • #3836 - Bug - Clean badly formatted class HubOneWorkflows.Models.API.WorkflowDefinitionActivityProperty
  • #3837 - Bug - Clean badly formatted class HubOneWorkflows.Models.API.WFConnection
  • #3838 - Bug - Pending on plugins, change to restart service button
  • #3839 - Bug - Make activity name a property
  • #3840 - Bug - Fix activity generator.cs move out models and remove displayname
  • #3843 - User Story - After add a column, have a way to add another column
  • #3844 - User Story - Update columns from within view / data
  • #3845 - User Story - Button to go to the data editor from within column definition page
  • #3846 - Bug - Cannot use ObjectInstanceHistoryList activity.
  • #3847 - Bug - ObjectInstanceHistoryList applies Filter and OrderBy as wrong type
  • #3849 - User Story - Add a refresh button to views and data display
  • #3850 - Bug - Multi-edit of several rows allows user to set a common 'title' field
  • #3851 - Bug - Typo in ObjectinstanceList prompt
  • #3852 - Bug - sort sometimes does not work - views
  • #3853 - Bug - Autotask plugin: the order of the outputs is wrong
  • #3854 - Bug - Autotask plugin - add activity to create a contract charge
  • #3855 - Bug - Data import: the "import complete" message removes the status messages
  • #3860 - Bug - tt-workflows seems to timeout
  • #3865 - Bug - Clean nastily formatted class HubOneWorkflows.Models.Api.WFExpression
  • #3866 - Bug - Office 365 get all unread emails
  • #3867 - Bug - Add Stop service button to settings page
  • #3868 - User Story - Create a PluginUtils project, combines the Code.Signer and Code.Generator
  • #3869 - Bug - Can we delete the WorldOfWorkflows.Plugins repo and just have the WorldOfWorkflows pipeline publish the nuget.
  • #3871 - Bug - Easier debugging for plugins
  • #3874 - Bug - If I have a long running task in a workflow after I click a button on a task, It hangs around until the next activity is complete in the UI
  • #3878 - Bug - Add System prompt to open AI plugin
  • #3880 - Bug - Mark Email as read MSGraph
  • #3882 - Bug - Add the version number in the settings page
  • #3885 - Bug - views - filtering - filter from one view is used in the next when switching views
  • #3887 - Bug - pressing the 'return' key in a task entry field adds #xA to the end of the data
  • #3888 - Bug - Looping a task with no branches causes the workflow to die and so the UI cannot close the task
  • #3891 - Bug - Make Code signer replace most of the azure pipeline, make it also recognize the git version...
Read more

1.5.233

09 Jun 01:31
96c2f3b
Compare
Choose a tag to compare

World of Workflows

Version 1.5.233

Release Notes

Welcome to the Release notes for World of Workflows Version 1.5.
Here's a quick look at what's new in World of Workflows v1.5:

  1. Full Data Editing, Sorting, and Filtering: Now you have complete control over your data. Edit, sort, and filter data seamlessly, creating a workflow experience that's custom-tailored to your needs.

  2. oData Access: This feature facilitates easy development of reports and dashboards using PowerBI. Making sense of your workflow data has never been easier!

  3. Plugin Power: Enhance the capabilities of World of Workflows with our new plugin feature. The initial plugins include ChatGPT, Office 365, and Xero. You can now integrate your workflow software with powerful tools to supercharge your productivity.

  4. Business Edition: We're introducing a brand-new Business Edition that extends World of Workflows to include Azure Active Directory authentication, granular access control, and central administration. This edition, sold as a subscription, can run on your servers, AWS, GCP, or Microsoft Azure, and is designed to give your business the tools it needs to succeed.

We're also excited to announce that the Personal Edition remains free and runs on your PC, Mac, or Linux device. It's the perfect solution for individuals or small teams looking to streamline their processes and increase efficiency.

We believe that these updates will significantly enhance your experience with World of Workflows. Our commitment remains to provide you with the best possible software solution that not only meets your workflow needs but exceeds them.

So, what are you waiting for? Discover the power of World of Workflows v1.5 today. Visit our website to learn more, and don't hesitate to reach out if you have any questions or need any assistance.

We are constantly working to improve and evolve World of Workflows, and we value your feedback. As you explore the new version, we'd love to hear your thoughts on the enhancements.

Thank you for being a valued member of the World of Workflows community. Here's to accomplishing great things together with World of Workflows v1.5!

In this document

1. Items completed this release

  • #2400 - Can't change environment to anything but "Development"
  • #2450 - Refreshing auto-navigates back to the homepage
  • #2554 - Logged out window needs a button for logging in, and other advertising info
  • #2705 - Test case failure Test_UpdateObjectTypeColumnAsync_Fail_Add_Principal_Type_Id_Invalid_Data_Type_Id | adding foreign key to a column with a datatype that isn't big int succeeds
  • #2835 - UI annoyance - black box around Types
  • #2847 - https://www.worldofworkflows.com/support - 404 error
  • #3002 - Authentication
  • #3092 - Hidden fields display in the Instance editor
  • #3094 - Field order different when adding an instance from a view vs adding it from a type
  • #3097 - QuickObjectInsert does not work without specifying the 'Type Id'
  • #3143 - Completing a task with another in MyTasks does not display the next task
  • #3160 - Import: import fails if an existing type name is entered
  • #3204 - Add PE Build to CI/CD
  • #3212 - Object Detail Read To variable, remove and add checkbox to Object Detail Read to convert to variable
  • #3215 - Task Create | Related Object Instance Id, Description needs more info
  • #3219 - view sorting icon is backwards
  • #3234 - Create a page in workflows university dedicated to retrieving and setting variables
  • #3247 - Ability to Bulk edit a list of Objects in views or instance list
  • #3248 - Ability to bulk delete object instances in views or instance list
  • #3250 - Create a Plugin that uses secrets
  • #3285 - User Defined Data Types
  • #3315 - UI Change Request, Move Columns page inside of Type page. Looking at peoples navigation, it seems that adding a column on the type page is expected
  • #3318 - Tasks: When choosing a simple button, auto submit data
  • #3330 - Task create - Submit button not enabled when just a true/false question asked
  • #3463 - Add ASP.NET Core Identity tables
  • #3464 - Remove existing user tables
  • #3487 - GetTypeCurrentStateAsync in WorkflowsPersistence isn't used and isn't in IWorkflowsPersistence
  • #3492 - Enrolments
  • #3493 - Lead Response
  • #3494 - Complaints (Manufacturing)
  • #3495 - Should persistence methods for Types and columns have overflows that accept (long id) and (string name)
  • #3497 - Instance editor: clicking Workflows tab removes any reference to the object we are viewing
  • #3502 - All Elsa Dialogs screwed up in 1.4
  • #3503 - Please update version to 1.5
  • #3504 - Please extend auth to use a list of IP Addresses from config.
  • #3510 - Generate routes for user-defined object types as if they were hard-coded types.
  • #3511 - Dynamic OpenAPI support for object types.
  • #3512 - Generate schemas for user-defined object types as if they were hard-coded types.
  • #3513 - Client library generated via NSwag contains invalid syntax.
  • #3514 - OpenAPI document info is invalid
  • #3515 - Create Plugin for WoW that uses Credentials from Credential Manager
  • #3528 - TypeAddColumn - Column Type ID needs to be a dropdown
  • #3529 - TypeAddColumn - PrincipalType should be a dropdown
  • #3530 - Documenter fails to generate a diagram if a workflow has no name
  • #3531 - Types / Diagram fails to generate a diagram for the attached database
  • #3572 - Restrict object type and column names to valid C# identifiers
  • #3591 - Issue when loading Plugins when application deployed as a service
  • #3604 - Change Build Process for Plugins to zip file, sign it and zip the rest
  • #3605 - Resolve Option issues
  • #3631 - Cannot See Add Activity Button in designer
  • #3632 - Issue with Plugin
  • #3636 - Add spinner for plugins (Fix Better UI)
  • #3649 - data editor: Save/reset buttons moved to the left
  • [#3650](https://dev.azure.com/tribetechau/Wor...
Read more

1.5.177-preview

02 Jun 01:11
96c2f3b
Compare
Choose a tag to compare
1.5.177-preview Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.4.17...1.5.177-preview

1.4.20

06 Apr 13:26
1d75650
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.494...1.4.20