'Declaration
Public Overloads Function RunRearrayWorkflowFromFile( _ ByVal id As String, _ ByVal projectTemplateName As String, _ ByVal pinningProfileName As String, _ ByVal path As String _ ) As Task(Of RunRearrayCommandResponse)
'Usage
Dim instance As PIXLClient Dim id As String Dim projectTemplateName As String Dim pinningProfileName As String Dim path As String Dim value As Task(Of RunRearrayCommandResponse) value = instance.RunRearrayWorkflowFromFile(id, projectTemplateName, pinningProfileName, path)
public Task<RunRearrayCommandResponse> RunRearrayWorkflowFromFile( string id, string projectTemplateName, string pinningProfileName, string path )
public: Task<RunRearrayCommandResponse>^ RunRearrayWorkflowFromFile( String^ id, String^ projectTemplateName, String^ pinningProfileName, String^ path )
Parameters
- id
- The workflow's ID.
- projectTemplateName
- The name of the project template to use. If this is empty the last used template will be used.
- pinningProfileName
- The name of the pinning profile to use. If this is not specified the profile from the workflow will be used.
- path
- A path to the re-array data file.
Return Value
The result of the action.