Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Activities

  • Connect to Skydrive
  • Delete File or Folder
  • Disconnect from Skydrive
  • Download File
  • List Files and Folders
  • Upload File


 



Connect To Skydrive

This activity connects to the specified Skydrive account and outputs a Skydrive client connection.

Activity Parameters

The Connect to Skydrive activity parameters can be provided by manual inserted values or via IN arguments or variables:

All of the input parameters are mandatory.

Parameters:

  • Access URL (text box editor type): the URL containing the access token.

The Read Only Output variable are the possible output values that the activity will provide:

  • Connection: outputs a Skydrive connection. The Ouput of this activity should be used as Input for all Connection parameters used for all activities placed under Skydrive category.
 

As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Connect to Skydrive activity:

 

  • HTML Composer


    Visual HTML editor


    Input Parameters

     
    NameDescriptionTypeCategory
    contentEnter contentSystem.StringParameters

    Output Parameters

     
    NameDescriptionTypeCategory
    OutputReturns the html source of the 'Content' parameterSystem.StringRead-only Output
  •  Http Request


    Sends a Http request with either POST/GET methods and outputs the result


    Input Parameters

     
    NameDescriptionTypeCategory
    urlEnter URL where to submit the requestSystem.StringParameters
    methodChoose Method used to send the requestSystem.StringParameters
    domainEnter Domain for authenticationSystem.StringAuthentication
    usernameEnter Username for authenticationSystem.StringAuthentication
    dynamicParametersInsert the parameters you want to send with the request. The values entered override the ones inserted in the 'Attributes' parameter. Input example: 'variableName,variableValue|variableName2,variableValue2'System.StringParameters
    PasswordBindingBind to a variable containing the encrypted password. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster User Portal)System.StringAuthentication

    Output Parameters

     
    NameDescriptionTypeCategory
    OutputOutputs server responseSystem.StringRead-Only Output
  •  Trigger Webservice


    Trigger the webservice specified in the URL parameter with the given arguments


    Input Parameters

     
    NameDescriptionTypeCategory
    urlEnter URL of the webserviceSystem.StringParameters
    MethodNameThe method you wish to callSystem.StringParameters
    ArgumentsThe method arguments entered as a series of strings in the following format: 'arg1', 'arg2', ... Leave blank if no parameters are requiredSystem.StringParameters
    DomainDomain of the user that will be used for authentificationSystem.StringParameters
    UserThe user that will be used for authentificationSystem.StringParameters
    PasswordBindingBind to a variable containing the encrypted password for connection. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster User Portal)System.StringParameters

    Output Parameters

     
    NameDescriptionTypeCategory
    OutputOutputs a XmlElement objects containing outputs from webserviceSystem.Xml.XmlElementRead-Only Output
    OutputStringOutputs a string containing outputs in xml from webserviceSystem.StringRead-Only Output
    OutputStringValuesOutputs a string containing outputs values from xml from webserviceSystem.StringRead-Only Output
  • No labels