Hi,
Sorry, I can’t find any information in that article about “how to get highLightedFlowIds?”.It only mentions highlightedActivities.
I want to highlight all flow lines that have been executed on the diagram,but I don’t know how to get them.
Hi,
Can you provide some code examples?I know flow ids can be fetched from the model,but how can I fetch the flow ids that have been executed ?
I don’t think the model will record the flow that has been executed,
I guess flow ids that have bean executed could be fetched from historical records, but I didn’t find a way to do it.
The flows are indeed not stored in history … you’d have to get the historic activities and then see in what order they’ve been visited to deduce the flows that have been taken to get these ids.
The flows can be stored in the event log.
Another possibility is that two nodes are connected with only one flow. It means when we have two following nodes from the history we can find flow between them in the model through source and target reference.