John Wood

Results 2 issues of John Wood

If I have a task class such as this one: @activity.with_attributes(task_list='quickstart', version='example') class Delay(object): .... And then try to build up a Group of these such as: c1 = canvas.Chain(...

I would like to create a child/sub-Workflow that I can 'submit()' to a parent Workflow, but currently this is not supported. So a Workflow 'activity' can be submitted via this...