Welcome to Whitetask project
Whitetask is a framework which helps you write readable code when you need to express complex or long business flow. Current developing version, 0.2-SNAPSHOT provides DSL Style as following.
// Retry
new Flow() {{
execute(task);
ifLastResultIs(FAILURE).retryUntil(2);
}}.flow();
// Parallel execution
new Flow() {{
executeParallelly(someTask, someTask, someTask);
}}.flow();QA, more infomration
Please, join to our mailing list. (Korea user mailing) (Global devloper mailing)
News
- Robust-Task has renamed to Whitetask and project has also moved to this place. -2009/06/23
- Robust-Task 0.1 concept version has just been released! - 2009/03/12