Runs Logs Tab (Onboarding + Offboarding)

Track and troubleshoot workflow execution history

Run Logs

The Run Logs tab provides complete visibility into workflow execution history. Each time a playbook runs, whether triggered manually or by automation rules, Zluri records an entry with detailed execution data.

RUN logs tab.png

Run Logs track workflow execution details at the user level and support admins monitor.

  • Users who received provisioned or deprovisioned access
  • Workflow execution timing
  • Executed playbook
  • Actions performed
  • Outcome of each action (Completed, Failed, Pending)
  • Execution trigger source

Using Run Logs

Monitoring and Visibility

Onboarding: Run logs track provisioning activity and confirm successful workflow execution.

Offboarding: Run logs track deprovisioning activity, including the execution dates and timestamps.

Troubleshooting

Onboarding: Run logs help identify and resolve failed actions early and reduce onboarding delays.

Offboarding: Run logs detect failures and, retry actions or convert them into manual tasks when needed.

Compliance and Auditing

Onboarding: Export logs for compliance audits (SOX, HIPAA, GDPR) and internal reporting with a complete audit trail.

Offboarding: Provide audit-ready logs to demonstrate secure deprovisioning and evidence of timely access revocation.

Quality Assurance

Run logs help validate playbook configurations before scaling them to larger user groups.

Run Logs Table

Run logs_row table.png

The Run Logs table lists all workflow executions and includes the following columns:

User

Name and email of the onboarded or offboarded user.

Workflow Name

Name of the executed playbook.

Source

Execution trigger method:

  • Manual
  • Automation rule
  • Scheduled run

Run On

Date and time of execution

Run On (UTC)

Date and time of execution in UTC.

Status

Current execution state:

  • Completed – All actions executed successfully
  • Completed with Errors – Some actions succeeded, but one or more steps failed
  • Failed – All actions failed or none were completed
  • Pending – Execution (awaiting approvals, manual tasks, or synchronization)

Core Features

Search

Run log_Search field.png

Search across all columns to quickly locate by user name, workflow name, or date.

Filter

Filter run logs by the following criteria:

  • Date range – View executions within specific timeframe
  • Status – Filter by Completed, Failed, Pending, Completed with Errors
  • Playbook – View logs for specific playbooks
  • User – See all executions for specific users
  • Source – Filter by trigger method (Manual, Automation Rule, Scheduled)

To filter:

  1. Select Filter
  2. Select filter criteria
  3. Select Apply
  4. Use Reset Filters to clear all filters
RUn logs_filters option.gif

Refresh

Select Refresh All Runs to reload the page and display the most recent run logs.

Run logs_Refresh all runs.png

Export

Run logs_Export option.gif

Export run log data for compliance audits or reporting. This feature is helpful for SOX, GDPR, or HIPAA audits.

One-time export:

  1. Select Export
  2. Select One-time
  3. Choose export date
  4. Add recipient email addresses
  5. Select file format (CSV or CSV for Excel)
  6. Select Export

Recurring export:

  1. Select Export
  2. Select Recurring
  3. Configure frequency (daily, weekly, monthly, yearly)
  4. Set interval and specific dates
  5. Add recipient email addresses
  6. Select file format
  7. Select Schedule

Recurring exports automatically send logs on the configured schedule.

Managing Run Logs

View Detailed Logs

Select View Log next to any run to see detailed execution information.

Run log_View log link.png

The detailed log view displays:

View logs.png

Control Panel:

View logs.png
  1. Refresh All option
    • Refreshes all runs for this specific workflow
  2. Run Status
    • Current status (For example, "Completed" indicates successful execution)
  3. RUNS Summary
    • Name of affected users
    • Number of actions executed
    • Date and timestamp of execution
    • Status of actions: Number completed, failed, and pending

Workflow canvas:

