Skip to content

Conversation

@fjtirado
Copy link
Collaborator

@fjtirado fjtirado commented Nov 7, 2025

Fix #932

@fjtirado fjtirado force-pushed the Fix_#932 branch 2 times, most recently from f76ecef to 304ffda Compare November 7, 2025 15:51
@fjtirado fjtirado marked this pull request as ready for review November 7, 2025 15:52
@fjtirado fjtirado force-pushed the Fix_#932 branch 2 times, most recently from b6d40e0 to 2adb5a6 Compare November 7, 2025 16:05
try (WorkflowDefinition def =
appl.workflowDefinition(readWorkflowFromClasspath("workflows-samples/cron-start.yaml"))) {
await()
.atMost(Duration.ofMinutes(1).plus(Duration.ofSeconds(10)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not 70 seconds? 😅

Copy link
Collaborator Author

@fjtirado fjtirado Nov 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, its a picky thing, in case we test a different minute quantity (the minimum for unix cron), you always need to increase it a few seconds to give some margin, so you just need to change the minute quantity, not the second one

@fjtirado fjtirado force-pushed the Fix_#932 branch 2 times, most recently from 399ab50 to e4b5acf Compare November 7, 2025 16:16
Signed-off-by: fjtirado <ftirados@redhat.com>
@fjtirado fjtirado merged commit 9b0b0a2 into serverlessworkflow:main Nov 7, 2025
3 checks passed
treblereel pushed a commit to treblereel/serverless-workflow-sdk-java that referenced this pull request Nov 7, 2025
Signed-off-by: fjtirado <ftirados@redhat.com>
Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>
ricardozanini added a commit that referenced this pull request Nov 10, 2025
* [Fix #933] Adding timeout support (#963)

Signed-off-by: fjtirado <ftirados@redhat.com>
Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>

* [Fix #932] Workflow scheduler (#966)

Signed-off-by: fjtirado <ftirados@redhat.com>
Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>

* Add initial RunContainer Task support
Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>

Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>

* image pull before run

Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>

* refactoring + tests

Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>

* Review comments

Signed-off-by: fjtirado <ftirados@redhat.com>
Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>

* Disable test if docker is not

Signed-off-by: fjtirado <ftirados@redhat.com>
Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>

* Update impl/container/pom.xml

Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>

* post review

Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>

* name docker check method

Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>

---------

Signed-off-by: fjtirado <ftirados@redhat.com>
Signed-off-by: Dmitrii Tikhomirov <chani.liet@gmail.com>
Co-authored-by: Francisco Javier Tirado Sarti <65240126+fjtirado@users.noreply.github.com>
Co-authored-by: fjtirado <ftirados@redhat.com>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement workflow scheduling

2 participants