WorkflowUnitClusterPk vs WorkflowUnitPk
What is the difference between WorkflowUnitClusterPk vs WorkflowUnitPk?
When would you use one over the other?
Thanks,
Scott
What is the difference between WorkflowUnitClusterPk vs WorkflowUnitPk?
When would you use one over the other?
Thanks,
Scott
In the Workflow Unit Cluster Pk object you can access:
The Workflow Unit Pk is the Workflow Unit Cluster Pk + the Workflow Key.
The workflow key identifies the "Workflow Name" so what you se here:

All Workflow keys available are in SharedConstants.WorkflowKeys. For example, "Import, Validate and Load" is the Workflow SharedConstants.SimpleDataLoad.
I use any of the two depending on what the method that I want call gets as input parameter. Most of them are usually getting the WFU Cluster PK as that identifies your selection in open place. Indeed, you can create the WF Unit Cluster PK from the WF Unit PK using method CreateWorkflowUnitClusterPk().
HTH.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.