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

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

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

SP.Workflow.WorkflowAssociationCollection.itemAt(index)
          

Parameters

  • index
    Type: int

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

Return value

Type: SP.Workflow.WorkflowAssociation

The workflow association at the specified index of the collection.

Remarks

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