96 lines
2.7 KiB
XML
96 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>WFWorkflowActions</key>
|
|
<array>
|
|
<dict>
|
|
<key>WFWorkflowActionIdentifier</key>
|
|
<string>is.workflow.actions.ask</string>
|
|
<key>WFWorkflowActionParameters</key>
|
|
<dict>
|
|
<key>WFAskActionPrompt</key>
|
|
<string>Task name?</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>WFWorkflowActionIdentifier</key>
|
|
<string>is.workflow.actions.choosefromlist</string>
|
|
<key>WFWorkflowActionParameters</key>
|
|
<dict>
|
|
<key>WFChooseFromListActionItems</key>
|
|
<array>
|
|
<string>High</string>
|
|
<string>Medium</string>
|
|
<string>Low</string>
|
|
</array>
|
|
<key>WFChooseFromListActionPrompt</key>
|
|
<string>Priority?</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>WFWorkflowActionIdentifier</key>
|
|
<string>is.workflow.actions.openurl</string>
|
|
<key>WFWorkflowActionParameters</key>
|
|
<dict>
|
|
<key>WFURLActionURL</key>
|
|
<string>https://t.me/clawdbot?start=task_</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>WFWorkflowActionIdentifier</key>
|
|
<string>is.workflow.actions.showresult</string>
|
|
<key>WFWorkflowActionParameters</key>
|
|
<dict>
|
|
<key>Text</key>
|
|
<string>Task sent to OpenClaw!</string>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
<key>WFWorkflowClientRelease</key>
|
|
<string>4.0</string>
|
|
<key>WFWorkflowClientVersion</key>
|
|
<string>1092.0.2</string>
|
|
<key>WFWorkflowIcon</key>
|
|
<dict>
|
|
<key>WFWorkflowIconGlyphNumber</key>
|
|
<integer>61456</integer>
|
|
<key>WFWorkflowIconStartColor</key>
|
|
<integer>4292093695</integer>
|
|
</dict>
|
|
<key>WFWorkflowImportQuestions</key>
|
|
<array/>
|
|
<key>WFWorkflowInputContentItemClasses</key>
|
|
<array>
|
|
<string>WFAppStoreAppContentItem</string>
|
|
<string>WFArticleContentItem</string>
|
|
<string>WFContactContentItem</string>
|
|
<string>WFDateContentItem</string>
|
|
<string>WFEmailAddressContentItem</string>
|
|
<string>WFGenericFileContentItem</string>
|
|
<string>WFImageContentItem</string>
|
|
<string>WFiTunesProductContentItem</string>
|
|
<string>WFLocationContentItem</string>
|
|
<string>WFDCMapsLinkContentItem</string>
|
|
<string>WFAVAssetContentItem</string>
|
|
<string>WFPDFContentItem</string>
|
|
<string>WFPhoneNumberContentItem</string>
|
|
<string>WFRichTextContentItem</string>
|
|
<string>WFSafariWebPageContentItem</string>
|
|
<string>WFStringContentItem</string>
|
|
<string>WFURLContentItem</string>
|
|
</array>
|
|
<key>WFWorkflowMinimumClientVersion</key>
|
|
<integer>900</integer>
|
|
<key>WFWorkflowMinimumClientVersionString</key>
|
|
<string>900</string>
|
|
<key>WFWorkflowName</key>
|
|
<string>Quick Task to Notion</string>
|
|
<key>WFWorkflowTypes</key>
|
|
<array>
|
|
<string>NCWidget</string>
|
|
<string>WatchKit</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|