I try to get the startTimeSting for a process instance. But all given services in the wmMonitor package only returns the auditTimeString which represents the date of the last change.
Have everyone an idea how I can get the startTimeString for a process instance.
I’d say you should retrieve all the steps of the process instance and then find the step with the earliest date. That will be the process start time. I don’t think the start time is available directly.
Use it at your own risk. It’s an internal service and is subject to change without notice. I wouldn’t use it if there is an official way to achieve the goal.