'Declaration
Public Overloads Function RunRearrayWorkflow( _ ByVal id As String, _ ByVal projectTemplateName As String, _ ByVal pinningProfileName As String, _ ByVal consecutivePinningsInstruction() As ConsecutivePinningInstruction _ ) As Task(Of RunRearrayCommandResponse)
'Usage
Dim instance As PIXLClient Dim id As String Dim projectTemplateName As String Dim pinningProfileName As String Dim consecutivePinningsInstruction() As ConsecutivePinningInstruction Dim value As Task(Of RunRearrayCommandResponse) value = instance.RunRearrayWorkflow(id, projectTemplateName, pinningProfileName, consecutivePinningsInstruction)
public Task<RunRearrayCommandResponse> RunRearrayWorkflow( string id, string projectTemplateName, string pinningProfileName, ConsecutivePinningInstruction[] consecutivePinningsInstruction )
public: Task<RunRearrayCommandResponse>^ RunRearrayWorkflow( String^ id, String^ projectTemplateName, String^ pinningProfileName, array<ConsecutivePinningInstruction>^ consecutivePinningsInstruction )
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.
- pinningProfileName
- The name of the pinning profile to use. If this is not specified the profile from the current workflow will be used.
- consecutivePinningsInstruction
- The consecutive pinnings used in the re-array.
Return Value
The result of the action.