Can we make an API Call to the activity inside the Workflow? | Community
Skip to main content
June 18, 2020
Solved

Can we make an API Call to the activity inside the Workflow?

  • June 18, 2020
  • 1 reply
  • 1565 views

Hello,

I am newbie for ACS...

My ask is, I have an workflow querying 3 database schema after this query result is passed to fork for further processing.

I want to get the result/data after query using API call

Is this feasible?

 

 

Apologies if not clear, been only weeks with ACS.

 

Regards,

Kamal

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 bisswang

No you can't access any workflow data via API.

 

Potential other solutions:

 * Use Extract File or External API activity to push data somewhere

 * Store data in a custom resource which can be accessed via API

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
June 18, 2020

No you can't access any workflow data via API.

 

Potential other solutions:

 * Use Extract File or External API activity to push data somewhere

 * Store data in a custom resource which can be accessed via API

Kamal2421Author
June 19, 2020
Thanks Ramon....