Skip to main content

How to show native call execution time?

Comments

1 comment

  • David Paras

    Since the script is being executed outside of Adeptia, the execution time of the process flow reflects how long it takes Adeptia to call that script. If you would like to have Adeptia wait for the script to successfully execute, you would have to design the process flow in such a way that Adeptia can identify that the script has been completed (a flag).

    For example, if the script is generating an output file then after the native call activity in the process flow you can have a file polling activity that checks if the file has been created. Then the process flow will end once the file exists in the file polling activity source directory.

    0

Post is closed for comments.