Can we add new workitem states in the business process rules? and How?Currently for business processes, can only go to step5 -- how can we add more steps to the process (ie. step6, step7 etc)?

book

Article ID: KB0090800

calendar_today

Updated On:

Products Versions
TIBCO Collaborative Information Manager -
Not Applicable -

Description

Resolution:
You can have new additional steps in the dropdown by executing following query:
INSERT INTO SUPPLIERSTATE ( ID, ENTERPRISEID, NAME, MODMEMBER, MODDATE, MODVERSION )
VALUES (mq_sequence_1.nextval,&ltenterprise-id>,'&ltStep-Name>',101,sysdate,1);

Issue/Introduction

Can we add new workitem states in the business process rules? and How?Currently for business processes, can only go to step5 -- how can we add more steps to the process (ie. step6, step7 etc)?