SP.Workflow.WorkflowTemplate.associationUrl Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets a value that specifies the site relative URL of the workflow association form to use with the workflow template.
var value = SP.Workflow.WorkflowTemplate.get_associationUrl();
Property Value
Type: String
Applies To
SP.Workflow.WorkflowTemplate Class
Remarks
If the workflow template has no association form, the URL must return an empty string ("").
It must be a URL of relative form.
See Also
Reference
SP.Workflow.WorkflowTemplate Methods