sartography / SpiffWorkflow

A powerful workflow engine implemented in pure Python
GNU Lesser General Public License v3.0
1.69k stars 313 forks source link

Unify connect() argument name to 'taskspec' #361

Closed Leon0824 closed 1 year ago

Leon0824 commented 1 year ago

In the base class TaskSpec, it use taskspec as the argument name of connect().

burnettk commented 1 year ago

thank you very much, @Leon0824