Parallel multi instance call Activity invoke N times by User

Hi all!

I am new in camunda modeler and I am modeling a process. At some point the process must call another process N times (the user invokes this task until a certain date).

My first idea was to create a parallel multi instance call activity, but I see that this can not be controlled by the user.

Could you help me with the proper way to define this?

Thank you very much in advance and greetings.
Isaac

P.d: sorry for my horrible English!!

What kind of “control” exactly do you need the user to have?

I would need that when the instance of the procedure reaches a certain task, the user could start (manually) N instances of another procedure (associated with the previous one) until a certain date. Upon that date, the procedure instance would advance to the next task.

Sounds like you can use the multi-instance task with a variable created by the user being read as part of an expression to create the instances.

Then you would just need to add a timer boundary event to interupt the task after a certain date.

This is how I am trying:

image

I do not have the functional process yet.

Could you specify how to do the task with multiple instances and the expression that you mention?

Thanks!!