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 - bpmTimePlanStageType

Description

This represents the time-plan for a given stage within a BPM workflow. If a time-plan is not present for a given stage then it is assumed that no time-plan is applied to that stage.

Properties

Name Type Occurrence Description
event bpmTimePlanEventType Optional
Array (0/∞)
Specify the FloWcode event to fire when
stageId bpmIdType Required The id for the BPM stage that this timeplan stage relates to.
suspendable xs:boolean Required Set to ‘true’ if time events on this stage can be suspended.
targetDuration xs:duration Required The amount of time you expect this stage to take to complete.
In This Document