JOC API

Version 2.6.5

Download RAML
JOC API
/workflows/search
POST

Searches deployed workflows


Parameters in the POST body schema

Name Type Description Example Default
controllerId required, string Controller ID myController
search optional, string Limits result to a specified glob pattern that supports '*' and '?' as wildcards where
  • * : match zero or more characters
  • ? : match any single character
*test*
folders optional, array[string]
states optional, array Filtered all workflows with states such as
  • IN_SYNC
  • NOT_IN_SYNC
  • SUSPENDED
  • OUTSTANDING
["SUSPENDED"]
instructionStates optional, array Filtered all workflows with instruction states such as
  • SKIPPED
  • STOPPED
["SKIPPED", "STOPPED"]
tags optional, array[string] Tag names
advanched optional, object
agentName optional, string
jobName optional, string
jobNameExactMatch optional, boolean false
jobCriticality optional, string Possible values: NORMAL, CRITICAL
jobCountFrom optional, integer
jobCountTo optional, integer
argumentName optional, string
argumentValue optional, string
envName optional, string
envValue optional, string
fileOrderSource optional, string
schedule optional, string
includeScript optional, string
jobResource optional, string
jobTemplate optional, string
lock optional, string
noticeboard optional, string
calendar optional, string