uber-cadence Questions

1

In Cadence/Temporal workflow programming: Native threading library is not allowed. E.g. in Java, threads must be created through Async.procedure or Async.function and in Golang, threads must be cr...
Bimbo asked 4/3, 2022 at 20:0

1

So there are so many timeout values: For local activity: ScheduleToClose timeout For regular activity without retry: ScheduleToStart timeout ScheduleToClose timeout StartToClose timeout Heartbea...
Muscadine asked 4/12, 2020 at 6:56

1

So timers are durable in workflow engines like Cadence, SWF and Step functions. Durable timer is useful for use cases that need to wait for a long period of time, then wake up to execute some busin...

1

I have an activity task scheduled but never executed(started) by looking at the history, and then workflow got timeouted. I can confirm that cadence worker is running because other workflow works f...
Bride asked 2/12, 2020 at 17:42
1

© 2022 - 2024 — McMap. All rights reserved.