Copyright © Cloud Software Group, Inc. All Rights Reserved |
• name is the procedure (or sub-procedure) name.
• version is the version number of the procedure.
• comment is a text string which is displayed in the version control history for the procedure.The comment string can be used to supply version-specific information, such as a description of the version, or any other desired information. It can be a maximum of 24 characters. If the string includes spaces, it should be enclosed in quotation marks.
• - m|-M [ALL|LIVE] (optional) migrates active cases associated with previously released versions of the procedure to the current version that you are releasing. (This option is case sensitive).
Before using the -m or -M options, TIBCO recommends that you perform a full system backup. This is because there is no undo feature after running this command.
− the -m or -M parameter on its own, only cases that use the currently released version, that is, the version that will be automatically withdrawn by the Release operation, are migrated to the new version.
− the -m or -M parameter with the ALL option, all cases are migrated to the new version, no matter what previous version of the procedure they are using.
− The -M option operates in the same way as -m but does not interact with the iProcess background process (BG). Therefore, only use -M when iProcess Engine is not running.This example releases version 1.1 of a procedure called myproc and adds the "This is released" comment.
This example releases version 1.2 of a procedure called myproc and migrates all existing cases from previous versions to this new version:
Copyright © Cloud Software Group, Inc. All Rights Reserved |