The getWorkflowInputForId operation retrieves the answer to a user interaction for an interactionId object.

The getWorkflowInputForId operation is declared as follows.

public WorkflowInput getWorkflowInputForId(String id, String username, String password);

Type

Value

Description

String

id

ID of the workflow input to retrieve.

String

username

Orchestrator user name.

String

password

Orchestrator password.

Returns a WorkflowInput object for a specific workflow input that corresponds to the provided workflow input ID.