How to get the jobID that called the AddIn using the WorkflowClientModule.JobsManager? From ArcPro Addin, which is called by a job from workflow manager, have instace of the WorkflowClientModule.JobsManager.
There is a method to GetJobId() from the jobsmanager. But it's returning null.
Where to get the jobID of the job that called the addin?
@GurunaraIn Pro 3.4, we added the ability to get the job Id associated with a running OpenProProjectItems step in your Add-In. Is this what you're looking for?
Thank you.
Workflow Manager Team
Is this supported only on 3.4 and above?