Workflow and ServiceDesk Community

 View Only
  • 1.  Modular/Multiple Workflows on Main Page

    Posted Sep 29, 2014 10:52 AM

    Hello everyone,

    how would you create a modular Workflow page with multiple Workflows for different users. I think on a login component after which you are presented with workflows you can work on.

    Would you use Subworkflows, a customized Dialog Workflow or an ASP.NET Main Page. Is there another component I could use?

     

    Sincerely Yours



  • 2.  RE: Modular/Multiple Workflows on Main Page
    Best Answer

    Posted Sep 30, 2014 01:37 PM

    Begin with the assumtion that the multiple Workflows you want to make available to your users are Forms(Web) projects.

    Create a master Forms(Web) project that identifies the user then determines which of the other Workflows the user has access to.  For each of the target Workflows use a Link component on the master form as the mechanism used to launch it.  The Link components would be made visible based upon the access you determined the user should have.

    The Get Current User component can identify your user then you could perform an Active Directory query (Get User Details component) to identify the security groups the user is in.