Hi Experts,
Env: Teamsite 7.4.1 Unix
Has anyone worked with customizing the PLC workflow for scheduled deployment??
The requirement is for users to select a deploy date and time via CGI task. We will have a user task (with timeout link) before the 'Production Deployment' task. Through the workflow API (task->setTimeout), we will dynamically set the timeout of this timeout link.
The problem here is the deployment could be scheduled few days in advance, and during this delay period, the files can be modified by any users in the Workarea. Thus, when the deployment tasks activate, the 'modified' files are the ones picked up for deployment.
Has anyone worked on similar requirement before??
Thanks.