I would like to implement some custom task into a workflow like the below example. The custom task and its parameter will be selected/set by user during runtime. I wonder if its possible to implement such a workflow in Activiti? Thanks.
Is the list of possible custom tasks unlimited or do you have a fixed list to choose from? A common way to solve this is to add a user task to ask for the next custom task to take from a list that is filled with options out of, for example, a database table.