Here is a code snippet to complete a workflow human task in a long lived
process with ‘action2’ as route/action for my task.With a little code
change, I was able to complete the task. I introduced Save method from
TaskManager before I complete the task.I could complete task and
complete action separately, but the action name supplied doesnt choose
the appropirate route. I see the details in the DB table and
‘selectedAction’ column for the task is populate with ‘action2’ which is
being provided i...