News

Workflow Engine 2.0 Improves UI

Version 2.0 of the business process development tool comes in builds for .NET Core and Java, and sports streamlined UI improvements and a number of new methods.

It's been some time since OptimaJet offered a major update to its business process development tool, WorkflowEngine.NET. Just in time and prior to the launch of Visual Studio 2017 launch earlier this week, the company released and renamed its WorkflowEngine 2.0, which now has support for .NET Core and Java and comes with a myriad number of UI and other improvements.

Workflow engines are software-based applications for managing a project's business processes and logic. Windows Workflow Foundation (WF) is a good example of one that's built into the Microsoft .NET Framework. Workflow Engine aims to become an improved alternative to WF.

Besides the .NET Core support, there are a number of other improvements, particularly to the Designer user interface, which has been streamlined and easier to understand (see Figure 1).

Related to the Designer is now the capability to print the Designer's viewport to a PDF within a browser sans UI elements, and the Designer can also be made non-editable in case there's a need to distribute it to certain users. Those capabilities come by way of the addition of three new methods: readonlymode(), printablemode(), and editablemode().

Another feature has been added to the Designer, which allows users to be able to use an autocomplete list when working with these fields: Actor.value, the Activity.Implementation.Action parameter, and Transition.Condition.ActionParameter.

There's also a few new methods for modifying the execution time for timers in running processes:

  • _runtime.SetTimerValue(processId,timerName,newValue), _runtime.ResetTimerValue(processId, timerName): These two methods now change and reset timer values outside the process.
  • _runtime.SetTimerValue(processInstance,timerName,newValue), _runtime.ResetTimerValue(processInstance, timerName): These methods change and reset timer values from within Actions.
UI Improvements to Designer in WorkflowEngine 2.0
[Click on image for larger view.] Figure 1: UI Improvements to Designer in WorkflowEngine 2.0

Besides the .NET Core build, version 2.0 also is available in a Java build, according to the company. Get more information from the company Web site.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube