Forum Discussion

ssmith-nova's avatar
ssmith-nova
New Contributor III
4 days ago
Solved

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

  • RobbSalzmann's avatar
    RobbSalzmann
    Valued Contributor II

    Hi Scott,

    This should do it:
    Dim workflowName as String = BRApi.Workflow.General.GetUserWorkflowInitInfo(si).GetSelectedWorkflowUnitInfo().WorkflowName