Questions Tagged With htmldialoghttps://answers.axonivy.com/tags/htmldialog/?type=rss&user=Bruno%20Hquestions tagged <span class="tag">htmldialog</span>enWed, 11 May 2016 14:13:47 -0400Start a Task in a HTML-Processhttps://answers.axonivy.com/questions/1772/start-a-task-in-a-html-process<p>Is there a way to start a task in a HTML-Process similar to RIA:</p> <pre><code>TaskStartConfiguration tc = new TaskStartConfiguration(currentTask, null); ivy.rd.startTask(tc); </code></pre> <p>I need to start tasks in a loop (get them to the next TaskSwitch) from a HTML-Process.</p>Bruno HWed, 11 May 2016 14:13:47 -0400https://answers.axonivy.com/questions/1772/start-a-task-in-a-html-processhtmldialog