All actions / imports / exports within a Process
Hi All,
I am trying to build a data lineage from our source to Data hub model and the spoke models. In order to do so, I need the metadata information from
i. the Processes , i.e. all the actions/imports/Exports that it runs
ii. The models and modules that individual import processes are pointing to
iii. The file names that import and export processes point to
Point iii. is achievable through API calls, but i. and ii. are not available or I am not sure how to get to it.
Please help if you have any pointers.
Best Answer
-
Hi @kauldheeraj ,
We are working on an API to provide details of all actions in a Process action. This is planned for general availability next year.
Thanks,
Chanaveer
1
Answers
-
@kauldheeraj I guess the Transactional APIs published recently can be helpful in achieving the request you are looking for.
https://anaplanbulkapi20.docs.apiary.io/#reference/process-actions
Hope this helps
AB
0 -
Thanks @ashish.banka I was hoping the new transactional APIs provide that capability, but it does not look from the documentation, although there are several useful API features that have been published. The only way that we can get this information from APIs is to track the task from a currently or recently run process using the task ID, which does not seem to be a feasible option since it requires every process to be run at least once.
0 -
Thanks a lot0