Actually what is happening is if 1 record/data is getting processed by the workflow with the external signal and during that time another data comes, it interferes, as there are cases where the second data is dependent on what the first set updates. We were trying use the lock, but as the workflow h...
HI @Marcel_Szimonisz, Fantastic , Thanks for such a detailed explanation. I will try it out !!!.One follow-up question: Ideally when multiple data signal comes to a workflow, adobe campaign manages this automatically, then in which case do we need to spawn. Also is there a way to serially process th...
Hi @Marcel_Szimonisz, Any example workflow, that I can have a look, with the code. Can you please elaborate on this part "Additionally you can then create clean up workflow which will clean up everything older than hour and finished." Any working example or tidbits might help me to start Regards.DG
Hello All, We have a common workflow with an External signal at the start.This workflow is called multiple times by various other workflows, sometimes 15/20 per minute. We want to process each request 1 by 1, rather than in bulk. i.e When one request gets completed the next request should be picked ...
Hi @akshaaga,
Thanks a lot for such a detailed answer.
Have 2 follow-up questions
1. How can I register the client with v8? And after doing that, do I still need to create a userid in v8 ?
2. If I create a userid in v8 ( as per your answer for point 2 ), do I need to use basic authentication,...
Hello @Marcel_Szimonisz,
I can but there are many forms and every form will need to replicate the same steps. They are post processing logic, and common across all forms.
Regards,
DG
Hi @Marcel_Szimonisz,
Actually, I don't want it to run parallely or async. In my case certain form submitted needs to go through a specific workflow. To post data/process to this workflow we are using the external signal which is triggered from the WebApp itself.
There are multiple forms, and mu...