ATUL_v1.AtulBusinessLogic.ProcessCurrentSubProcessActor C# (CSharp) Метод

ProcessCurrentSubProcessActor() публичный Метод

THIS METHOD WILL BE REPLACED WHEN WE AUTOMATE ALL OBJECTS Processes the Subprocess actor. When this method is called, the instance will be evaluated to see if there is an actor that is scope for processing. If an actor is in scope, the actor will be called with relevant parameters.
public ProcessCurrentSubProcessActor ( long AtulInstanceProcessID ) : string
AtulInstanceProcessID long The atul instance process ID.
Результат string
        public string ProcessCurrentSubProcessActor(long AtulInstanceProcessID)
        {
            string correlationid = "";

            return correlationid;
        }
AtulBusinessLogic