Call internal service endpoints in a Workflow
How to call internal service endpoints in a Workflow
Prerequisites
Step 1: Create request forwarding configuration
{
"private": [
{
"method": "any",
"path": "/*",
"origin": "http://cities.internal.my-company.com"
}
]
}
Step 2: Configure Axon Docker container
Step 3: Create the Workflow in Cortex

Last updated
Was this helpful?