I'm currently using the Anaplan Integration API to upload files and run processes containing imports. This all works great.
Currently if I want to run a process I need to be careful to upload all files associated with any imports it runs beforehand. What I'd like to do is to query the process I want to run and discover what import actions it runs. I can then query those to work out what files I should upload first.
I see I can get the current step of a running process, but I can't see how I can get a list of all steps that a process has. Is this possible?