Forum Discussion
OSAdmin
6 years agoValued Contributor II
Originally posted by Frank Dossing
hi Ashok,
you can trigger a workflow load by using the BRApi method as below:
If BRApi.Import.Process.ExecuteParseAndTransform(si, wfUnitClusterPk,Nothing,Nothing,TransformLoadMethodTypes.Replace,sourceDataOriginTypes.FromDirectConnection,False).Status = WorkflowStatusTypes.Completed Then
There are methods for import, validate and load.
So setup a function that triggers a specific workflow, then you can call that function from a DM.
Related Content
- 8 months ago