WorkflowAction は、Google Workspace Studio で特定のアクションを実行するために使用される Host の一種です。WorkflowAction は、次のいずれかのアクションになります。
-
SaveWorkflow Action -
ReturnOutput Variables Action -
ReturnElement Error Action -
ResourceRetrieved Action -
WorkflowValidation Error Action -
ResourceFields Definition Retrieved Action
Google Workspace Studio を拡張する Google Workspace アドオンでのみ使用できます。
使用例:
const hostAppAction = AddOnsResponseService.newHostAppAction(); hostAppAction.setWorkflowAction(AddOnsResponseService.newSaveWorkflowAction());