Solved
Forum Discussion
Mikki
3 hours agoNew Contributor III
Thank you. Above worked.
Related Content
- 7 months ago
You can use the following to get the WF info while in the TrasformationEventHandler:
Dim WFInfo As WorkflowProfileInfo=BRApi.Workflow.Metadata.GetProfile(si,si.WorkflowClusterPk.ProfileKey)
Thank you. Above worked.