complexType WorkModelScripts
diagram wp_diagrams/wp_p3439.png
namespace http://api.brm.n2.tibco.com
children WorkModelScript
annotation
documentation
Definition of a set of work model scripts.
source <xsd:complexType name="WorkModelScripts">
 
<xsd:annotation>
   
<xsd:documentation>Definition of a set of work model scripts.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="WorkModelScript" type="WorkModelScript" maxOccurs="unbounded"/>
 
</xsd:sequence>
</xsd:complexType>

element WorkModelScripts/WorkModelScript
diagram wp_diagrams/wp_p3440.png
type WorkModelScript
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
scriptOperation  WorkItemScriptOperation  required      
documentation
What work item operation is the script for e.g. OPEN, CLOSE, COMPLETE etc...
scriptBody  xs:string  required      
documentation
The body of the script to be run on the specified work item operation.
scriptLanguage  WorkItemScriptType  required      
documentation
The language of the script to be run e.g. JSCRIPT, JYTHON etc...
scriptLanguageVersion  xs:string  optional      
documentation
The version of the language of the script to be run e.g. 2.2.1, 1.2a etc...
scriptLanguageExtension  xs:string  optional      
documentation
The file extension of the language of the script to be run e.g. js, py etc...
scriptTypeID  xs:string  required      
documentation
The ID of the script type used during the use of complex fields in scripts.
This will either be populated with a task library ID or process ID.
source <xsd:element name="WorkModelScript" type="WorkModelScript" maxOccurs="unbounded"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy