I am trying to create a workflow assembly and almost have done successfully.
Basically, we have a dynamic entity. I want to be able to get that entity's ID and pass that to the workflow assembly. My method accepts a Guid datatype but unsure what datatype to set in the workflow.config.
1) How would one go about getting the object/values PASSED TO my workflow assembly? How does this work? I want to be able to get the id of a dynamic entity so its passed to my assembly when a workflow rule of my assembly is ran.
thanks