delete from wf_transition_attribute_map where workflow_key = :workflow_key and attribute_id = :attribute_id begin workflow.drop_attribute( workflow_key => :workflow_key, attribute_name => :attribute_name ); end;