Difference between revisions of "ITasks"

From Clean
Jump to navigationJump to search
(Updated highly outdated page)
m
Line 1: Line 1:
 +
[[File:itasks-logo.png|right]]
 
At the '''ICFP 2007''' conference we first presented '''iTasks''' [http://www.st.cs.ru.nl/papers/2007/plar2007-ICFP07-iTasks.pdf],
 
At the '''ICFP 2007''' conference we first presented '''iTasks''' [http://www.st.cs.ru.nl/papers/2007/plar2007-ICFP07-iTasks.pdf],
 
a multi-user workflow system for the web. Since then the system has evolved from a small library on top of the [[iData]] framework to
 
a multi-user workflow system for the web. Since then the system has evolved from a small library on top of the [[iData]] framework to

Revision as of 09:50, 28 October 2009

Itasks-logo.png

At the ICFP 2007 conference we first presented iTasks [1], a multi-user workflow system for the web. Since then the system has evolved from a small library on top of the iData framework to a full fledged workflow language embedded in Clean.

Using iTasks workflows can be speficied using combinators in a very high level declarative monadic style. Workflows consist of typed tasks that produce results that can be passed as parameters to other tasks. Workflows are constructed by combining single steps sequentially or in parallel. From iTask specifications, executable workflow support systems are generated automatically.

Lately we have been working on version 2 of iTasks that takes the quality of the generated workflow support systems to a higher level and aims to offer end-users working on tasks a more user-friendly experience. We have presented this new incarnation of the iTask system at the IFL 2009 conference, and we are working on getting it ready for an alpha release.

The iTask2 GUI

This latest version features:

  • A highly declarative API for specification of dynamic workflows
  • A rich Ajax client interface for working on tasks
  • Automatically generated editors for entering and updating data in workflows.
  • A JSON based service API for spawning and interacting with running workflow instances
  • The possibility to change running workflow instances


Download

For the AFP Summerschool 2008 we made a special Clean release which includes the new compiler which can generate SAPL code for execution on the client.

You can download this release at: http://clean.cs.ru.nl/download/Clean22/windows/Clean2.2-iTasks-AFP2008.zip

Read more