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. asked 07.11.2017 at 04:18 Gabriele |
You can directly access the EndTimeStamp() of a Task or Case and format it for your needs. The code that is actually displaying these values in the designer workflow is written in JSP. You can inspect and adapt them for your needs in In script steps you can directly access them:
So typically you would first write a query to get all tasks/cases that you want to show to the user. And afterwards use the EndTimestamp values and show it on the ui. answered 13.11.2017 at 05:25 Reguel Werme... ♦♦ Thanks a lot. I will try to get the data for my use now.
(14.11.2017 at 08:36)
Gabriele
|
Isn't this already answered in these questions? answered 07.11.2017 at 05:58 Reguel Werme... ♦♦ Yes, but it is not very practical and I thought it's easier to take the already calculated timestamps.
(07.11.2017 at 07:24)
Gabriele
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 07.11.2017 at 04:18
Seen: 1,777 times
Last updated: 14.11.2017 at 08:36
where do you see that overview? designer? portal? jsfWorkflowUi?
Sorry, it is shown in the web browser view in designer next to "Overview", "Task List", "Process List" with the following link: http://localhost:8081/ivy/wf/index.jsp?pageId=tasklist