YetiForceCompany / YetiForceCRM

Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!
https://yetiforce.com
Other
1.74k stars 749 forks source link

[Question] Workflow to create multiple entity ? #12368

Closed apcloic closed 4 years ago

apcloic commented 4 years ago

Hi,

I'm using YF 5.2v18 on a dedicated VPS.

Using a custom mapping, I've configured a manual workflow that create a paymentIn record related to an Invoice. It works perfectly !

Now I also need to create 3 payementIn records and not just one.

So I've configured 3 different tasks within the same workflow...but only one paymentIn is created.

Is it normal behavior ?

As a workaround, I could create 3 workflow (one per task) and it works but it's not really nice.

Regards,

IanMuller commented 4 years ago

wf overlapping? maybe delay each workflow?

apcloic commented 4 years ago

wf overlapping? maybe delay each workflow?

Thanks @IanMuller but if I'm using multiple workflow, ie one per task, it works. My question was related to a single workflow with multiple 'create entity' tasks inside. But as you said, it may be a problem of task overlapping.

konadrian commented 4 years ago

Could you reproduce yours problem on https://gitdeveloper.yetiforce.com/ threepayments

apcloic commented 4 years ago

@konadrian I've just give a try and it works on gitdeveloper, so I'm gonna close the issue and see what's wrong on my YF instance. Ty !