Get a list of workflows, including their configuration information.

External Documentation

To learn more, visit the Nexthink documentation.

Parameters

ParameterDescription
DependencyFilter workflows based on the kind of entity that the workflow depends on.
Fetch Only Active WorkflowsSelect to retrieve only active workflows.
Trigger MethodFilters workflows by how they are triggered.

Example Output

[
	{
		"id": "string",
		"uuid": "string",
		"name": "string",
		"description": "string",
		"status": "ACTIVE",
		"lastUpdateTime": "2019-08-24T14:15:22Z",
		"triggerMethods": {},
		"versions": [
			{}
		]
	}
]

Workflow Library Example

List Workflows with Nexthink and Send Results Via Email

Preview this Workflow on desktop