We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bdf50 commit 40983b4Copy full SHA for 40983b4
1 file changed
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/workflow.tsx
@@ -1173,7 +1173,7 @@ const WorkflowContent = React.memo(() => {
1173
block.parentId && (block.parentType === 'loop' || block.parentType === 'parallel')
1174
1175
if (isInsideSubflow) return { canRun: false, reason: 'Cannot run from inside subflow' }
1176
- if (!dependenciesSatisfied) return { canRun: false, reason: 'Run previous blocks first' }
+ if (!dependenciesSatisfied) return { canRun: false, reason: 'Disabled: Run Blocks Before' }
1177
if (isNoteBlock) return { canRun: false, reason: undefined }
1178
if (isExecuting) return { canRun: false, reason: undefined }
1179
0 commit comments