danielgerlag / conductor

Distributed workflow server
MIT License
528 stars 98 forks source link

System.ArgumentException: Step type Lambda not found #9

Open hotgen opened 4 years ago

hotgen commented 4 years ago

Following this tutorial https://conductor-core.readthedocs.io/en/latest/custom-steps/

and got

System.ArgumentException: Step type Lambda not found

"StepType: Lambda" should be "StepType: add" I guess

danielgerlag commented 4 years ago

yes, sorry about that

hotgen commented 4 years ago

No problem :) Great product!

Do you plan any caching mechanism? Like in https://www.sidefx.com/products/pdg/ or https://texels.com/kurtis/

danielgerlag commented 4 years ago

Could you elaborate a bit about the caching?

hotgen commented 4 years ago

Like a pure function. If return value is the same for the same arguments and no side effects we could cache the result.

For Kurtis: http://doc.texels.com/2.0/userguide/caching.htm