Class defining the top-level workflow tag within an ACT app.
Remarks
Used to define process integration items (tasks and task groups)
Examples
None.
Table 105: XML Tag Listing
Tag | <Attributes> |
No details provided. (inherited from SimEntity) |
Tag | <Callbacks> |
No details provided. (inherited from SimEntity) |
Callback | <CanAdd> |
Callback that is invoked to determine whether the object can be added. (inherited from SimEntity) |
Callback | <CanCreate> |
Callback that is invoked to determine whether the object can be created via the Object Creation API. (inherited from SimEntity) |
Callback | <CanDuplicate> |
Callback that is invoked to determine if the object can be duplicated. (inherited from SimEntity) |
Callback | <CanRemove> |
Callback that is invoked to determine if the object can be removed. (inherited from SimEntity) |
Callback | <IsValid> |
Callback that is invoked to determine if the object is valid. (inherited from SimEntity) |
Callback | <OnAdd> |
Callback that is invoked when the object is newly added. (inherited from SimEntity) |
Callback | <onafterdesignpointchanged> |
Callback that is invoked after the design point has changed. |
Callback | <OnAfterGeometryUpdate> |
Callback that is invoked when the geometry has been updated. (inherited from SimEntity) |
Callback | <onaftertaskcanduplicate> |
Callback that is invoked after a task determines duplication viability. |
Callback | <onaftertaskcanusetransfer> |
Callback that is invoked after a task determines transfer data viability. |
Callback | <onaftertaskcreation> |
Callback that is invoked after a task has been created. |
Callback | <onaftertaskdeletion> |
Callback that is invoked after a task is deleted. |
Callback | <onaftertaskduplicate> |
Callback that is invoked after a task has been duplicated. |
Callback | <onaftertaskpropertyretrieval> |
CCallback that is invoked after a task provides its property-containing objects. |
Callback | <onaftertaskrefresh> |
Callback that is invoked after a task has been refreshed. |
Callback | <onaftertaskreset> |
Callback that is invoked after a task has been reset. |
Callback | <onaftertasksourceschanged> |
Callback that is invoked after a task handles a source change. |
Callback | <onaftertaskstatus> |
Callback that is invoked after a task determines its status. |
Callback | <onaftertaskupdate> |
Callback that is invoked after a task has been updated. |
Callback | <onbeforedesignpointchanged> |
Callback that is invoked immediately before the design point changes. |
Callback | <onbeforetaskcanduplicate> |
Callback that is invoked before a task determines duplication viability. |
Callback | <onbeforetaskcanusetransfer> |
Callback that is invoked before a task determines transfer data viability. |
Callback | <onbeforetaskcreation> |
Callback that is invoked before a task is created. |
Callback | <onbeforetaskdeletion> |
Callback that is invoked before a task is deleted. |
Callback | <onbeforetaskduplicate> |
Callback that is invoked before a task is duplicated. |
Callback | <onbeforetaskpropertyretrieval> |
Callback that is invoked before a task provides its property-containing objects. |
Callback | <onbeforetaskrefresh> |
Callback that is invoked before a task is refreshed. |
Callback | <onbeforetaskreset> |
Callback that is invoked before a task is reset. |
Callback | <onbeforetasksourceschanged> |
Callback that is invoked before a task handles a source change. |
Callback | <onbeforetaskstatus> |
Callback that is invoked before a task determines its status. |
Callback | <onbeforetaskupdate> |
Callback that is invoked before a task is updated. |
Callback | <OnBodySuppressStateChange> |
Callback that is invoked when the body suppress state changse. (inherited from SimEntity) |
Callback | <OnClearData> |
Callback that is invoked when object data are cleared. (inherited from SimEntity) |
Callback | <OnDuplicate> |
Callback that is invoked when the object is duplicated. (inherited from SimEntity) |
Callback | <OnGenerateData> |
Callback that is invoked when object data are generated. (inherited from SimEntity) |
Callback | <OnHide> |
Callback that is invoked when the object is hidden. (inherited from SimEntity) |
Callback | <OnInit> |
Callback that is invoked when the object is initialized. (inherited from SimEntity) |
Callback | <OnMigrate> |
Callback that is invoked when the object version has been changed. (inherited from SimEntity) |
Callback | <OnReady> |
Callback that is invoked when the application is fully loaded and in a "ready" state. (Inherited from SimEntity) (inherited from SimEntity) |
Callback | <OnRemove> |
Callback that is invoked when the object is removed. (inherited from SimEntity) |
Callback | <OnShow> |
Callback that is invoked when the object is shown. (inherited from SimEntity) |
Callback | <OnSuppress> |
Callback that is invoked when the object is suppressed. (inherited from SimEntity) |
Callback | <OnUnsuppress> |
Callback that is invoked when the object is unsuppressed. (inherited from SimEntity) |
Tag | <Property> |
No details provided. (inherited from SimEntity) |
Tag | <TaskGroups> |
Task groupings to be exposed as organized blocks within the workflow. |
Tag | <Tasks> |
Tasks xposed by this workflow. |
Attribute | BeginGroup= |
Indicates whether the load object will have a separator before it when shown in the context menu. (inherited from SimEntity) |
Attribute | caption= |
Caption of the object. (inherited from SimEntity) |
Attribute | class= |
Class name of the controller of the object. (inherited from SimEntity) |
Attribute | context= |
Contexts (application) to which this workflow applies. |
Attribute | ContextGroup= |
Indicates which group the load will be shown in the context menu. (inherited from SimEntity) |
Attribute | contextual= |
Indicates whether the object has to be displayed in the contextual menu. (inherited from SimEntity) |
Attribute | icon= |
Icon for the object. (inherited from SimEntity) |
Attribute | LazyActivateSelectProperties= |
Determines when onActivate callback is called for the properties. (inherited from SimEntity) |
Attribute | localize= |
Indicates whether the caption and value string need to be localized by the application. (inherited from SimEntity) |
Attribute | name= |
Name of the object. (inherited from SimEntity) |
Attribute | version= |
Version of the object. (inherited from SimEntity) |