Forum Discussion
ssmith-nova
1 year agoContributor
Get the "Workflow Name" setting from a workflow profile in a business rule?
Is it possible to get this setting in a business rule?
Thanks,
Scott
Hi Scott,
This should do it:
Dim workflowName as String = BRApi.Workflow.General.GetUserWorkflowInitInfo(si).GetSelectedWorkflowUnitInfo().WorkflowName
2 Replies
- RobbSalzmannValued Contributor II
Hi Scott,
This should do it:
Dim workflowName as String = BRApi.Workflow.General.GetUserWorkflowInitInfo(si).GetSelectedWorkflowUnitInfo().WorkflowName - ssmith-novaContributor
Thank you!!
Related Content
- 1 year ago
- 2 years ago