Skip to content

Instantly share code, notes, and snippets.

View imdurgadas's full-sized avatar

Durgadas Kamath imdurgadas

View GitHub Profile
@imdurgadas
imdurgadas / linearwkf_workflow.py
Last active August 29, 2015 14:05
Linear worfklow with Revert functionality using Taskflow
__author__ = 'durgadas_kamath'
import taskflow.engines
from taskflow.patterns import linear_flow as lf
from taskflow import task
'''
This example demonstrates Linear workflow using taskflow .
In addition , it also demonstrates the REVERT functionality.
'''