Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

how do you pass a payload to a workflow through programatically

Avatar

Level 2

how do you pass a payload to a workflow through programatically

2 Replies

Avatar

Level 10

You can use the Workflow API to work with payloads via a custom workflow step.

You can get information such as the JCR path of the payload, etc.

Furthermore - you can use other AEM APIs - like AssetManager API - to work with a given payload at the API level.

To see a good example - see this - where we modify a payload based on a property. This will give you a solid understanding...

Scott's Digital Community: Moving Digital Assets using Adobe Experience Manager Workflows