How can I query the cron schedule of a workflow? Is there a better way than finding a WorkflowExecutionStartedEventAttributes event in its history and inspecting the cron_schedule property?
maxim
2
At this point loading the first event from the history is the best approach.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Retrieve workflow cron schedule | 3 | 560 | September 20, 2021 | |
| How do I know if a started cron workflow is running at the moment given the workflowID? | 7 | 1426 | April 19, 2022 | |
| Signal to scheduled workflow | 7 | 1023 | April 23, 2021 | |
| [Java] How to get existing workflow options from a workflow stub? | 6 | 1071 | November 30, 2023 | |
| Can I determine all Workflow Events from a Workflow implementation (without running it)? | 1 | 128 | September 14, 2024 |