Workflow: Trying to pass an object varable to a class method -
i having tough time trying pass parameter method when go invoke it.
i new variable called setupnewcase, populate data. once that, try invoke method. works when don't have value pass it, doesn't work here in case trying pass it. can help?
to pass parameters invoked method use parameters
property on invokemethod
activity. available on activity's properties grid , not directly on designer.
you use targetobject
when invoking method on instance object since commonmethods
class static won't ever instantiate , therefore targetobject
should empty.
Comments
Post a Comment