You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(native-bg-tasks): support webhooks and async workflow executions without trigger.dev (#1106)
* feat(native-bg-tasks): support webhooks and async workflow executions without trigger"
* fix tests
* fix env var defaults and revert async workflow execution to always use trigger
* fix UI for hiding async
* hide entire toggle
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/control-bar/components/deploy-modal/components/deployment-info/components/example-command/example-command.tsx
+63-56Lines changed: 63 additions & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ import {
11
11
DropdownMenuTrigger,
12
12
}from'@/components/ui/dropdown-menu'
13
13
import{Label}from'@/components/ui/label'
14
+
import{getEnv,isTruthy}from'@/lib/env'
14
15
15
16
interfaceExampleCommandProps{
16
17
command: string
@@ -32,6 +33,7 @@ export function ExampleCommand({
0 commit comments