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

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube