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
User can set arbitrary long workflow task timeout via workflow.WithWorkflowTaskTimeout() and do a continue as new. And in the new run, the workflow task timeout is not capped, and whatever value specified by our user will be used.
Steps to Reproduce the Problem
Specifications
Version:
Platform:
The text was updated successfully, but these errors were encountered:
Expected Behavior
Workflow task timeout is always capped.
Actual Behavior
User can set arbitrary long workflow task timeout via
workflow.WithWorkflowTaskTimeout()
and do a continue as new. And in the new run, the workflow task timeout is not capped, and whatever value specified by our user will be used.Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: