{validationStatusIcon}
{isTrigger
? formatMessage('flowStep.triggerType')
: formatMessage('flowStep.actionType')}
{step.position}. {app?.name}
{/* as there are no other actions besides "delete step", we hide the context menu. */}
{!isTrigger && !editorContext.readOnly && (
)}