Document workflow 透過單據動作啟動流程後,發生Timeout。查看Log如下列錯誤訊息。
ProcessUtil.startDatabaseProcedure: {call (?)} [1550]
org.postgresql.util.PSQLException: ERROR: syntax error at or near "$1"常見的原因為,DocAction 對應的 Process. AD_Workflow_ID 未指定 Workflow造成。
English Version
After triggering the workflow through a document action, a Timeout occurs. The log shows the following error message.
ProcessUtil.startDatabaseProcedure: {call (?)} [1550]
org.postgresql.util.PSQLException: ERROR: syntax error at or near "$1"The common cause is that the AD_Workflow_ID in the Process corresponding to DocAction has not been assigned a Workflow.
日本語版
Document workflowで伝票アクションを通じてワークフローを起動した後、タイムアウトが発生しました。ログには以下のエラーメッセージが表示されます。
ProcessUtil.startDatabaseProcedure: {call (?)} [1550]
org.postgresql.util.PSQLException: ERROR: syntax error at or near "$1"一般的な原因は、DocActionに対応するProcessのAD_Workflow_IDにWorkflowが指定されていないことです。