Workflow - is there a way to handle conditional workflow with the DIGIT workflow service #598
Unanswered
atulgupta2024
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Consider a scenario where I say log a request and make a payment for the processing of that request. the request is then assigned to the LME. LME sends back the request asking for some clarifications. I provide the details, but this time around, the request should directly go back to the LME and now need a re-payment.
I need to currently write the workflow in a way that when I send it back, i take it to a different stage like 'resubmit' and not 'submit' and create a different action/state sequence, rather than taking back to 'submit' and then be able to do something like
if(payment.status == done), then go to state 1 or else go to state 2
Beta Was this translation helpful? Give feedback.
All reactions