Dynamic user task Forms

Hi,

Whenever we want to create a user task we add a user task and under forms we mention Type as ‘Embedded or External Task Forms’, and we give Form Key as “embedded:/forms/Test.html”

Question: is there a way to get this Form Key as a dynamic value? or as input and use it in Form Key?

Thanks,
Sandeep

You could use a Call Activity which calls a subprocess. You can set a variable as the called subprocess. This way you can reference dynamically subprocesses which in turn can consist of a User Task.

Solution: Form Key can be kept as “embedded:/forms/${formName}” and you can take formName as part of Inputs to user task as local variable and variable name should be “${formName}”