The getWorkflowTokenBusinessState operation retrieves the business state of a workflow token by a workflowTokenId object.

Activities that are part of the workflow's schema can change the current business state of the workflow.

The getWorkflowTokenBusinessState operation is declared as follows.

public WorkflowToken getWorkflowTokenBusinessState(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 the business state of a WorkflowToken object for a specific workflow token that corresponds to the provided workflow token ID.