You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GetActivityTaskList and GetWorkflowTaskList utils to replace WithTaskListMapper utils (#1292)
What changed?
Remove WithTasklist utils introduced in #1286
Instead, users should use the new GetTaskList and With*TaskList APIs.
For future as discussed with @Groxx, it's better to have a functional API to replace all "With*".
For example:
ExecuteChildWorkflow(ctx, type, child.Args(all, args), child.WorkflowID("asdf'))
Why?
With**TaskList APIs are confusing and it's better to remove it
0 commit comments