0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

processmakerのAPIをCLASPとCLOUD9で作成

Posted at

#BPMから呼び出すGASのAPIをCLOUD9で作成するときのtypescript設定

#プロセス(業務フロー)のタスク(業務)分岐の際の際にGASを呼び出し
CLASPでGASをローカルで作成できる様にしてtypescriptで作成
googlelogger.JPG

#cloud9 ⇒ user setting で tsを追加

 "custom-types": {
            "json()": {
                "^searchresults": "c9search",
                "settings": "javascript",
                "gs": "javascript",
                "ts": "javascript"
            }
        },

#コード整形などできるようになるので便利
cloud9.JPG

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?