how do you pass a payload to a workflow through programatically | Community
Skip to main content
aembatch
Level 2
January 29, 2019

how do you pass a payload to a workflow through programatically

  • January 29, 2019
  • 2 replies
  • 1050 views

how do you pass a payload to a workflow through programatically

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

2 replies

smacdonald2008
Level 10
January 29, 2019

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