 | BpmProcessContinueForm - метод |
Продолжает выполнение формы BPM.
Пространство имён:
FinistSoft.Engine.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисinternal static IProcessResult ContinueForm(
LinkProperty<BpmProcessStage> stageLink,
LinkProperty<BpmProcessState> currentStateLink,
LinkProperty<BpmSimpleElement> formElementLink,
DataListsTree formDataListsTree
)
Friend Shared Function ContinueForm (
stageLink As LinkProperty(Of BpmProcessStage),
currentStateLink As LinkProperty(Of BpmProcessState),
formElementLink As LinkProperty(Of BpmSimpleElement),
formDataListsTree As DataListsTree
) As IProcessResult
Dim stageLink As LinkProperty(Of BpmProcessStage)
Dim currentStateLink As LinkProperty(Of BpmProcessState)
Dim formElementLink As LinkProperty(Of BpmSimpleElement)
Dim formDataListsTree As DataListsTree
Dim returnValue As IProcessResult
returnValue = BpmProcess.ContinueForm(stageLink,
currentStateLink, formElementLink,
formDataListsTree)
internal static function ContinueForm(
stageLink : LinkProperty<BpmProcessStage>,
currentStateLink : LinkProperty<BpmProcessState>,
formElementLink : LinkProperty<BpmSimpleElement>,
formDataListsTree : DataListsTree
) : IProcessResult
Параметры
- stageLink
- Тип: FinistSoft.ObjectsLinkPropertyBpmProcessStage
Этап выполнения процесса. - currentStateLink
- Тип: FinistSoft.ObjectsLinkPropertyBpmProcessState
Текущее состояние. - formElementLink
- Тип: FinistSoft.ObjectsLinkPropertyBpmSimpleElement
Элемент формы. - formDataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Набор параметров формы.
Возвращаемое значение
Тип:
IProcessResultРезультат продолжения выполнения формы.
См. также