Skip to main content

Hi,

Is it possible to pull data from an API call that is being called to used to trigger a workflow?

For instance when NewEmploymentHandling.svc/NewEmploymentSet is called take the SavedEmpNo and use it to make another API call within a workflow?

Kind regards,

Josh

Hi,

Yes this is possible you could use the originating api calls parameters inside the workflow. You could use the watch option to see what are the parameters passed into the workflow.

ref:Workflow Tooling - Technical Documentation For IFS Cloud


Reply