Solved
Forum Discussion
Mikki
1 month agoNew Contributor III
Thank you. Above worked.
Related Content
- 1 month ago
- 8 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.