- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-10-2025 02:18 AM
sys_flow_contextテーブルのstateのchoiceの内容について質問です。
Choice Listを表示すると正常処理のIn ProgressやCompleteの他に、Continue SyncやPresumed Interruptedなど計10項目存在しております。
これらの項目それぞれがstateに入る条件をご存じの方がいたらご教示いただけたらと思います。
よろしくお願いします。
解決済! 解決策の投稿を見る。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-17-2025 08:01 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-10-2025 02:26 AM
HI @kawaharah
Please check the below Support article form ServiceNow.
Flow context
Hope this helps.
Regards,
Siva
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-10-2025 02:43 AM
the link from @J Siva should help.
Along with that check this
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-10-2025 03:52 AM
ありがとうございます。
残りの以下の項目が出力される条件は分かりますでしょうか?
Paused
Waiting
Queued
Debugging
Continue Sync
Cancelled
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-10-2025 04:04 AM
there is not much documentation around this.
This is as per my understanding
Waiting -> flow is waiting due to some action inside it, such as Wait for duration etc, could be long term wait or condition
Queued -> flow is not yet picked by system and will trigger soon
Paused -> flow is halted on an action that is waiting for some condition to be met such as Wait for Duration or Wait for condition, Approval pending
Cancelled -> flow is cancelled possibly via some script
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader