Asset Bulk Import in Workfront | Community
Skip to main content
Level 2
July 3, 2024
Solved

Asset Bulk Import in Workfront

  • July 3, 2024
  • 1 reply
  • 1442 views

Hello everyone,

is there a way to bulk import the assets from an external source to Workfront? because i need to integrate Workfront with AEM and import all the current assets from external source, but to maintain the event subscription between both system i think the best way is to import the asset from the external source and then from Workfront to AEM. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Richard_Le_

Correct, but how do you add an asset in aem automatically to workfront? the user should add it manually in the projects's document area, right?
and in this case the client has hundreds of assets in an external repository, we need to migrate them to the aem-workfront ecosystem so I think the right thing to do would be to import them into workfront in their respective projects so that automatically thanks to the connector the folders are created in aem and the assets are sent


I haven't come across a way to automatically send an asset from AEM to Workfront and create a link between the two. Only the manual route you mention. In the use cases I've come across, assets are typically added to Workfront as and when they need to be worked on / updated and then sent back to AEM. Not the other way around.

 

If you find that adding to Workfront first is the right way to go, you'll likely need to build something to programmatically upload the assets and their metadata to the linked folders you have created in Workfront using the Workfront API.

1 reply

Community Advisor
July 4, 2024

Hi,

 

No, there is no native bulk import function for assets into Workfront. To do this you'd likely need to use the API to programmatically upload each document and it's associated metadata but you'd need to be mindful of API limits and guardrails if you doing this with a large number of assets.

 

I'm not sure of your specific use case and why Event Subscriptions need to honoured for your asset migration, but I'd lean towards bulk importing into AEM first becuse it has a dedicated bulk import function.

 

Best Regards,

Rich.

 

VictorTo2Author
Level 2
July 4, 2024

Hi Rich, thank you very much.

Yes I know that the correct way is to import the asset into AEM, but my concern / doubt is if I then have the possibility to activate event subscriptions and keep the metadata / changes sync activated and and working correctly, because the normal flow is to import an asset into a workfront project and then thanks to the linked folders the change sync works correctly.

VictorTo2Author
Level 2
July 4, 2024

I haven't come across a way to automatically send an asset from AEM to Workfront and create a link between the two. Only the manual route you mention. In the use cases I've come across, assets are typically added to Workfront as and when they need to be worked on / updated and then sent back to AEM. Not the other way around.

 

If you find that adding to Workfront first is the right way to go, you'll likely need to build something to programmatically upload the assets and their metadata to the linked folders you have created in Workfront using the Workfront API.


thanks Rich!

yes, that's what I thought and I didn't find anything in the documentation, that's why I consulted the community to see if there was anything ootb.