-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Workflow not going forward after DO_WHILE execution completion #3880
Comments
This may be related to #3876 . Again Double underscore may be causing issue |
using this worked. |
This could be the bug here, as they are using SimpleActionProcessor:132 |
HI can you help me to do setup conductor with postgres |
Hi @gajendrangnanasekaran you can use docker-compose to set it up . Clone this repo and run
To kill run
If you want to run local setup for development, remove conductor:server from docker-compose file and create a new docker-compose file and run that docker-compose file using the similar command. Then start up local server by running below command config-postgres-modified.properties must be pointing to localhost:6432 and localhost:9201 as postgres and elastic search if you want to run the local server on intellij here is how it looks like for mysql support I have added in the server/build.gradle dependencies. That's all |
Describe the bug
Details
Conductor version: 3.15.0
Persistence implementation: MySQL
Queue implementation: MySql
Lock: Redis
Workflow definition:
Task definition: System
Event handler definition:
To Reproduce
Steps to reproduce the behavior:
-> Execute the above workflow
-> Wait for 20 seconds for the WAIT task completion
Expected behavior
WAIT task outside the DO_WHILE was supposed to execute
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Testing was sone after merging #3878
The text was updated successfully, but these errors were encountered: