Skip to content
jonasbn edited this page Jan 8, 2021 · 4 revisions

Welcome to the Workflow Wiki

Here you can find information related to the Workflow Perl distribution.

The 'Workflow' Perl module implements a standalone workflow system. It aims to be simple but flexible and therefore powerful. Each piece of the 'Workflow' system has a direct and easily stated job, and hopefully you will find that you can put the pieces together to create very useful systems.

Read the documentation ('perldoc Workflow') for a more detailed introduction, sample usage, interactions with your applications, and more. More documentation will be written as a part of this site some time in the future

'perl-Workflow' is normally referred to as 'Workflow' the name perl-workflow was picked when moving project activities to SourceForge, where the name was occupied by a Java project, however the distribution of the system on CPAN is called 'Workflow' and on this site the system will be referred to as 'Workflow' and perl-workflow interchangeably.

'Workflow' was originally initiated and developed by Chris Winters.

'Workflow' is currently maintained by a group of people, if you are interested in participating please refer to the Development section of this Wiki.

Goal of Workflow

The goal of 'Workflow' is to be a complete standalone workflow system, where the user can implement generic workflows using this framework. The project in it's current form are running under these project directives in order to define the scope of the project

  • Extensibility
  • Stability

Brief History of Workflow

  • 11th. of October 2004 - Initial release to CPAN (0.10)
  • 7th. of July 2006 - Jonas B. Nielsen takes over maintenance from Chris Winters
  • 19th. of September 2006 - Project set up at SourceForge
  • 4th. of February 2014 - Project migrated from SourceForge to GitHub

Please see the Change log for more details involving the codebase.