sclasen / swfsm

[golang] simple workflow finite state machines
MIT License
53 stars 14 forks source link

Feature request: Add TaskList to ActivityInfo #159

Open ryanwalls opened 8 years ago

ryanwalls commented 8 years ago

This could be a slippery slope... ScheduleActivityTaskDecisionAttributes has several fields that are not being tracked in the correlator, so we could just add them all... but this request is just for one more. :)

You guys just added input which is super helpful. What do you think about adding TaskList?

I am using the ActivityInfo to retry a failed task. I would like to reschedule it on the same task list as the original activity. Having this tracked in the correlator would make it much easier.

Thoughts?

ryanwalls commented 8 years ago

Any thoughts on this @sclasen?

sclasen commented 8 years ago

Seems fine, I'm on vacation atm want to do a pr?

On Friday, April 8, 2016, ryanwalls notifications@github.com wrote:

Any thoughts on this @sclasen https://github.com/sclasen?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/sclasen/swfsm/issues/159#issuecomment-207455043

ryanwalls commented 8 years ago

Sure, I'll try to get to it early next week. Happy vacation.