Namespace: |
|
Defined: |
globally in common-1.xsd; see XML source |
Used: |
at 1 location |
Type Derivation Tree xsd:anySimpleType (restriction) ![]() ![]() |
Derivation: |
restriction of xsd:string |
<xsd:simpleType name="TaskExecutionStatusType"> <xsd:annotation> <xsd:documentation> Execution status provides information about the task overall high-level execution state. It tells whether the task is running/runnable, waits for something or is done. </xsd:documentation> </xsd:annotation> <xsd:enumeration value="running"> <xsd:annotation> <xsd:documentation> The task is running or is ready to be executed. This state implies that the task is being actively executed by IDM nodes, e.g. there is a thread on one of the IDM nodes that executes the task or the system needs to allocate such thread. </xsd:documentation> <xsd:appinfo> <jaxb:typesafeEnumMember name="RUNNING"/> </xsd:appinfo> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="waiting"> <xsd:annotation> <xsd:documentation> The IDM system is waiting while the task is being executed on an external node (e.g. external workflow engine) or is waiting for some kind of external signal (e.g. approval in internal workflow). The task may be running on external node or blocked on IDM node. One way or another, there is no point in allocating a thread to run this task. Other task properties provide more information about the actual "business" state of the task. </xsd:documentation> <xsd:appinfo> <jaxb:typesafeEnumMember name="WAITING"/> </xsd:appinfo> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="closed"> <xsd:annotation> <xsd:documentation> The task is done. No other changes or progress will happen. The task in this state is considered immutable and the only things that can happen to it is a delete by a cleanup code. </xsd:documentation> <xsd:appinfo> <jaxb:typesafeEnumMember name="CLOSED"/> </xsd:appinfo> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |
This XML schema documentation has been generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. DocFlex/XML RE is a reduced edition of DocFlex/XML, which is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from
any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually
using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML. DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML,
single-file HTML and RTF output formats. (More formats are planned in the future). A commercial license for "DocFlex/XML XSDDoc" will allow you:
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML (Full Edition) and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required! But this is not all. In addition to it, a commercial license for "DocFlex/XML SDK" will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only.
And, of course, you could develop any template applications by your own! Please note that by purchasing a license for this software, you not only acquire a useful tool,
you will also make an important investment in its future development, the results of which you could enjoy later by yourself.
Every single your purchase matters and makes a difference for us! To purchase a license, please follow this link: http://www.filigris.com/shop/ |