Copyright © Cloud Software Group, Inc. All Rights Reserved |
• The interactive method uses the swutil menu and displays prompts for each stage of the export. If you want to export a procedure without displaying all of the prompts, use the command line method. See Export Procedures Using Command Line Options.
1.
− Choose - choose from a list of versions. See step 4.
− Always choose - if you are exporting multiple procedures, select this to choose from a list for each procedure without displaying the question.
− Same version for all - if you are exporting multiple procedures, you can specify a version number that will be used for all remaining procedures you export.
− Default - select this option to use the default version.
To select a specific version number, enter the version’s index number - 0, 1, 2 or 3 in the example above.
− entering r selects the current Released version, which is Version 1.4.
− entering u selects the current Unreleased version, which is Version 1.5.
−
If you choose Y, you are prompted to change the precedence order:
If you select an invalid status option, then the sub-procedure will not be exported. To overcome this, it is better to enter a range of status options and include ’n’ for no preference. This means that even if the previous status options you have chosen are invalid, the sub-procedure will always be exported. See TIBCO iProcess Modeler Procedure Management for more information about precedence.
− object author is the name (or other identifier) of the iProcess user who created the object.
− release identification is free text that you can use to identify the procedure as you wish.
− date object created is the date and time that the procedure was created.
− date object modified is the date and time that the procedure was last modified.
The procedure and any sub-procedures are exported to the file SWDIR\util\procname.xfr. If any use files are referenced, a copy of the file (in the iProcess SWDIR\nodename.n\use directory) is included in the exported file. Also, any VBA projects used in the procedure are exported.To export one or more procedures using the swutil EXPORT command line options, use the following command:
• procedure is the name of the .xfr file to export.
• directory is the directory to export the procedure.To export a procedure (for example, carpool.xfr) to a directory outside of SWDIR/util (for example, /Dept/Purchasing), run the following command:If this is unspecified, the procedure is exported as a .xfr file to the SWDIR/util directory by default.
• options can be one or more of the following to suppress or change a specific option:
Table 11 swutil EXPORT Options Do not prompt for the version of the procedure to export but use the specified version or precedence value, for example, +e 3.0 or +e rumiwxn.For more information about precedence, see TIBCO iProcess Modeler Procedure Management. +r relid +x precedence
For any options that you do not set or suppress, you will be prompted in the same way as when you use swutil EXPORT interactively.To export a procedure called APPLY1 where you want to define a new Author called Fred and a Release ID of Release1 and want to suppress all other prompts byswutil, you can enter the following command:
Copyright © Cloud Software Group, Inc. All Rights Reserved |