'DeclarationPublic Overloads Function RunRearrayWorkflow( _ ByVal id As String, _ ByVal projectTemplateName As String, _ ByVal pinningParametersName As String, _ ByVal consecutivePinningsInstruction() As ConsecutivePinningInstruction, _ ByVal callback As RunRearrayWorkflowResponseCallback _ ) As Task
'UsageDim instance As PIXLClient Dim id As String Dim projectTemplateName As String Dim pinningParametersName As String Dim consecutivePinningsInstruction() As ConsecutivePinningInstruction Dim callback As RunRearrayWorkflowResponseCallback Dim value As Task value = instance.RunRearrayWorkflow(id, projectTemplateName, pinningParametersName, consecutivePinningsInstruction, callback)
public Task RunRearrayWorkflow( string id, string projectTemplateName, string pinningParametersName, ConsecutivePinningInstruction[] consecutivePinningsInstruction, RunRearrayWorkflowResponseCallback callback )
Parameters
- id
 - The workflow's ID.
 - projectTemplateName
 - The name of the project template to use. If this is empty the last used settings will be used.
 - pinningParametersName
 - The name of the pinning parameters to use. If this is empty the last used settings will be used.
 - consecutivePinningsInstruction
 - The consecutive pinnings used in the re-array.
 - callback
 - A callback to invoke when the command has finished execution.
 
Return Value
The result of the action.