<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z0000A4NslLCQSOkta Identity EngineWorkflowsAnswered2024-04-18T10:20:24.000Z2024-03-26T16:14:18.000Z2024-03-27T16:34:44.000Z

MAP.05794 (Customer) asked a question.

Workflow - How to set the trigger to make the workflow start for all current users

Hey, I used a template called "Manage Okta Group Membership Based on Profile Attributes". In the first step, the trigger is Helper on Demand. The moment I fire up the workflow I have to specify a user. And instead of a user, I would like the workflow to fly through all current employees. Later I will change such trigger to "created user". Does anyone know how to accomplish this?


  • @MAP.05794 (Customer)​  - You would need to obtain all the users and feed them into the Helper flow. You likely will need to adjust the helper flow also to "map to" the specific value you need which appears to be "username".

     

    Helper flows receive input from "parent flows" by using cards such as "List - For Each" or "Call Flow" there are many others. When they receive inputs they invoke with the passed in data. The passed in data could be a massive JSON object, a single number, a word etc. Its what ever you pass in.

     

    In this instance if you have over 200 total users you would want to leverage a new Parent flow with a "List Users" card to obtain all of your users. This could then be streamed to the Helper flow. But the Helper flow also would need to be modified to support Streaming Actions.

     

    Here is a good walkthrough on how to use Streaming Actions. Note this is about using Groups and not users but it can easily be changed to users as the concept is basically the same.

     

    How to Use Streaming Action Cards in Okta Workflows

    https://okta-support.pixtulate.com/help/s/article/How-to-use-Streaming-Action-cards-in-Okta-Workflows

     

     

    Expand Post
  • MAP.05794 (Customer)

    Hey Tim, thank you for quick answer. I set this additional streamings step like that. But right now i have another error, maybe you can help with this case via online quick meeting?

     

    Screenshot 2024-03-27 at 12.27.17Screenshot 2024-03-27 at 12.26.07Screenshot 2024-03-27 at 12.24.25

    Expand Post
    • Screenshot 2024-03-27 at 12.24.25
This question is closed.
Loading
Workflow - How to set the trigger to make the workflow start for all current users