I created a workflow inside WCM, when editor creates the content it goes to the approver and when it is approved it moves to staging sand box. Suppose when editor creates folder it also goes to workflow,i want to move the folder directly to the staging folder without going for workflow. is there any way to do this??.
Workflows are tied to file pattern matching - so .* is the default for most workflows. If files for submit do not match any pattern, there will be no suitable workflows found and the files will be submitted directly to staging. Also if there are no workflows at all assigned to the webproject then the files will be submitted directly to staging.
There is currently no way to "override" the workflow selection to select "none" if a suitable workflow is found - i assume that's what you want to do.
Please raise a JIRA item for the suggested improvement/feature.