Solved
Getting
I am trying to get the journal post group in the workflow profile properties using JournalsEventHandler Business rule.
Does anyone have done this before? Is it possible to get the journal post group value from the Workflow Profile?

I am trying to get the journal post group in the workflow profile properties using JournalsEventHandler Business rule.
Does anyone have done this before? Is it possible to get the journal post group value from the Workflow Profile?

An alternate option is to use the following BRAPI but again, you would have to execute this across scenario types i think
Dim wfInfo As WorkflowProfileInfo = BRApi.Workflow.Metadata.GetProfile(si, si.WorkflowClusterPk)
Dim wftext1 As String = wfInfo.GetAttributeValue(scenarioTypeID, SharedConstants.WorkflowProfileAttributeIndexes.JournalPostGroup)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.