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

Description

This type defines the options related to a task.

Properties

Name Type Occurrence Description
enforceProgressForCompletion xs:boolean Optional
Default=false
If set to true then task completion won’t be allowed for manual/BPM task if progress is not set to 100.
enforceTimeSpentForCompletion xs:boolean Optional
Default=false
If set to true then task completion won’t be allowed for manual/BPM task if timespent is not provided.
hideReason xs:boolean Optional
Default=false
If set to true then task completion reason should be hidden.
notifyOwnerOnCompletion xs:boolean Optional
Default=false
If set to true, and the task owner is set, then the owenr will be notified that the task has been completed.
timeSpent xs:boolean Optional
Default=true
If set to true then Time Spent options should be available.
In This Document