Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class OnRunState
run の状態が変化したとき。
例:
プロジェクト “my-project” 内の任意の run で、状態が
“finished” (つまり成功) または “failed” に変化したときに
トリガーされるイベントを定義します:
method OnRunState.__init__
event_type(Literal[RUN_STATE]):scope(ProjectScope): イベントのスコープ。プロジェクトである必要があります。filter(RunStateFilter): このイベントがトリガーされるために満たす必要がある run の状態条件。
OnRunState オブジェクト。