bstempi / pyswf

Classes that build on Boto's SWF classes to make workflow construction easier.
9 stars 0 forks source link

Framework does not allow for task lists to be set dynamically #1

Open bstempi opened 8 years ago

bstempi commented 8 years ago

When running a workflow, the user might want to change task list for tasks and deciders during start-up. Currently, there are ways to have the runners run activity and decision workers that listen to task lists that were specified during start-up, but there's no way for a decider to know that a task that it's scheduling should use a different task list from the one stated in the @activity_task decorator.

There should be a way to tell a decider to override some of the config values that it finds in the @activity_tasks that it has to schedule.