Related to How to use Independent Tasks / Create System Task in a Project / Create a Workflow in a Project / Create a Workflow Trigger in a Project / Groovy Script Library
Q1. Why am I unable to manage some/all of the existing workflows in my projects, even though I have the necessary role privileges?
Q1. Why am I unable to manage some/all of the existing workflows in my projects, even though I have the necessary role privileges?
A1. This can happen in projects that were cloned from project templates and have the inheritance option turned on.
You need to find out the relevant project template from which the concerned project was cloned and then manage existing workflows within that specific project template as required.
Click here for detailed help on how to break the inheritance of workspace objects if required.
Q2. How do I know if a project was cloned from a project template or not? If yes, how can I find out the name of the project template from which that project was cloned?
Q2. How do I know if a project was cloned from a project template or not? If yes, how can I find out the name of the project template from which that project was cloned?
A2. The 'Type' column in the 'Projects' area displays whether the corresponding record is an 'Independent' project, a 'Cloned' project, or a 'Template' i.e. a project template.
In the case of a 'Cloned' project, you can see the 'Cloned From' column corresponding to that particular project in the projects listing screen displaying the template name from which it was cloned.
In case you don't see the required columns in the projects area, click here to understand how to customize columns.
Q1. As a Workflow Administrator, can I skip a user's task on a running workflow and proceed directly to the next step?
Q1. As a Workflow Administrator, can I skip a user's task on a running workflow and proceed directly to the next step?
A1. Yes, follow the steps to transition a running workflow as mentioned in steps 1 and 2 above.
Q1. Can I use only the download preference script and manage to rename the document from the download UI?
Q1. Can I use only the download preference script and manage to rename the document from the download UI?
A1. No, you have to create a system task having the Groovy script for renaming file name for downloading the document with custom attribute values.
Q2. Can I use only the renaming file name script and manage to rename the document for download?
Q2. Can I use only the renaming file name script and manage to rename the document for download?
A2. Yes, in the absence of the 'on-load' download preference script, you can download the document with the updated name by clicking the file icon.
Q3. Why is the document getting renamed with the custom attribute values while downloading? I selected to rename with the doc ref from download preference.
Q3. Why is the document getting renamed with the custom attribute values while downloading? I selected to rename with the doc ref from download preference.
A3. This can occur if renaming the file name’s script is applied to the folder. To avoid this, please deactivate the system task where the script is applied. To deactivate a system task, just right-click on it from the listing area and select 'Deactivate'.
Q4. What if I download the document by clicking the file icon?
Q4. What if I download the document by clicking the file icon?
A4. The downloaded document will be renamed by appending the doc ref and version number (default setting of download preference). If renaming the file name’s groovy script is applied, then the downloaded document will be renamed based on the custom attribute values as mentioned in the script.
Q5. What if I select 2 files from different folders, where one folder has applied renaming file name’s groovy script and the other folder does not have any script applied?
Q5. What if I select 2 files from different folders, where one folder has applied renaming file name’s groovy script and the other folder does not have any script applied?
A5. The batch file will download both files as per their preference.
The file which has applied the Groovy script will be downloaded with the file renamed based on the custom attribute values.
Other files which don't have any Groovy script applied will download with doc ref. and version (Default functionality).
Q6. What if I select multiple files from different folders having different renaming file name scripts?
Q6. What if I select multiple files from different folders having different renaming file name scripts?
A6. The batch file will download both files as per the preference set in the respective Groovy script. The downloaded file will be renamed as per the sequence and custom attribute values configured for the respective folder.
Related to Groovy Script - Automatic Revision Numbering
Q1. Can I use comma (,) to separate Status and POI values within this groovy script?
Q1. Can I use comma (,) to separate Status and POI values within this groovy script?
A1. We would suggest using the pipe symbol (|) instead of a comma (,) for separating status and POI values in this groovy script.
Q2. Can I use abbreviations configured for Purpose of Issues/Statuses instead of full Purpose of Issues and Statuses in my Groovy script for automatic revision numbering?
Q2. Can I use abbreviations configured for Purpose of Issues/Statuses instead of full Purpose of Issues and Statuses in my Groovy script for automatic revision numbering?
A2. Yes, you can use either of abbreviation or full text of Purpose of Issues/Statuses as configured for the project in your Groovy script for automatic revision numbering.
Next Collection: Create a Workflow in a Project