The simpleExecuteWorkflow operation uses string attributes to start a workflow.

Important

This operation is deprecated since Orchestrator 4.0. Do not use simpleExecuteWorkflow.

Type

Value

Description

String

workflowId

ID of the Workflow to be run.

String

username

Orchestrator user name.

String

password

Orchestrator password.

String

attributes

The format for the attributes parameter is a list of attributes separated by commas. Because commas are used as separators, attribute name strings containing commas are not processed correctly.

Each attribute is represented by its name, type, and value, as shown in the following examples.

Name1,Type1,Value1,Name2,Type2,Value2

Runs a workflow. Returns a WorkflowToken object.