Share via


url Attribute

Contains the Uniform Resource Locator (URL) for a Microsoft BizTalk 2004 Human Workflow Services (HWS) Web service.

Type

  xsd:string

Parent Elements

Element Description
location The location of the HWS Web service.

Definition

  <xsd:attribute name="url" type="xsd:string" use="required"></xsd:attribute>

Remarks

The url attribute is a required attribute of the location element.

Example

The following is an example of the url attribute as it is used in the location element:

  <xsf:hwsWorkflow taskpaneVisible="yes">
 <xsf:location url="http://www.contoso.com/hwsservice/hwsservice.asmx"/>
  <xsf:allowedActions>
   <xsf:action name="approval" actionTypeID="123" 
     canInitiateWorkflow="yes" caption="Get Approval"/>
   <xsf:action name="delegate" actionTypeID="234"   
     canInitiateWorkflow="no" caption="Delegate"/>
  </xsf:allowedActions>
  <xsf:allowedTasks>
    <xsf:task name="getManagerApproval" taskTypeID="435" 
      caption="Send Response"/>
    <xsf:task name="getVPApproval" taskTypeID="436"  
      caption ="Send Response"/>
    <xsf:task name="delegateToManager" taskTypeID="420" 
      caption="Respond"/>
  </xsf:allowedTasks>
</xsf:hwsWorkflow>