elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.51k stars 1.2k forks source link

[BUG] HTTP Endpoint URL #6128

Open jayachandra21 opened 3 days ago

jayachandra21 commented 3 days ago

Description

HttpEndPoint activity referring wrong URL image

Steps to Reproduce

  1. Detailed Steps:
  1. Reproduction Rate: "every time"

Expected Behavior

It suppose to show path URL as https://servername/new/WorkflowApp/api/workflows/

Actual Behavior

It suppose to show path URL as https://servername/new/WorkflowApp/api/workflows/

Environment

Troubleshooting Attempts

  1. Updated the "BaseUrl":"https://servername/ and "BasePath":"/api/workflows/new/WorkflowApp" In this case HttpEndPoint activity referring correct URL(https://servername/new/WorkflowApp/api/workflows/) but when calling this API from api tools like Postman getting the 404 error. image