Share via


SP.Workflow.WorkflowTemplateCollection.itemAt Method (sp.js)

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

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

SP.Workflow.WorkflowTemplateCollection.itemAt(index)
          

Parameters

  • index
    Type: int

    The zero-based index of the workflow template in the collection.

Return value

Type: SP.Workflow.WorkflowTemplate

The workflow template at the specified index of the collection.

Remarks

This method gets the workflow template at the index specified by the index parameter in the collection.