| Overload | Description |
|---|---|
| Add<TResult>(NAsyncTask<TResult>) | Adds a task to the flow |
| Add<TResult>(DNFunctionResult<NPromise<TResult>>,String) | Adds a task to the flow |
| Add<TResult>(DNFunctionResult<TResult>,String) | Adds a task to the flow |
| Add(DNFunction,String) | Adds a task to the flow |