Skip to content

WaldiezStepByStepProcessingResult

@waldiez/react v0.6.0


WaldiezStepByStepProcessingResult = object

Defined in: src/waldiez/utils/stepByStep/types.ts:38

Result of processing a debug message

PropertiesΒΆ

controlAction?ΒΆ

optional controlAction: WaldiezStepByStepControlAction

Defined in: src/waldiez/utils/stepByStep/types.ts:44

Control action for the UI to perform


debugMessage?ΒΆ

optional debugMessage: WaldiezDebugMessage

Defined in: src/waldiez/utils/stepByStep/types.ts:40

The parsed debug message (if valid)


error?ΒΆ

optional error: object

Defined in: src/waldiez/utils/stepByStep/types.ts:48

Error information if processing failed

code?ΒΆ

optional code: string

messageΒΆ

message: string

originalData?ΒΆ

optional originalData: any


isWorkflowEnd?ΒΆ

optional isWorkflowEnd: boolean

Defined in: src/waldiez/utils/stepByStep/types.ts:46

Whether this indicates workflow end


stateUpdate?ΒΆ

optional stateUpdate: Partial\<WaldiezStepByStep>

Defined in: src/waldiez/utils/stepByStep/types.ts:42

Partial state updates to apply to WaldiezStepByStep