atlan-workflow-args-secrets-state

Atlan Workflow Args Secrets State

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "atlan-workflow-args-secrets-state" with this command: npx skills add atlanhq/atlan-sample-apps/atlanhq-atlan-sample-apps-atlan-workflow-args-secrets-state

Atlan Workflow Args Secrets State

Keep workflow and activity data flow aligned with SDK patterns.

Workflow

  • Read references/state-flow.md .

  • Ensure workflow args are loaded through SDK-supported state path.

  • Replace direct credential payload handling with credential_guid

  • secret retrieval.
  • Keep get_workflow_args focused on args retrieval/normalization.

  • Keep business transformation and artifact writes in dedicated activity methods orchestrated by workflow.

  • Persist workflow state through SDK-compatible state store APIs.

  • Run atlan-fact-verification-gate for any workflow lifecycle change that can affect runtime behavior.

  • Reflect this behavior in e2e contracts and loop reports.

Rules

  • Never persist raw secrets in workflow args snapshots.

  • Never bypass state store for cross-activity workflow state.

  • Keep retries/timeouts aligned with workflow conventions.

  • Do not collapse the full business pipeline into get_workflow_args side effects.

References

  • State flow map: references/state-flow.md

  • Shared artifacts: ../_shared/references/artifact-templates.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

atlan-sdk-objectstore-io-defaults

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

atlan-cli-install-configure

No summary provided by upstream source.

Repository SourceNeeds Review
General

atlan-fact-verification-gate

No summary provided by upstream source.

Repository SourceNeeds Review
General

atlan-app-scaffold-standard

No summary provided by upstream source.

Repository SourceNeeds Review