'Declaration
Public Overloads Function RunRearrayWorkflowFromFile( _ ByVal id As String, _ ByVal path As String _ ) As Task(Of RunRearrayCommandResponse)
'Usage
Dim instance As PIXLClient Dim id As String Dim path As String Dim value As Task(Of RunRearrayCommandResponse) value = instance.RunRearrayWorkflowFromFile(id, path)
public Task<RunRearrayCommandResponse> RunRearrayWorkflowFromFile( string id, string path )
public: Task<RunRearrayCommandResponse>^ RunRearrayWorkflowFromFile( String^ id, String^ path )
Parameters
- id
- The workflow's ID.
- path
- A path to the re-array data file.
Return Value
The result of the action.