Create sub-folder Alfresco

good afternoon, 
I'm able to create folders within the Bonita BPM for Alfresco normally, but my doubt is: 
needed to get the folder in which I created (already created the connector), and within it are able to create a subfolder. 
example: 
folder: / BonitaBPM 
Subfolder :/ BonitaBPM/Teste123 

I can put in "Parenth path" in order to create the subfolder? 
thank you

Hi William

If I've undestood well you would like create a folder and then a sub folder in Alfresco repository. Am I right?

If yes what about use two different connectors in two different automatic tasks. The first one will create the main folder and the second one for the subfolder. Same think if you decide to use only one task, you can put the first connector triggered at task start and the second at task end event.

So the first connector may have this configuration:

  • parten path: /Sites
  • folder name: BonitaBPM

While the second connector:

  • parent path: /Sites/BonitaBPM
  • folder path: Teste123

Le me know if it can help you.

Ciao

Domenico.

but this in an automated way possible?
example: user in the Userxp screen will put the name of the folder to be created, and then immediately the name of the subfolder to be created, and thus be automatically?

Yes.

You can use a Bonita Form Builder and add two input text widgets and assign them to a process data and then you can use these variables as inputs for Alfresco connectors.

and doing so with space between characters, is it possible?
Example: / Bonita BPM / Test 123