sys_flow_contextのstateについて

kawaharah
Tera Contributor

sys_flow_contextテーブルのstateのchoiceの内容について質問です。

Choice Listを表示すると正常処理のIn ProgressやCompleteの他に、Continue SyncやPresumed Interruptedなど計10項目存在しております。

これらの項目それぞれがstateに入る条件をご存じの方がいたらご教示いただけたらと思います。

 

よろしくお願いします。

1 件の受理された解決策

@kawaharah 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

元の投稿で解決策を見る

5件の返信5

J Siva
Tera Sage

HI @kawaharah 
Please check the below Support article form ServiceNow.
Flow context

Hope this helps.
Regards,
Siva

Ankur Bawiskar
Tera Patron
Tera Patron

@kawaharah 

the link from @J Siva should help.

Along with that check this

AnkurBawiskar_0-1752140573101.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

kawaharah
Tera Contributor

ありがとうございます。

残りの以下の項目が出力される条件は分かりますでしょうか?

Paused

Waiting

Queued

Debugging

Continue Sync

Cancelled

@kawaharah 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader