Tihomir Surdilovic

Results 171 comments of Tihomir Surdilovic

I think you can do these types of UIs just as easy with SW. Instead of building your json structure from these fields you would build your jq expression instead....

| In that case, I'd say to have a state before the switch to populate the workflow data context with the information and have the datacondition a simple jq expression...

We recommend not setting workflow execution timeout for almost all cases. For this issue, trying to reset a completed execution that had workflow execution timeout set would trigger this timeout...

this also applies to resetting executions that timed out on workflow run timeout

I believe this is due to your starter explicitly waiting on workflow completion which would block on the lock: https://github.com/muralisrini/samples-go/blob/mutex_add_workflows/mutex/starter/main.go#L52-L60 If you remove this (start executions async and dont wait...

Thanks for update. Can you share the server version you are running against?

Don't think schedules is something that can be tested with in-mem TestWorkflowEnvironment alone as its a server-side feature. We could add one that does integration test via setUseExternalService(true) if we...

Had a bit of a hard time following example code as in the whole time was thinking this would be good to have as a reusable interceptor that can be...

Approving this as think its good sample, just see previous comment about it being bit hard to understand / follow.