View logs.png
  1. RUN On

    • Date and timestamp of run execution
    • Run status
    • Run by: Email ID of the admin performing the run
    • Selected user: Name of the user being onboarded or offboarded
  2. Users (Onboarding)

    • List of all users processed in this execution
    • Individual status for each user
    • Select user name to expand detailed actions
  3. RUN LOG Section

    Contains separate sections for each application added in the workflow:

    • Name of the application (For example, Zoom, HubSpot)
    • Status of the application execution
    • Name of different actions included (For example, Remove User, Add User)
    • Three sections with detailed logs:
      • LOG – Step-by-step execution details with timings
      • CONFIGURED PARAMETERS – Details about parameters and configurations
      • APP RESPONSE – Final response received after workflow execution
  4. Export Option

    Download detailed logs as CSV for the specific execution.

Select Export CSV to generate logs for compliance or internal reporting.

Select Export CSV to generate logs for compliance or internal reporting.

Review Execution History

Run logs_View run logs from row.gif

Archive Runs

Archive completed runs to declutter the Run Logs table while preserving data.

Screenshot 1404-10-29 at 12.39.09 PM.png

To archive:

  1. Select three-dot icon next to the run
  2. Select Archive Run
  3. Enter reason for archiving
  4. Select Proceed
Runn logs_Arhcive runs.png

To view archived runs:

  1. Select Filter
  2. Find Archive filter
  3. Change value from "false" to "true"
  4. Apply filter
Run logs_archive true.png

Archived runs remain accessible but don't appear in the default view.

Save as Playbook

Convert a successful workflow execution into a reusable playbook.

To save:

  1. Select three-dot icon next to the run
  2. Select Save as Playbook
  3. Enter playbook name
  4. Select Save
Run logs_Save as playbook.png

New playbook appears in the Playbooks tab with identical configuration.

Troubleshooting Failed Actions

For any action failure, Run Logs provides multiple options for resolution.

Retry Failed Actions

Retry All Failed

Re-execute all failed actions in the workflow.

Onboarding module_run logs tab_retry all failed.png

Use for:

  • Multiple actions failed due to temporary issues
  • Network interruptions caused failures
  • Service outages are resolved

To retry all:

  1. Open detailed run log
  2. Select Retry All Failed option
  3. System re-executes all failed actions
  4. Check status updates

Retry Individual Action

Re-execute a single failed action.

Use for:

  • Only one action failed
  • Specific action requires retry after fix
  • Testing individual action resolution

To retry individual action:

Retry action.png
  1. Locate failed action in run log
  2. Select Retry Action
  3. Action re-executes with same configuration
  4. Select updated status

Convert to Manual Task

During automation failure resolution issues, convert failed actions to manual tasks.

Use cases:

  • Permanent integration issues
  • Invalid credentials requiring admin intervention
  • Actions requiring manual verification
  • Temporary workaround needed

To convert:

Run logs_convert to manual task.gif
  1. Locate failed action in run log
  2. Select Convert to Manual Task
  3. Select notification method:
    • Email
    • Slack
    • Email and Slack
    • Jira ticket
Run logs_Convert_2nd step.png
  1. Assign task owner
  2. Add task instructions
  3. Set due date (optional)
  4. Select Create Task

Manual task appears in Tasks section for assigned owner. Workflow status updates upon task completion.

Understanding Failure Types

Temporary Technical Failures

  • Network interruptions
  • Service timeouts
  • Rate limiting
  • Temporary API errors

Solution: Retry the action. Issue typically resolves automatically.

Permanent Issues

  • Invalid credentials
  • Missing permissions
  • Integration disconnected
  • User attribute errors
  • API authentication issues

Solution: Fix underlying issue, then retry. Convert to manual task if immediate resolution isn't possible.

Example Scenarios

Onboarding Example

Scenario: Onboarding a new sales hire with access to Salesforce, Slack, and HubSpot.

The Run Logs show:

  • Salesforce: Completed. User added and license assigned.
  • Slack: Completed. User added to #sales channel.
  • HubSpot: Failed due to rate limiting.

Action: Retry the HubSpot action after waiting a few minutes.

Offboarding Example

Scenario: Offboarding a user with access to HubSpot and Zendesk.

The Run Logs indicate:

  • HubSpot: Completed. User was removed from the HubSpot app.
  • Zendesk: Failed due to an API authentication issue, meaning the user still has access to Zendesk.

Action: Administrator retries the Zendesk removal. If the retry fails, the task is converted to a manual assignment and delegated to IT support through Jira.