How to identify Service Requestor type
I created service which creates case by using svcAddWorkObject activity. Based on requestor type (like APP -- external system or BROWSER -- users), case flow path will be determined in run time.
How to determine the Requestor type in service activity. Is there any OOTB when rule to identify like InBatchRequestor when rule?