Closed bijeebuss closed 4 months ago
If I try to upsert a search attribute that does not exist like this https://github.com/temporalio/samples-typescript/compare/main...bijeebuss:samples-typescript:main and then start the workflow it will show up as "Running" but it's actually in a sort of failed state. It also does this in other cases like when you forget to export the workflow.
Things I tried
retry: { maximumAttempts: 1 }
A way to detect when a workflow enters a state like this. Maybe it already exists but I can't find anything
reposted here https://github.com/temporalio/temporal/issues/6275
Is your feature request related to a problem? Please describe.
If I try to upsert a search attribute that does not exist like this https://github.com/temporalio/samples-typescript/compare/main...bijeebuss:samples-typescript:main and then start the workflow it will show up as "Running" but it's actually in a sort of failed state. It also does this in other cases like when you forget to export the workflow.
Things I tried
retry: { maximumAttempts: 1 }
when starting the workflow does not cause the workflow to enter an actual "Failed" stateDescribe the solution you'd like
A way to detect when a workflow enters a state like this. Maybe it already exists but I can't find anything