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
- 1 year ago
Hi Scott,
This should do it:
Dim workflowName as String = BRApi.Workflow.General.GetUserWorkflowInitInfo(si).GetSelectedWorkflowUnitInfo().WorkflowName
RobbSalzmann
1 year agoValued Contributor II
Hi Scott,
This should do it:
Dim workflowName as String = BRApi.Workflow.General.GetUserWorkflowInitInfo(si).GetSelectedWorkflowUnitInfo().WorkflowName
Related Content
- 1 year ago
- 2 years ago