Making a workflow available to EStudio only

David Smith
edited February 11, 2020 in TeamSite #1

I would like to create workflow that is available only to EStudio users and not in CCPro. And vice-versa - I want to be able to config our existing workflows so that they are only available in the CCPro view and not when they initiate the workflows from EStudio. We have a very unique implementation we are building in EStudio that will be for a specific purpose, while we will continue business as usual in CCPro for our main users, some of which will overlap. Has anyone done this, or can someone from OpenText pipe in here, since there is no technical documentation available for EStudio?

Caveat - I would prefer not to do this by branch, if possible. I am hoping they came up with a way to do this by product to make life a bit easier for us. I'm a dreamer, what can I say.

Comments

  • RESOLVED

    My awesome support engineer (not the EStudio one, but the one who actually helps us on a regular basis) gave me the solution:

    In available_models.xml, to restrict a model to EStudio only , use the command element as follows:

    <command "name="publish" />

    and to restrict a model to CCPro only:

    <not> <command name="publish" /> </not>

    I have confirmed this works in both cases. Hallelujah.

TeamSite Developer Resources

  • Docker Automation

  • LiveSite Content Services (LSCS) REST API

  • Single Page Application (SPA) Modules

  • TeamSite Add-ons

If you are interested in gaining full access to the content, you can register for a My Support account here.
image
OpenText CE Products
TeamSite
APIs