> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflow Step Details • AI Agents Framework

> WorkflowStepDetails: Details for a workflow step.

# WorkflowStepDetails

> Defined in the [**auto**](../modules/auto) module.

<Badge color="purple">AI Agents Framework</Badge>

Details for a workflow step (used by `WorkflowParallelDetails.parallel`).

## Properties

<ResponseField name="agent" type="str">
  Name of the agent that performs this step.
</ResponseField>

<ResponseField name="action" type="str">
  Action the agent should take.
</ResponseField>

<ResponseField name="expected_output" type="Optional[str]">
  Expected output of this step.
</ResponseField>

## Source

<Card icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/auto.py#L973">
  `praisonai/auto.py` at line 973
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card icon="brackets-curly" href="./TaskDetails" />

  <Card icon="brackets-curly" href="./WorkflowParallelDetails" />
</CardGroup>
