SP.Workflow.WorkflowTemplateCollection.item property (sp.js)

Gets the workflow template at the specified index of the collection.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value =SP.Workflow.WorkflowTemplateCollection.get_item( index)
          

Parameters

  • index

Return value

Type: SP.Workflow.WorkflowTemplate

The workflow template at the specified index of the collection.