Difference between revisions of "ITasks"

From Clean
Jump to navigationJump to search
Line 7: Line 7:
 
From iTask specifications, executable workflow support systems are generated automatically.
 
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.
 
 
[[File:itasks2-gui.jpg|thumb|The iTask2 GUI]]
 
[[File:itasks2-gui.jpg|thumb|The iTask2 GUI]]
  

Revision as of 14:12, 31 August 2010

Itasks-logo.png

The iTask system (iTasks) is a toolkit for programming workflow management applications in Clean.

With this toolkit 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.

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

The iTask system is actively developed, but has no regular release schedule. We provide alpha builds on request or on special occasions such as use during courses.

The latest release is version 10.8 (Aug. 2010) for the The 22nd Symposium on Implementation and Application of Functional Languages and can be obtained from here.

Getting Started

To get started you need both the latest Clean release for iTasks and the latest release of the iTasks-SDK, which can be downloaded from this page. To combine them follow these steps:

  1. Unzip the Clean system into any directory on your system.
  2. Unzip the iTasks-SDK-XX.zip into the root-folder of the Clean System. This will create a folder 'iTasks-SDK'. It is required to put the iTasks system in this directory for the 'iTasks'-environment to work.
  3. Follow the instructions in 'readme.txt'. A build of the AJAX web-client is already included in the release, so you don't have to create on for yourself.


Read more