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

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

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

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

Parameters

  • index

Return value

Type: SP.Workflow.WorkflowAssociation

The workflow association at the specified index of the collection.