In reply to: Account deleted
For the same reason but on a different subject.
Does anyone know how the function "Overwrite instance author" in a SQL subworkflow actually works?
I have tried to use a field from the process, but after running the subworkflow, the function "dbo.ClearWFElemAdv(WFD_AttChoose2)" was registered as author...
Apparently I have misunderstood something or I don't understand how the 'Overwrite instance author' works. But I didn't find any meaningful information about it in the helpfiles nor online.
Hi Roman,
regarding the data source issue.
If I get it right the error is from a cyclical action. In this case it's executed by the WEBCON Workflow service. Maybe it doesn't have permissions to read the data source? You could activate "Access to data in the context of system account", if everyone should be able to read the data but you don't want to grant privileges on the process level.
You have probably checked, that the data source would actually return a single result for the value and not multiple.
Overwrite instance author:
When I tested it I noticed, that you have used a variable from the Objects tab instead of a field value. The field value works as expected. If you don't have the value in the current process you may need to use a business rule. But I haven't tested this.
Best regards,
Daniel