Aller au contenu principal

How to get application name?

Commentaires

2 commentaires

  • Ken Lyon

    It might be best for the host application to pass in an input to the workflow instead.

    For example, provide a “themeName” parameter via the application, then the workflow could use the Get Workflow Inputs activity to retrieve this and use it to determine which theme to use.

    1
  • Chelsea Rozek

    Ken Lyon Thanks, that's a good idea!

    Update: got it to work! Passed {"originapp":"old"} as the input arguments in the button that triggers the workflow in Web and then in Workflow I used Get Workflow Inputs and then directed the workflow based on if =$getWorkflowInputs1.inputs["originapp"] == "old"

    0

Vous devez vous connecter pour laisser un commentaire.