Create Constant inside Process

Certified Associate Developer

Hello, 

I need to be able to create constant inside a process which will points to a directory. 

Use case is as follows: 

Sime kind of project is being created. User will be able to upload files to each project. But I need each project to have different folder for files. 

So when a user creates the project, the system automatically creates a folder for this project files inside the process which creates the project. First problem is that inside the process modeler after the folder is created there is no way to create a constant for this folder. So I can store the created folder inside the database but after that, when I upload the files, the fileUpload component accepts only constants and I don't have it. referencing the target as [Folder: 432432] from the DB does not work either. 

Any workaround ?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data