![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The SW_CASEREOPEN procedure resurrects a case.SW_CASEREOPEN (
proc_name in varchar2(8),
user_id in varchar2(24),
step_name in varchar2(8),
case_num in integer)
• proc_name is the name of the procedure that you want to resurrect.
• user_id is the name of the iProcess user who is resurrecting the case.
• step_name is the name of the case step that you want to resurrect.
• case_num is the number of the case that you want to resurrect.After a case is closed, all the deadlines of the case are removed. If the case is reopened, you can reset the deadlines by running the CreateCaseDeadline function. For more information about the CreateCaseDeadline function, see TIBCO iProcess Expressions and Functions Reference Guide.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |