Skip to main content

StepArguments Constructors

An object defining constructors for the StepArguments class.

StepArguments(id, key, name, typeCode)

Initializes a new instance of the StepArguments class with complete step information.

Parameters:

id (required): long
The unique identifier of the workflow step.

key (required): string
The unique key identifier for the workflow step.

name (required): string
The display name of the workflow step.

typeCode (required): WorkflowItemTypeCode
The type code that categorizes the workflow step.

This constructor initializes a new StepArguments instance with all necessary information to identify and categorize a workflow step. It sets up the step's unique identifiers, display name, and type classification, providing a complete foundation for workflow step execution and identification.