Software Development

Workflows Tips #26: Testing a Card With Streaming, Passing Data to a Helper Flow, and Online Meetup Recording

Welcome to another Okta Workflows Tips post. Read all previous tips.

In this post:

  • Test a card before using the streaming option
  • Passing data to a helper flow
  • Online meetup recording: Build Your First No-Code Workflow Automation in 25 Minutes

Test a card before using the streaming option

When you use a card with the streaming option, you need to choose a helper flow before you save a flow or test the card (or flow):

Using streaming option

If you don’t yet have the helper flow but would like to test how the search works, switch to First 200 Matching Records option for Result Set (click on Options to set it).

First 200 Matching Records option

Now you can test and check that search is working correctly:

Testing a card

Once you build the helper flow you can switch to the streaming option.

Passing data to a helper flow

When passing additional data to a helper flow (using State object), the variable name and its type in a calling flow:

Passing additional data to a helper flow

needs to match the variable name and type in helper flow (Time Window, type: Number):

Helper flow input

Online meetup recording: Build Your First No-Code Workflow Automation in 25 Minutes

In this recording you will learn step-by-step how to build your first no-code workflow automation and also:

  • Building a flow with the basic building blocks (events, schedule, actions, functions, and connectors)
  • Creating logic with if-then, loops and helper flows
  • Testing and running flow

Published on Java Code Geeks with permission by Max Katz , partner at our JCG program. See the original article here: Workflows Tips #26: Testing a Card With Streaming, Passing Data to a Helper Flow, and Online Meetup Recording

Opinions expressed by Java Code Geeks contributors are their own.

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button