| TaskDispatcherGetProcessStepForContinue - метод |
Возвращает этап выполнения процесса BPM для продолжения его выполнения.
Пространство имён:
FinistSoft.Engine
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксис internal static BpmProcessStage GetProcessStepForContinue(
LinkProperty<BpmProcess> processId,
LinkProperty<BpmSimpleElement> excludeWaitingElement
)
Friend Shared Function GetProcessStepForContinue (
processId As LinkProperty(Of BpmProcess),
excludeWaitingElement As LinkProperty(Of BpmSimpleElement)
) As BpmProcessStage
Dim processId As LinkProperty(Of BpmProcess)
Dim excludeWaitingElement As LinkProperty(Of BpmSimpleElement)
Dim returnValue As BpmProcessStage
returnValue = TaskDispatcher.GetProcessStepForContinue(processId,
excludeWaitingElement)
internal static function GetProcessStepForContinue(
processId : LinkProperty<BpmProcess>,
excludeWaitingElement : LinkProperty<BpmSimpleElement>
) : BpmProcessStage
Параметры
- processId
- Тип: FinistSoft.ObjectsLinkPropertyBpmProcess
Идентификатор процесса. - excludeWaitingElement
- Тип: FinistSoft.ObjectsLinkPropertyBpmSimpleElement
Исключенный элемент.
Возвращаемое значение
Тип:
BpmProcessStageЭтап выполнения процесса.
См. также