Skip to content

Commit

Permalink
Merge pull request #6 from anjuchamantha/missing-status-msg-2
Browse files Browse the repository at this point in the history
Change hostname placeholder to BI_HOSTNAME in GetInvocationDataApp
  • Loading branch information
imesh94 authored Sep 18, 2024
2 parents 80c471c + 1194ef6 commit 763b7a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

@Source(type = 'http-request',
source.id='source',
receiver.url='http://WSO2_OB_BI_HOSTNAME:8007/InvocationData/StatusCheckStream',
receiver.url='http://<BI_HOSTNAME>:8007/InvocationData/StatusCheckStream',
basic.auth.enabled='false',
@map(type = 'json',@attributes(MESSAGE_ID='trp:messageId', CHECK_STATUS='event.name',fromDate='event.fromDate',toDate='event.toDate')))
define stream StatusCheckStream (MESSAGE_ID string, CHECK_STATUS string, fromDate string, toDate string);
Expand Down

0 comments on commit 763b7a8

Please sign in to comment.