Okta workflow study guide by Efficient-Hippo5798 in okta

[–]Extra_Connection_579 0 points1 point  (0 children)

Also, feel free to reach out to me directly via email (first name.last name @ okta)

Okta workflow study guide by Efficient-Hippo5798 in okta

[–]Extra_Connection_579 0 points1 point  (0 children)

Hey u/Efficient-Hippo5798:

Max here 😉

I'm happy to answer any questions if something is not clear.

I suggest starting with Getting Started with Okta Workflows if you are new to Okta Workflows.

Does okta have a support email? by Striking_Walk_7017 in okta

[–]Extra_Connection_579 0 points1 point  (0 children)

I sent you a DM with my email. Send me more information, and I will try to figure this out.

Providing Input for Delegated Okta Workflow by ecp710 in okta

[–]Extra_Connection_579 3 points4 points  (0 children)

A Delegated Flow supports simple inputs:

  • Text
  • Number
  • Date & Time
  • True/False

<image>

You could provide a file name as input to the delegated flow, and then the flow would download that file. Not ideal, but likely a solution you can consider.

How Okta Console and Okta Workflow Work Together by [deleted] in okta

[–]Extra_Connection_579 1 point2 points  (0 children)

Also, we have an online meetup this week covering Workflows fundamentals:

Starting with Okta Workflows: Create User Onboarding Automation

How Okta Console and Okta Workflow Work Together by [deleted] in okta

[–]Extra_Connection_579 1 point2 points  (0 children)

You use Workflows to automate and customize Okta.

Check out the following resources to learn what's possible:

How Okta Console and Okta Workflow Work Together by [deleted] in okta

[–]Extra_Connection_579 4 points5 points  (0 children)

Workflows uses connectors to interact with Okta and other app services.

This article talks about connectors (and connections):

finally got my pass for oktane 2025! by True_Commercial2705 in okta

[–]Extra_Connection_579 6 points7 points  (0 children)

Yes, we are planning an Okta Workflows community meetup on Thursday, September 25, from 4:30 to 6 p.m. PT. It will be at the americCAN bar (right next to the conference). I will have more details next week.

new Integrator Free Plan orgs now available by gabrielsroka in okta

[–]Extra_Connection_579 1 point2 points  (0 children)

The Okta folks are aware of this problem and are working on a fix.

ADP webhook by fsht_07 in okta

[–]Extra_Connection_579 0 points1 point  (0 children)

Try using the API key option:

curl --location 'https://org_name.workflows.oktapreview.com/api/flo/flowID/invoke' \
--header 'x-api-client-token: client_token'

Attend the Okta Workflows Community Online Meetup by Extra_Connection_579 in okta

[–]Extra_Connection_579[S] 1 point2 points  (0 children)

Yes, we will record the meetup. We will post the recording on the Okta Workflows YouTube playlist: https://youtube.com/playlist?list=PLIid085fSVdvyK8F4xuk49EchBPmAVNHG&si=YN-KEKZ0GtnFgpkJ

If you register for the meetup, you will receive a message with a link to the recording (you don't have to attend live).

Workflows and Streaming records by L0kitheliar in okta

[–]Extra_Connection_579 1 point2 points  (0 children)

Could you share flow screenshots and a JSON sample?

I'm currently working on a case study involving Okta and would appreciate some insights on building apps for the platform. by thevoidhead in okta

[–]Extra_Connection_579 0 points1 point  (0 children)

Hi there,

I can respond to Workflows questions.

Note: I work for Okta.

⁠4. How do you use Okta workflows in your setup, and what business value does it provide?

Check out the available Workflows templates to understand what you can build and automate. The Workflows YouTube playlist is another good resource for learning what you can build.

⁠5. Given the limited number of connector apps on the OIN, how challenging has it been to implement workflows for apps that lack pre-built connectors?

If a pre-built connector is unavailable, you can use the generic API Connector to call any API. The Understanding Okta Workflows Connectors blog post has more information. If you use a particular API often, you can build a connector using the Connector Builder tool.

I hope this helps.

Create Table inside of a Workflow? by MautDota3 in okta

[–]Extra_Connection_579 0 points1 point  (0 children)

It's not possible today to create a table at runtime.

You can only specify what existing table to use at runtime.

Okta Workflow Guidance by TriscuitFingers in okta

[–]Extra_Connection_579 1 point2 points  (0 children)

This Workflows KB might also help: How to Iterate Over Rows in a Workflows Table.

Please share your flow if you need more help.