ESSWebservice - Post Processing Actions
Summary:
We are trying to use the services outlined in the following document to submit ESS jobs using the SOAP API:
Currently, we are successfully using the submitRequest
operation to submit jobs.
However, we could not find any clear guidance or example on how to set post-processing actions
using addPPActions
before calling submitRequest
. Could you please suggest the correct approach or provide an example of how to use addPPActions
in this context?
Your help is greatly appreciated.
Just to give more context, for my example I am trying submit a ESS job using SOAP request that can send an email notification at the end of processing.
0