Hi,
I want to register/modify/delete users thru a webservice which will call Identity Center's jobs.
I use C# and am able to start a job using stored procdedures (mc_job_run_now) but I don't know when it is finished as it seems it is queued.
More than that, the job is used to insert data into the Identity Center, and triggers start thetrue provisionning tasks. How can I know when those tasks start and end ?
Thank you.