Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - bpmNodeType

Description

Different BPM node types.

Properties

Name Type Occurrence Description
branchGroup xs:string Optional When the node belongs to a sub-flow beneath a branch, this property identifies the branch that the node belongs to.
checkpoint Array<bpmSetCheckpointItemType> Optional On entry to this node, set or clear one or more checkpoints in the current stage.
description xs:string Optional The description for bpm node.
displayName xs:string Optional The display name for bpm node.
id bpmIdType Required The unique id for bpm node within a stage.
nodeMetaData xs:string Optional Used by the user interface to store information about the node, its layout, size position and other properties defined by the UI.
type xs:choice Required You need to specify one of the following choices:
ValueType
approvalbpmApprovalNodeType
autoApprovalbpmAutoApprovalNodeType
branchbpmBranchNodeType
coalescebpmCoalesceNodeType
decisionbpmDecisionNodeType
emailApprovalbpmExternalApprovalNodeType
exceptionbpmExceptionNodeType
flowcodebpmFlowcodeNodeType
integrationMethodCallbpmIntegrationMethodNodeType
processCompletebpmProcessCompleteNodeType
runbookRunrunbookNodeType
setCheckListItembpmSetCheckListItemNodeType
setTimePlanbpmSetTimePlanNodeType
siteIntegrationJobsiteIntegrationNodeType
stageCompletebpmStageCompleteNodeType
startbpmStartNodeType
taskbpmTaskNodeType
viabpmViaNodeType
webCallbpmWebCallNodeType
In This Document