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

TaskStatusListener onTaskInProgress isn't triggered when Async System task moves to IN_PROGRESS #210

Open
arorashivam opened this issue Jul 16, 2024 · 0 comments

Comments

@arorashivam
Copy link

Describe the bug
TaskStatusListener onTaskInProgress isn't triggered when Async System task moves to IN_PROGRESS

Further debugging details:

  1. AsyncSystemTaskExecutor updates the task by calling: executionDAOFacade.updateTask(task)
  2. After this update, we are no where notifying the TaskStatusListener.

Details
Conductor version: 3.20.0
Persistence implementation: Postgres
Queue implementation: Dynoqueues
Lock: Redis
Workflow definition: N/A
Task definition: N/A
Event handler definition: N/A

To Reproduce
Steps to reproduce the behavior:

Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
TaskStatusListener onTaskInProgress method should be called when Async System task moves from SCHEDULED to IN_PROGRESS

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant