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 | 543 | September 20, 2021 | |
| How do I know if a started cron workflow is running at the moment given the workflowID? | 7 | 1387 | April 19, 2022 | |
| Signal to scheduled workflow | 7 | 997 | April 23, 2021 | |
| [Java] How to get existing workflow options from a workflow stub? | 6 | 1040 | November 30, 2023 | |
| Can I determine all Workflow Events from a Workflow implementation (without running it)? | 1 | 104 | September 14, 2024 |