ContributionsMost RecentMost LikesSolutionsRe: Get the "Workflow Name" setting from a workflow profile in a business rule? Thank you!! 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 SolvedRe: BR works when run manually, but not through Task Schedule I'm not going to bother. I moved it to a different dev application and It is working as expected. Unless someone can think of a reason task scheduler wouldn't run BR correctly in an application I t...Re: BR works when run manually, but not through Task Schedule All of the log.Appendline statements show all of what you are asking about. The first thing I checked before coming here is that all of the variables are populating correctly (Troubleshooting 101). ...Re: BR works when run manually, but not through Task Schedule Yes I have validated all of that. Here is the full code up to there: Dim jobLog As New Text.StringBuilder Dim returnValue As New List(Of Object) Dim jobStatus As Boolean = True Di...Re: BR works when run manually, but not through Task Schedule No, the BR is much longer, however the Execute Parse and Transform is the line that fails. Re: Get Transformation Errors from a Batch Harvest job I am still looking for a better way, but here are some queries that can provide this information out of the application tables: --Get the member name and the number of records that have no mapping ...BR works when run manually, but not through Task Schedule I have the code below in an Extender BR. It runs fine if I run it manually in the BR or manually through a DM job. But when it runs in the Task Scheduler it fails, and I get the "Object reference n...SolvedGet Transformation Errors from a Batch Harvest job I am running some data loads using Batch Harvest. I want to be able to capture the Validate Transformation and Validate Intersections errors to include in an email. I am able to get the Validate I...Export FX Rates Hi All, I am trying to create simple Extender rule to export only the AverateRate FX rates. I saw this post: What is the most efficient method for exporting FX rates to a CSV file in OneStream? | O...Solved