The getWorkflowInputForWorkflowTokenId operation retrieves the answer to a user interaction for a workflowTokenId object.

The getWorkflowInputForWorkflowTokenId operation is declared as follows.

public WorkflowInput getWorkflowInputForWorkflowTokenId(String workflowTokenId, String username, String password);

Type

Value

Description

String

workflowTokenId

ID of this run of the workflow.

String

username

Orchestrator user name.

String

password

Orchestrator password.

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