Maxwell Dylla
08/21/2020, 11:38 PMChris White
08/22/2020, 12:11 AM.run()
method of a Task allows you to unittest your tasks
- you can use a TaskRunner to test your task’s trigger logic
- you can use a FlowRunner to test how states propagate through your Flow
I’m sure there are other aspects that I’m not remembering off the top of my head, but hopefully that’s provides a good starting place for you!Maxwell Dylla
08/22/2020, 5:24 PM