Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first simple workflow fails START_TO_CLOSE timeout, #1220

Open
chamarts opened this issue Feb 27, 2023 · 0 comments
Open

first simple workflow fails START_TO_CLOSE timeout, #1220

chamarts opened this issue Feb 27, 2023 · 0 comments

Comments

@chamarts
Copy link

Describe the bug
created simple workflow and it throws an error while fetching the result. appreciate any quick help

Result
{
"timeoutType": "START_TO_CLOSE"
}. Tried debugging until RPCRetrier.retryWithResult but not successful.

workflow interface
@WorkflowMethod(executionStartToCloseTimeoutSeconds = 10, taskList = TASK_LIST )
String doTheRightThing();

To Reproduce
Is the issue reproducible?

  • Yes

Steps to reproduce the behavior:
A clear and concise description of the reproduce steps.

Expected behavior
Should return result "SUCCESS" and history should show workflow completed with return result "SUCCESS"

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
stacktrace
at com.uber.cadence.internal.common.WorkflowExecutionUtils.getResultFromCloseEvent(WorkflowExecutionUtils.java:166)
at com.uber.cadence.internal.common.WorkflowExecutionUtils.getWorkflowExecutionResult(WorkflowExecutionUtils.java:121)
at com.uber.cadence.internal.sync.WorkflowStubImpl.getResult(WorkflowStubImpl.java:307)
at com.uber.cadence.internal.sync.WorkflowStubImpl.getResult(WorkflowStubImpl.java:289)
at com.uber.cadence.internal.sync.WorkflowInvocationHandler$SyncWorkflowInvocationHandler.startWorkflow(WorkflowInvocationHandler.java:289)
at com.uber.cadence.internal.sync.WorkflowInvocationHandler$SyncWorkflowInvocationHandler.invoke(WorkflowInvocationHandler.java:248)
at com.uber.cadence.internal.sync.WorkflowInvocationHandler.invoke(WorkflowInvocationHandler.java:164)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant