project-flogo / flow

Flow is a flow-based process engine implementation for processing event-driven requests.
BSD 3-Clause "New" or "Revised" License
95 stars 38 forks source link

add hostname in the activityConfig, initCtxImpl #186

Closed awakchau-tibco closed 1 year ago

awakchau-tibco commented 1 year ago

What kind of change does this PR introduce? (check one with "x")

[] Bugfix
[x] Feature
[] Code style update (formatting, local variables)
[] Refactoring (no functional changes, no api changes)
[] Other... Please describe:

Fixes: #

What is the current behavior? Currently activity host name is not available in the InitContext or activityConfig. Due to this, activity host name can not be used during initialization. e.g. Pulsar producer name

What is the new behavior? With this change, contribution developers can access activity host name during initialization.