Comment 17 for bug 1524477

Revision history for this message
Sonal (sonal-ojha) wrote :

Renat,

I am seeing a similar issue with liberty version of mistral, the setup I have is a 3 mistral node setup each running mistral api, server, engine with common rabbit and database. Mostly the workflows I have are direct workflows like

tasks:
    task1:
      action: <some-action>
      on-success:
        - task2
    task2:
      action: <some-action>
      on-success:
        - task3
    task3:
      action: <some-action>
      on-success:
        - task4
    task4:
      action: <some-action>

Can you help me to know what kind of setup did you had?