Questions asked by Gabrielehttps://answers.axonivy.com/questions/asked-by/608/gabriele/?type=rssQuestions asked by <a href="/users/608/gabriele" >Gabriele</a>enThu, 09 Nov 2017 08:06:33 -0500Logfile for process mininghttps://answers.axonivy.com/questions/2967/logfile-for-process-mining<p>Hi Axon.Ivy team, I would like to do process mining with some processes in the axon.ivy designer. Is there a possibility to get a logfile with a pattern likewise the following one:</p> <pre><code>Case ID Activity Eventtime OrgUnit 1 F1 24.08.2017 08:00 S1 1 F2 24.08.2017 08:05 S1 1 F3 24.08.2017 08:06 S3 2 F1 24.08.2017 08:07 S1 2 F2 24.08.2017 08:10 S1 2 F3 24.08.2017 08:20 S2 </code></pre> <p>In the "Process Performance" view there is a exportable logfile, but some important content like a case ID or a simple timestamp is missing. Maybe I can adapt the shown rows somehow?</p>GabrieleThu, 09 Nov 2017 08:06:33 -0500https://answers.axonivy.com/questions/2967/logfile-for-process-miningprocessminingTask Overview / Case Overviewhttps://answers.axonivy.com/questions/2961/task-overview-case-overview<p>Hi AxonIvy Team, after running a process instance there is in the "Task Overview" and "Case Overview" start time and end time shown of each task and each case instance. Now I am wondering if it is possible to get this data in ivy script for further use? Thanks in advance for help.</p>GabrieleTue, 07 Nov 2017 04:18:03 -0500https://answers.axonivy.com/questions/2961/task-overview-case-overviewruntimeGet Taskruntimehttps://answers.axonivy.com/questions/2118/get-taskruntime<p>Hello, I need to know the runtime of a task in a running process. I found a method to get a taskruntime in a process but it is not that easy I expected. Now my question, is there a less complicated way to get the runtime of a task? My way: It is written in the call tab of a user dialog in between 2 task symbols</p> <pre><code>ivy.log.info("Startzeit Task "+in.startTaskTime); </code></pre> <p>It is written in a script step behind the task whilst in.nummer the case nubmer is to get the last entry</p> <pre><code>TaskQuery tazk = TaskQuery.create().where().name().isEqual("Task1Name"); Recordset taskZeit = ivy.wf.getTaskQueryExecutor().getRecordset(tazk.groupBy().endTimestamp()); ivy.log.info("TaskEndeZeit2: "+taskZeit.getColumn("ENDTIMESTAMP").get(in.nummer)); </code></pre>GabrieleWed, 19 Oct 2016 11:21:13 -0400https://answers.axonivy.com/questions/2118/get-taskruntimetaskruntimeruntimetaskgetBusinessRuntime() from the last running casehttps://answers.axonivy.com/questions/1842/getbusinessruntime-from-the-last-running-case<p>Hi, does anybody can help me with the getBusinessRuntime() function? It returns null because of the running state of the Task and I do not know how I can get the business runtime from the last running case or from a certain case with the state done. </p>GabrieleFri, 24 Jun 2016 13:25:44 -0400https://answers.axonivy.com/questions/1842/getbusinessruntime-from-the-last-running-casemonitoringIs it possible to analyze process runtime in Axon.ivy Designer?https://answers.axonivy.com/questions/1804/is-it-possible-to-analyze-process-runtime-in-axon-ivy-designer<p>Hi, I try to get statistic information out of the designer form certain projects like total porcessduration and I wonder if there are not some examples how to do so. I have connected a MySQL Database to store such information for further usage. Maybe someone can help me?</p>GabrieleTue, 14 Jun 2016 15:17:40 -0400https://answers.axonivy.com/questions/1804/is-it-possible-to-analyze-process-runtime-in-axon-ivy-designermonitoringA form doesn't proceed because of shown values why?https://answers.axonivy.com/questions/1666/a-form-doesn-t-proceed-because-of-shown-values-why<p>I try to show some values from different Primefaces "selectManyCheckbox" in a "inputText" field. The value in the inputText field is shown correctly, but the form doesn't proceed. I get no warnings or errors. For instance:</p> <pre><code>&lt;p:selectManyCheckbox id="motorSonderBox" value="#{data.datenAnfrage.motorSonder}" style="width:400px"&gt; &lt;f:selectItems value="#{data.datenAnfrage.motorSonder}" var="motorSonder" itemLabel="#{motorSonder}" itemValue="#{motorSonder}" /&gt; &lt;/p:selectManyCheckbox&gt; &lt;p:inputText style="width:180px" value="#{data.datenAnfrage.motorSonder}"/&gt; </code></pre> <p>Can you help me?</p>GabrieleTue, 23 Feb 2016 09:47:12 -0500https://answers.axonivy.com/questions/1666/a-form-doesn-t-proceed-because-of-shown-values-whyprimefaces