EtherAssist
  • Administration
  • Agent mode
  • Integrations
  • Getting Started
  • Models and AI
  • Partner portal
  • Security & Compliance
  • Settings
  • Support
  • Supported topics
  • Tools
  • Using EtherAssist
  • Windows 11 readiness
  • PowerShell
  • Release Notes

Workflow action reference

Use workflow actions when a task needs repeatable processing or a concrete output artifact.

Before you begin

  • Build and save the workflow.
  • Identify which previous step produces the content the action should use.
  • Confirm required integrations are configured.
  • Run the workflow manually before scheduling it.

Step types

Step typePurpose
PlanBreak a goal into an ordered plan or use a manual plan.
AskCollect missing information or clarify assumptions.
AgentGenerate content, analysis, documents, or document packs.
ConditionBranch based on text, status, or prior output.
ActionCreate artifacts, update systems, or call configured integrations.
JoinMerge branches before the workflow continues.

Common actions

ActionUse for
Generate documentCreate a structured document from a prompt and context.
Package document packCreate a ZIP containing one document per generated item.
Create ticket noteAdd prepared output to a connected ticketing workflow.
Export tableProduce CSV or document output from structured content.
Continue in chatMove a completed output into an interactive conversation.

Workflow action menu

Add an action step

  1. Open the workflow builder.
  2. Add an Action step after the source step.
  3. Choose the action category.
  4. Select the source output.
  5. Configure the action fields.
  6. Save the workflow.
  7. Run the workflow manually.
  8. Review the action result in run history.

Expected result: the action runs from a known source output and creates the expected artifact or integration update.

Design guidance

  • Keep each step narrow.
  • Use one step for one responsibility.
  • Name outputs clearly.
  • Test the workflow with a small sample before running large document packs.
  • Put Action steps after review or quality-check steps when the output is customer-facing.

Tips

  • Keep names, prompts, and configuration values specific to the task you are performing.
  • Check role, subscription, region, and tenant policy when a feature is not visible.

Troubleshooting

ProblemWhat to check
Action is unavailableConfirm the integration or export type is enabled for the tenant.
Action ran with the wrong contentCheck the selected source step output.
Document pack export is incompleteConfirm the Agent step generated separate documents before the export action.
Ticket update failedConfirm the ticket integration is connected and the selected ticket is still accessible.

Next steps