Hello, You can only run workflow for single type of records, so you can't execute your workflow for selecting different type of activities. But you can write a generic custom workflow activity and in that should be able to get entity using Target like below, and after that you can compare it by checking logical name of the entity in your workflow activity. Entity target = (Entity)context.InputParameters["Target"]; Thanks.
↧