Skip to content

Fix workflow output path when run in schedule mode #719

@inishchith

Description

@inishchith

Description

Output path should stay consistent in case of both manual and scheduled runs

References to blocks of code:

Reproduction Repo/Script (if any)

No response

Reproduction Steps

1. Run a workflow in manual mode triggered via UI, observe the output path it will have this format - `artifacts/apps/redshift/workflows/atlan-redshift-1756943536/348b3af9-4d28-48fa-bc0d-eb70d6819ba2/`
2. Run a workflow in schedule mode, observe the output path (example) - `artifacts/apps/redshift/workflows/atlan-redshift-1756943536-2025-09-16T23:51:14Z/348b3af9-4d28-48fa-bc0d-eb70d6819ba2/`

Logs / Tracebacks

N/A

Expected vs Actual

Expected:
artifacts/apps/redshift/workflows/atlan-redshift-1756943536/348b3af9-4d28-48fa-bc0d-eb70d6819ba2/

Actual:
artifacts/apps/redshift/workflows/atlan-redshift-1756943536-2025-09-16T23:51:14Z/348b3af9-4d28-48fa-bc0d-eb70d6819ba2/

Environment

None

SDK Version

all

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions