Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix #484] Execute Fork task #489

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Conversation

fjtirado
Copy link
Collaborator

@fjtirado fjtirado commented Dec 3, 2024

Fix #484

@fjtirado fjtirado marked this pull request as draft December 3, 2024 17:35
Signed-off-by: Francisco Javier Tirado Sarti <ftirados@redhat.com>
@fjtirado fjtirado marked this pull request as ready for review December 3, 2024 18:04
@fjtirado fjtirado force-pushed the Fix_#484 branch 6 times, most recently from 9878e6b to 72f03d8 Compare December 3, 2024 20:36
@Override
protected void internalExecute(WorkflowContext workflow, TaskContext<WaitTask> taskContext) {
try {
Thread.sleep(millisToWait.toMillis());
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This strategy will change once we implement listen task. I wanted a dummy implementation of this to test the fork

@fjtirado fjtirado force-pushed the Fix_#484 branch 5 times, most recently from 9ea16cd to 3617e5a Compare December 3, 2024 21:59
Signed-off-by: Francisco Javier Tirado Sarti <ftirados@redhat.com>
@fjtirado fjtirado merged commit a59fe58 into serverlessworkflow:main Dec 4, 2024
2 checks passed
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.

Add Fork task implementation
1 participant