Search

vRO intrinsic class WorkflowCategory

Extends ch.dunes.scripting.jsmodel.JSObject
WorkflowCategory Wrapper

Attributes

Name Type Description
allWorkflows Workflow[]
description String Returns the description of the workflowCategory.
name String Returns the name of the workflowCategory.
parent WorkflowCategory
path String Returns the path of the workflowCategory.
subCategories WorkflowCategory[]
workflows Workflow[]

Methods

None

Returned by

Method Returns
Server.getAllWorkflowCategories() WorkflowCategory[]
Server.getWorkflowCategoryWithPath(String path) WorkflowCategory

Referenced in

None