My apologies, I did that part with an API call ... I could share is the whole dataflow.
Simply put, you need to do a PUT operation to
http://servername:8080/api/v3/objects/query?container=object:!tenant:defaultTenant&fields=object,metadata,calculatedMetadata<k=<ltk>
The LTK can be obtained from the AnalyzeCli login
The body of the PUT needs to be:
{"queryType":"object-resource-query-v3","fields":["OBJECT","METADATA"],"query":{"sources":[{"type":"JOIN","name":"edited-graphs","joinType":"INNER","leftSource":{"type":"OBJECT","object":"graph"},"rightSource":{"type":"OBJECT","object":"edit-session"},"joinExpression":{"==":[{"attribute":["edit-session","edits"]},{"attribute":["graph","locator"]}]}},{"type":"JOIN","name":"edited-library-nodes","joinType":"INNER","leftSource":{"type":"OBJECT","object":"library-node"},"rightSource":{"type":"OBJECT","object":"edit-session"},"joinExpression":{"==":[{"attribute":["edit-session","edits"]},{"attribute":["library-node","locator"]}]}}],"select":[{"name":null,"expression":{"object":["edit-session"]}},{"name":null,"expression":{"object":["graph"]}},{"name":null,"expression":{"object":["library-node"]}}]}}
------------------------------
Stony Smith
Precisely Software Inc.
PEARL RIVER NY
------------------------------
Original Message:
Sent: 04-26-2024 01:44
From: Mario Ermacora
Subject: Data Flows that are "Locked for Editing"
Hi Stony,
Can you provide an example AnalyzeCli command to retrieve a list of locked dataflows?
It's not clear how to do this from the CLI documentation or analyzeCli help examples
command.
Thanks,
Mario
------------------------------
Mario Ermacora
Director and Co-Founder
Logiclear
Melbourne VIC
Original Message:
Sent: 04-16-2024 11:32
From: Stony Smith
Subject: Data Flows that are "Locked for Editing"
The AnalyzeCli tool can be used to retrieve a list of all Locked Dataflows, and then individual users could be notified to unlock their objects.
------------------------------
Stony Smith
Precisely Software Inc.
PEARL RIVER NY
Original Message:
Sent: 04-08-2024 05:15
From: Henrik B
Subject: Data Flows that are "Locked for Editing"
Hi, as far as i know you need to be signed in as an admin user and do the following:
------------------------------
Henrik B
E.ON Sverige
Original Message:
Sent: 03-29-2024 09:23
From: Gerry Mullin
Subject: Data Flows that are "Locked for Editing"
Any time a user has made a change to a data flow and exits without saving, you will get a warning saying its locked for editing by the user. Is there any good way, even as an admin, to remove this message and revert to the last saved copy? I haven't found any easy way to get around this without deleting the data flow and re-importing it.