Workflow Automation forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

[global] Flow Designer to create 1 HR Case

I have a flow that is in the [global] scope, and has multiple sc_tasks that are created during the process of the flow. There is a single step where I need to create an HR Case [sn_hr_core_case] for some HR validation/work. When I try to add the Crea...

S_McCray by Tera Contributor
  • 1176 Views
  • 2 replies
  • 1 helpfuls

Flow design - Rest Action Socket timeout

Hello, I created a new flow on flow design module with a custom action.  This custom action will call an endpoint by a REST STEP, and it's working well.When I use this action on my flow, after 3/4 minutes I get this error  I read about it, and the fl...

Andr_1_0-1709564336977.png
Andr_1 by Tera Expert
  • 2532 Views
  • 4 replies
  • 3 helpfuls

Resolved! Datastream Flow Action - fd_data not defined

I'm using a datastream action and would like to use the "Action Preprocessing" section's "Script step" to set up some debugging. In the datastream action, I have checked the "Enable preprocessing script" box under "Action Preprocessing" and added the...

automation

What automation functionality does ServiceNow have (ticket comes in, automated response, select resolution type, another email goes out, closes ticket after 10 days of no response, etc..

ishitagshar by Tera Contributor
  • 2940 Views
  • 4 replies
  • 0 helpfuls

Resolved! Playbook running in child task

Hello, I have configured my first playbook and I would like to run in child task table. Also, I would like to hold the progression of task once the previous is complete. Any help or suggestions are very much appreciated.

Ashadiee by Mega Contributor
  • 880 Views
  • 2 replies
  • 2 helpfuls

Resolved! Branches based on variable

Hello, I am attempting to build a flow that branches based on a variable value. This yes/no variable is set to none as a default value as the variable is unknown at the beginning of the flow. In step 9, the person working the ticket needs to pick yes...

michael_smith_0-1729189170518.png

Semaphore like behavior in Flow Designer

Hello ServiceNow Community, I am looking for some guidance on how to create a semaphore-like behavior within the Flow Designer engine. Specifically, I want to ensure that only one instance of a particular flow is executed at a time. Additionally, it ...

cedric-try by Tera Contributor
  • 504 Views
  • 1 replies
  • 0 helpfuls

Resolved! JSON Payload Sending as octet-stream

Hello all, I've more-or-less successfully built my first action. It's taking catalog inputs and generating a JSON Payload then sending it to an endpoint via a REST step. I can get the data to load and send, but the odd part is, it's sending as an oct...

flow is trigged twice

Problem: The flow posts the same comment on two consecutive days, even though it is supposed to post only once.I created a flow that posts a comment to notify users that their case will be closed if no action is taken.Flow action: Search for all case...