Skip to main content
Update issue’s investigation status.
External DocumentationTo learn more, visit the CyCognito documentation.

Parameters

ParameterDescription
Investigation StatusThe new investigation status to be updated.
Issue Instance IDThe ID for a specific issue occurrence on an asset to be retrieved. Can be obtained from the List Issues action.
Note - Make sure to insert the instance ID Without the issue/ prefix.

Example Output

{
	"failed": [
		"string",
		true,
		0,
		"string",
		"string",
		[
			"string"
		],
		{
			"additionalProp1": "string",
			"additionalProp2": "string",
			"additionalProp3": "string"
		},
		"Unknown Type: null"
	],
	"updated": [
		"string"
	]
}

Workflow Library Example

Update Issue Investigation Status with Cycognito and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I