Apply a sequencer JSON to an Action Sequencer
studio_apply_action_sequenceApply a sequencer JSON file to an ActionSequencer instance, with automatic rollback on failure to ensure safe updates.
Instructions
기존 ActionSequencer 인스턴스(instanceGuid)에 시퀀서 JSON 파일을 적용한다. jsonFilePath 는 프로젝트 경계 안의 .json 파일이어야 한다(경로검증). 실패 시 자동 rollback. 지원 안 하면 capability 에러.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instanceGuid | Yes | 대상 ActionSequencer 인스턴스 GUID | |
| jsonFilePath | Yes | 시퀀서 JSON 파일 경로(절대경로 권장, 프로젝트 경계 안) |