Hi,
I am trying to create a workflow that can create num of volumes and choose the names by the icremental naming.
for example:
I already have nati_vol_1
nati_vol_2
nati_vol_3
I want to execute the workflow to cretae nati_vol_4,5,6 and 7.
I already configured the raw loop to Number of times and the volume name to incremental naming.
I search by aggregate and volume name prefix.
volume name prefix: $volumename
value for name if no volume matches the above criteria:
$volumename
Incerement by 1
(Its allow me to create the vol from 1 to 4 in case that 1-3 doesn't exist...)
the problem is that the workflow can create just 4 and 5.
the validation of the execution plan failed becase he plan to create nati_vol_4, nati_vol_5 and than nati_vol_5 again (is it because nati_vol_5 doesn't exist ?!)
Someone know how to help me ?
regards,
nati